Releases: yanyongyu/githubkit
Releases · yanyongyu/githubkit
Release 0.10.0
Starting from version 0.10.0, we specify the rest api version 2022-11-28 in request headers and all rest api models are generated from versioned schema. Multi-version support will be done in future.
What's Changed
- Feature: Add support for REST-API-VERSION based on the used schema by @netomi in #24
- Fix: Remove
UNSETobjects from lists by @dosisod in #26
New Contributors
Full Changelog: v0.9.8...v0.10.0
Release 0.9.8
What's Changed
Full Changelog: v0.9.7...v0.9.8
Release 0.9.7
What's Changed
- Fix:
rest_description_sourcetypo by @iyume in #18 - Fix: Add wrapper to prep data for JSON encoding by @dosisod in #22
cryptographydependency is now provided byPyJWT
Full Changelog: v0.9.6...v0.9.7
Release 0.9.6
What's Changed
- Fix: duplicate field name in path and body by @yanyongyu in #17
Full Changelog: v0.9.5...v0.9.6
Release 0.9.5
What's Changed
- Fix: webhook
InstallationCreatedfieldrequesterschema error by @yanyongyu in #15
Full Changelog: v0.9.4...v0.9.5
Release 0.9.4
- fix pagination typing
- resolve cryptography security issue (bump to
^38.0.3in #12)
Full Changelog: v0.9.3...v0.9.4
Release 0.9.3
- re-generate models
Full Changelog: v0.9.2...v0.9.3
Release 0.9.2
- fix label description schema incorrect, related to github/rest-api-description#1812
Full Changelog: v0.9.1...v0.9.2
Release 0.9.1
- fix pr simple schema incorrect, related to github/rest-api-description#1811
Full Changelog: v0.9.0...v0.9.1
Release 0.9.0
- remove all useless webhook schemas in rest api to improve performance
- fix dataclass in python < 3.10
Full Changelog: v0.8.5...v0.9.0