Skip to content

Releases: yanyongyu/githubkit

Release 0.14.0

07 Dec 12:08
3ff83aa

Choose a tag to compare

Breaking Changes

  • Classic Project REST APIS are removed finally by GitHub. See the Sunset Notice for more info.

What's Changed

  • re-generate openapi models and apis

Full Changelog: v0.13.7...v0.14.0

Release 0.13.7

23 Nov 01:28
5a065a2

Choose a tag to compare

What's Changed

  • Feature: wrap origin loader for lazy modules by @yanyongyu in #260
  • Fix: field name same as type cause pydantic error by @yanyongyu in #261
  • Feature: disable lazy loading with env flag by @yanyongyu in #262
  • re-generate openapi models and apis

Full Changelog: v0.13.6...v0.13.7

Release 0.13.6

09 Nov 10:05
43254cd

Choose a tag to compare

What's Changed

  • Fix: array type query param name by @yanyongyu in #250
  • Fix: datetime type hint in response json by @yanyongyu in #256
  • Feature: add deprecated decorator to endpoints by @yanyongyu in #257
  • re-generate openapi models and apis

Full Changelog: v0.13.5...v0.13.6

Release 0.13.5

25 Oct 16:12
fc10405

Choose a tag to compare

What's Changed

  • CI: support uv_build 0.9.0 by @Prince213 in #242
  • Feature: add httpx transport config to client by @yanyongyu in #247
  • re-generate openapi models and apis

Full Changelog: v0.13.4...v0.13.5

Release 0.13.4

07 Oct 15:19
e36c637

Choose a tag to compare

What's Changed

  • Fix: oauth device flow scopes param name error by @stevenh in #240
  • Fix: discussion answer parent id type by @yanyongyu in #241
  • re-generate openapi models and apis

Full Changelog: v0.13.3...v0.13.4

Release 0.13.3

22 Sep 06:13
f35789d

Choose a tag to compare

What's Changed

  • Fix: some rest apis use the wrong path param names to construct url
  • re-generate openapi models and apis

Full Changelog: v0.13.2...v0.13.3

Release 0.13.2

05 Sep 03:14
380bdcc

Choose a tag to compare

What's Changed

  • re-generate openapi models and apis

Full Changelog: v0.13.1...v0.13.2

Release 0.13.1

10 Aug 07:53
dc21ca7

Choose a tag to compare

What's Changed

  • Dev: migrate to uv by @yanyongyu in #233
  • re-generate openapi models and apis

Full Changelog: v0.13.0...v0.13.1

Release 0.13.0

26 Jul 10:06
ab10412

Choose a tag to compare

What's Changed

Caution

Breaking Change
The classic project rest APIs are deprecated by GitHub officially. The namespace is renamed from projects to projects_classic.

Full Changelog: v0.12.16...v0.13.0

Release 0.12.16

14 Jul 04:13
0b7a1dd

Choose a tag to compare

What's Changed

  • Fix: remove verified_at from verification schema required fields by @aitestino in #229

Full Changelog: v0.12.15...v0.12.16