Releases: kinde-oss/kinde-python-sdk
Releases · kinde-oss/kinde-python-sdk
v2.2.0
What's Changed
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #111
- feat: enhance null framework for standalone OAuth usage by @brettchaldecott in #122
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- build: update project configuration
- chore: Configure Renovate
- fix: correct users get/update/delete to
/api/v1/user?id=...by @abdelrahman-zaki in #110
New Contributors
- @renovate[bot] made their first contribution in #104
- @abdelrahman-zaki made their first contribution in #110
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.10
What's Changed
- refactor: restructure kinde_client_api for improved modularity
- Feat/reauth
- feat: upgrade httpx dependency version
Full Changelog: v2.0.9...v2.0.10
v2.0.9
What's Changed
- feat(management): add introspection logic and token management
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- fix(management,auth): resolve mapping and claims logic issues
Full Changelog: v2.0.6...v2.0.8
v2.0.6
What's Changed
- build: update project configuration
- fix: resolve user details bug in SDK components
- fix(management): resolve management API client issues by
Full Changelog: v2.0.1...v2.0.6
v2.0.1
What's Changed
- Main v2 auth fixes and enhancements by @ItsRaza in #56
- Main v2 management fastapi by @brettchaldecott in #57
- feat: add permissions, claims, and feature flags functionality by @brettchaldecott in #58
- Feat/add billing profile support by @brettchaldecott in #59
- Main v2 management code cov by @ItsRaza in #60
- fix: improve token claims handling with enhanced tests and examples by @brettchaldecott in #61
- refactor: convert profiles to portals implementation by @brettchaldecott in #62
- fix: update init.py files and add typing to portals by @brettchaldecott in #63
- fix: improve URL handling in portals authentication by @brettchaldecott in #67
- deadlock issues resolved in management module by @ItsRaza in #68
- feat: add pricing_table_key parameter for billing integration by @brettchaldecott in #69
- version tracking implemented by @ItsRaza in #70
- docs: add migration documentation by @brettchaldecott in #73
- Main v2 hot fix tracking issue by @ItsRaza in #74
- feat: rework OpenAPI generation build process by @brettchaldecott in #77
- fix: resolve management client import issues in OpenAPI build process by @brettchaldecott in #79
- fix: update project dependencies and requirements by @brettchaldecott in #80
- fix: resolve management client functionality and configuration issues by @brettchaldecott in #81
- fix: correct management API endpoint configurations and implementations by @brettchaldecott in #82
- Merge main v2 into main by @brettchaldecott in #83
New Contributors
Full Changelog: v1.0...v2.0.1
v1.2.9
What's Changed
- Added logic to handle runtime validation of decoded tokens.
Full Changelog: v1.2.8...v1.2.9
v1.2.8
This update introduces support for managing multiple token sessions within a single client instance, enhancing scalability and improving overall performance.