Skip to content

Releases: yanyongyu/githubkit

Release 0.12.5

17 Jan 03:52
c7154c6
Compare
Choose a tag to compare

What's Changed

  • Feature: support sequence and mapping input by @mjpieters in #176
  • Docs: update response types for json type inspect by @yanyongyu in #180
  • Fix: deployment payload object allow additional property by @yanyongyu in #181
  • Feature: use arbitrary dict type for object with extra properties by @yanyongyu in #183

Full Changelog: v0.12.4...v0.12.5

Release 0.12.4

07 Jan 08:56
8f44dc0
Compare
Choose a tag to compare

What's Changed

  • Fix: workflow_run pull_requests id/number types by @mjpieters in #174

Full Changelog: v0.12.3...v0.12.4

Release 0.12.3

25 Dec 09:08
cd24a9b
Compare
Choose a tag to compare

What's Changed

  • Feature: add httpx helpful methods to Response by @iyume in #173
  • re-generate openapi models

Full Changelog: v0.12.2...v0.12.3

Release 0.12.2

14 Dec 13:39
1931f67
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2

Release 0.12.1

08 Dec 15:18
2c3c3bd
Compare
Choose a tag to compare

What's Changed

  • Fix: typevar with default cause error in typing-extensions<4.11.0 by @gouzil in #170
  • re-generate openapi models and apis (including the lastest sub-issue apis)

Full Changelog: v0.12.0...v0.12.1

Release 0.12.0

25 Nov 07:33
b4c5e06
Compare
Choose a tag to compare

Breakings

  • Drop Python 3.8 support
  • query, header, cookie params in Rest API functions are now keyword only

New Features

  • add cache strategy option, including in-memory and redis cache
  • add basic throttling logic. By default, githubkit will limit the request concurrency to 100.

If you encounter any problems, please submit an issue 😄 .

What's Changed

Full Changelog: v0.11.14...v0.12.0

Release 0.11.14

16 Oct 06:50
ef1e5a6
Compare
Choose a tag to compare

What's Changed

  • Fix: remove body validation for file and raw type by @yanyongyu in #151
  • Feature: add option for disable rest api input body validation by @yanyongyu in #152
  • Fix: add content-type header when request has body by @yanyongyu in #153
  • Feature: change rest api body validation config name by @yanyongyu in #154

Full Changelog: v0.11.13...v0.11.14

Release 0.11.13

09 Oct 02:41
531a071
Compare
Choose a tag to compare

What's Changed

  • Fix: not supported discriminators and repo check run status by @yanyongyu in #149

Full Changelog: v0.11.12...v0.11.13

Release 0.11.12

05 Oct 08:37
75542ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.11...v0.11.12

Release 0.11.11

28 Sep 07:19
16e6eb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.10...v0.11.11