Releases: authorizerdev/authorizer-py
Releases · authorizerdev/authorizer-py
Release list
v0.3.0
What's Changed
- feat: machine-identity token grants and admin surface by @lakhansamani in #2
- chore: release 0.3.0rc0 by @lakhansamani in #3
- feat: close remaining API parity gaps, fix transport-layer bugs found against rc.7 by @lakhansamani in #5
- chore: release 0.3.0rc1 by @lakhansamani in #6
- fix!: match the backend's standardized single-level pagination shape by @lakhansamani in #7
- fix: drop is_multi_factor_auth_enabled from SignUpRequest by @lakhansamani in #4
- chore: depend on authorizer-proto instead of vendored _grpc stubs by @lakhansamani in #9
- feat: rest + grpc for orgs, SSO, SCIM, webauthn; full protocol coverage by @lakhansamani in #10
- fix!: delete_user takes id, not email by @lakhansamani in #12
- ci: pass --url, required by server 2.4.0 by @lakhansamani in #13
- feat(trusted-issuer): expose enable_token_review and apiserver URL by @lakhansamani in #14
- fix: persist MFA session cookie so skip_mfa_setup works by @lakhansamani in #11
- refactor(cookies): replace the cookie jar with the store gRPC already uses by @lakhansamani in #15
Full Changelog: 0.2.0...v0.3.0
v0.3.0rc4
What's Changed
- feat: rest + grpc for orgs, SSO, SCIM, webauthn; full protocol coverage by @lakhansamani in #10
- fix!: delete_user takes id, not email by @lakhansamani in #12
Full Changelog: v0.3.0rc3...v0.3.0rc4
v0.3.0rc3
What's Changed
- chore: depend on authorizer-proto instead of vendored _grpc stubs by @lakhansamani in #9
Full Changelog: v0.3.0rc2...v0.3.0rc3
v0.3.0rc2
What's Changed
- fix!: match the backend's standardized single-level pagination shape by @lakhansamani in #7
- fix: drop is_multi_factor_auth_enabled from SignUpRequest by @lakhansamani in #4
Full Changelog: v0.3.0rc1...v0.3.0rc2
v0.3.0rc1
What's Changed
- feat: close remaining API parity gaps, fix transport-layer bugs found against rc.7 by @lakhansamani in #5
- chore: release 0.3.0rc1 by @lakhansamani in #6
Full Changelog: v0.3.0rc0...v0.3.0rc1
v0.3.0rc0
What's Changed
- feat: machine-identity token grants and admin surface by @lakhansamani in #2
- chore: release 0.3.0rc0 by @lakhansamani in #3
Full Changelog: 0.2.0...v0.3.0rc0
0.2.0
What's Changed
- feat: admin API client and protocol selection (graphql/rest/grpc) by @lakhansamani in #1
New Contributors
- @lakhansamani made their first contribution in #1
Full Changelog: 0.1.0...0.2.0
0.1.0
First release of the official Python SDK for authorizer.dev.
- Sync (
AuthorizerClient) and async (AsyncAuthorizerClient) clients - Full auth surface (login, signup, magic link, OTP/TOTP, profile, sessions)
- Fine-grained authorization:
check_permissions/list_permissions - Python 3.9+
Install: pip install authorizer-py