Skip to content

Releases: yanyongyu/githubkit

Release 0.16.0

Choose a tag to compare

@yanyongyu yanyongyu released this 14 Jun 09:48
7dfc9f3

Note

Starting from this release, API schema changes will be released independently on a regular schedule, separate from the core githubkit package releases.

Breaking changes

  • GitHub Schemas have been moved to separate packages.
    • The latest schema version is installed by default.
    • Other schema versions (including ghec) now need to be installed explicitly, for example with githubkit-schemas[2022-11-28].
    • Existing imports from githubkit.versions.* still work for now, but will emit a warning. Please migrate your schema imports to githubkit_schemas.*.
  • Custom cache strategies need to be updated.
    • The cache strategy base class has changed to support Hishel v1.
    • Users who subclass or customize the cache strategy must update their implementations.

What's Changed

Full Changelog: v0.15.5...v0.16.0

Release 0.15.5

Choose a tag to compare

@yanyongyu yanyongyu released this 01 May 08:56
42558e1

What's Changed

  • Fix: deployment status missing queued by @yanyongyu in #301
  • Fix: deploy artifact id type error by @yanyongyu in #302
  • re-generate openapi models and apis

Full Changelog: v0.15.4...v0.15.5

Release 0.15.4

Choose a tag to compare

@yanyongyu yanyongyu released this 19 Apr 12:14
cf06eb8

What's Changed

  • Fix: repo search results missing has_downloads by @yanyongyu in #294
  • re-generate openapi models and apis

Full Changelog: v0.15.3...v0.15.4

Release 0.15.3

Choose a tag to compare

@yanyongyu yanyongyu released this 11 Apr 06:54
6fdb8a1

What's Changed

  • Feature: support httpx event hooks for github client by @jarenere in #292
  • re-generate openapi models and apis

Full Changelog: v0.15.2...v0.15.3

Release 0.15.2

Choose a tag to compare

@yanyongyu yanyongyu released this 04 Apr 11:58
a65c580

What's Changed

  • Docs: re-org and improve getting started docs by @yanyongyu in #290
  • re-generate openapi models and apis

Full Changelog: v0.15.1...v0.15.2

Release 0.15.1

Choose a tag to compare

@yanyongyu yanyongyu released this 22 Mar 09:38
d0a0808

What's Changed

  • Fix: code-scanning-alert event dismissed_by type error by @yanyongyu in #286
  • Fix: DependabotAlert dependency relationship missing inconclusive by @yanyongyu in #287
  • Docs: add warning to recommend reusing client by @yanyongyu in #288
  • re-generate openapi models and apis

Full Changelog: v0.15.0...v0.15.1

Release 0.15.0

Choose a tag to compare

@yanyongyu yanyongyu released this 13 Mar 04:34
a5c41bf

Support New REST API Version 2026-03-10

Breaking Changes

  • New REST API version 2026-03-10 is the default version now

What's Changed

Full Changelog: v0.14.7...v0.15.0

Release 0.14.7

Choose a tag to compare

@yanyongyu yanyongyu released this 07 Mar 09:25
ccbf40b

What's Changed

  • Fix: fixed_at field schema error for WebhookCodeScanningAlert by @yanyongyu in #280
  • re-generate openapi models and apis

Full Changelog: v0.14.6...v0.14.7

Release 0.14.6

Choose a tag to compare

@yanyongyu yanyongyu released this 02 Mar 04:24
6ffbe05

What's Changed

  • Fix: WebhookCodeScanningAlertFixedPropAlert schema errors by @yanyongyu in #277

Full Changelog: v0.14.5...v0.14.6

Release 0.14.5

Choose a tag to compare

@yanyongyu yanyongyu released this 26 Feb 13:05
9250132

What's Changed

  • re-generate openapi models and apis

Full Changelog: v0.14.4...v0.14.5