All notable changes to the GitHubKit package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- GraphQL support for executing custom queries
- Automatic retrying for rate-limited requests
- Logging and debugging features
- Improved error handling with custom GitHubException class
1.0.0 - 2024-10-13
- Initial release of GitHubKit
- Support for major GitHub API endpoints:
- Repositories
- Issues
- Pull Requests
- Users
- Gists
- Teams
- Organizations
- Projects
- Actions
- Packages
- Webhooks
- Authentication support for Personal Access Tokens and OAuth
- Pagination support for list operations
- Rate limiting information in responses