Skip to content

Releases: yanyongyu/githubkit

Release 0.10.0

01 Apr 09:36
42de20d

Choose a tag to compare

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 UNSET objects from lists by @dosisod in #26

New Contributors

Full Changelog: v0.9.8...v0.10.0

Release 0.9.8

30 Mar 02:34
96e83c8

Choose a tag to compare

What's Changed

  • Feature: allow integer app id by @dosisod in #23
  • Fix: model field temp_clone_token can be null

Full Changelog: v0.9.7...v0.9.8

Release 0.9.7

21 Mar 07:35
840476e

Choose a tag to compare

What's Changed

  • Fix: rest_description_source typo by @iyume in #18
  • Fix: Add wrapper to prep data for JSON encoding by @dosisod in #22
  • cryptography dependency is now provided by PyJWT

Full Changelog: v0.9.6...v0.9.7

Release 0.9.6

06 Feb 08:13
df022d4

Choose a tag to compare

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

04 Feb 08:33
2285d01

Choose a tag to compare

What's Changed

  • Fix: webhook InstallationCreated field requester schema error by @yanyongyu in #15

Full Changelog: v0.9.4...v0.9.5

Release 0.9.4

18 Dec 07:23
515e71f

Choose a tag to compare

  • fix pagination typing
  • resolve cryptography security issue (bump to ^38.0.3 in #12)

Full Changelog: v0.9.3...v0.9.4

Release 0.9.3

12 Dec 03:52
163fe7b

Choose a tag to compare

  • re-generate models

Full Changelog: v0.9.2...v0.9.3

Release 0.9.2

04 Nov 18:09
057f66e

Choose a tag to compare

Full Changelog: v0.9.1...v0.9.2

Release 0.9.1

04 Nov 17:27
d9d3a5a

Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1

Release 0.9.0

30 Oct 16:54
1cdf01d

Choose a tag to compare

  • 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