Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.02 KB

Changelog

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.

Added

  • GraphQL support for executing custom queries
  • Automatic retrying for rate-limited requests
  • Logging and debugging features

Changed

  • Improved error handling with custom GitHubException class

1.0.0 - 2024-10-13

Added

  • 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