Releases: yanyongyu/githubkit
Releases · yanyongyu/githubkit
Release list
Release 0.16.0
Note
Starting from this release, API schema changes will be released independently on a regular schedule, separate from the core githubkit package releases.
Breaking changes
- GitHub Schemas have been moved to separate packages.
- The latest schema version is installed by default.
- Other schema versions (including ghec) now need to be installed explicitly, for example with
githubkit-schemas[2022-11-28]. - Existing imports from
githubkit.versions.*still work for now, but will emit a warning. Please migrate your schema imports togithubkit_schemas.*.
- Custom cache strategies need to be updated.
- The cache strategy base class has changed to support Hishel v1.
- Users who subclass or customize the cache strategy must update their implementations.
What's Changed
- Feature: move schemas to separate pkgs by @yanyongyu in #303
- Feature: cache response parsed data by @yanyongyu in #305
- Feature: support hishel v1 by @yanyongyu in #306
Full Changelog: v0.15.5...v0.16.0
Release 0.15.5
What's Changed
- Fix: deployment status missing queued by @yanyongyu in #301
- Fix: deploy artifact id type error by @yanyongyu in #302
- re-generate openapi models and apis
Full Changelog: v0.15.4...v0.15.5
Release 0.15.4
What's Changed
- Fix: repo search results missing
has_downloadsby @yanyongyu in #294 - re-generate openapi models and apis
Full Changelog: v0.15.3...v0.15.4
Release 0.15.3
What's Changed
- Feature: support httpx event hooks for github client by @jarenere in #292
- re-generate openapi models and apis
Full Changelog: v0.15.2...v0.15.3
Release 0.15.2
What's Changed
- Docs: re-org and improve getting started docs by @yanyongyu in #290
- re-generate openapi models and apis
Full Changelog: v0.15.1...v0.15.2
Release 0.15.1
What's Changed
- Fix:
code-scanning-alerteventdismissed_bytype error by @yanyongyu in #286 - Fix:
DependabotAlertdependency relationship missinginconclusiveby @yanyongyu in #287 - Docs: add warning to recommend reusing client by @yanyongyu in #288
- re-generate openapi models and apis
Full Changelog: v0.15.0...v0.15.1
Release 0.15.0
Support New REST API Version 2026-03-10
Breaking Changes
- New REST API version 2026-03-10 is the default version now
What's Changed
- Feature: support REST API version 2026-03-10 by @yanyongyu in #282
Full Changelog: v0.14.7...v0.15.0
Release 0.14.7
What's Changed
- Fix:
fixed_atfield schema error forWebhookCodeScanningAlertby @yanyongyu in #280 - re-generate openapi models and apis
Full Changelog: v0.14.6...v0.14.7
Release 0.14.6
What's Changed
- Fix:
WebhookCodeScanningAlertFixedPropAlertschema errors by @yanyongyu in #277
Full Changelog: v0.14.5...v0.14.6