Release 0.11.0a1
Pre-release
Pre-release
New Feature
- Support Pydantic V2 (Validated)
- Support API versioning. See https://github.com/yanyongyu/githubkit#rest-api-versioning
- Support http basic in-memory caching. See #62
- Migrate webhook models to https://github.com/github/rest-api-description. BREAKING
See #73 for more detailed infos.
What's Changed
- Bug: fix
require_app_auth
matches unexpected routes by @udangel-r7 in #42 - Feature: Tweak
Missing
type to implicitly allowNone
values by @frankie567 in #48 - Fix: Allow Organization
name
andblog
to be nullable by @frankie567 in #49 - Fix: enterprise auth type detect by @yanyongyu in #53
- Fix: unhashable list when parsing data by @yanyongyu in #59
- Feature: Add caching for HTTP responses by @karpetrosyan in #62
- Fix:
copilot seat details
schema fixed by @jecluis in #68 - Fix:
PullRequestSimplePropHead
label field can benull
by @schelv in #65 - Fix: project v2 item field change type may be labels by @jecluis in #69
- Fix: pull request head label and user may be null by @yanyongyu in #72
- Feature: introduce api versioning, lazy loading and webhook namespace by @yanyongyu in #73
- Fix: webhook parsing when having nested union types by @frankie567 in #57
Full Changelog: v0.11.0a0...v0.11.0a1