Skip to content

Releases: yanyongyu/githubkit

Release 0.10.4

21 May 16:24
83050d2
Compare
Choose a tag to compare

What's Changed

  • fix UNSET value cannot be pickled

Full Changelog: v0.10.3...v0.10.4

Release 0.10.3

28 Apr 09:50
084e3d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

Release 0.10.2

22 Apr 10:24
98b6c4b
Compare
Choose a tag to compare

What's Changed

  • Fix: auto-merge commit_title/commit_message type by @zegl in #30
  • fix create_release/update_release body param make_latest default value type error
  • allow custom headers in client request

Full Changelog: v0.10.1...v0.10.2

Release 0.10.1

14 Apr 18:13
1b020a4
Compare
Choose a tag to compare

What's Changed

  • UNSET is an enum value and can be used in Literal now
  • new type alias Missing for fields that can be UNSET
  • update templates to add @generated flag in module docstring

Full Changelog: v0.10.0...v0.10.1

Release 0.10.0

01 Apr 09:36
42de20d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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