Releases: PropelAuth/propelauth-py
Releases · PropelAuth/propelauth-py
v3.1.13
What's Changed
Full Changelog: v3.1.12...v3.1.13
v3.1.12
Add active org support (#45) Tokens that are scoped to a single org, will now have an active organization set, as well as a few functions for them.
v3.1.11
What's Changed
- add optional name param to fetch_org_by_query by @mrmauer in #41
- [TIC-527] Fetch user signup query params by user ID by @itailevi98 in #40
- Bump version to 3.1.11 by @itailevi98 in #42
New Contributors
Full Changelog: v3.1.10...v3.1.11
v3.1.10
Don't require aud claim yet (#39) We've typically not needed an aud claim, but are starting to roll it out for broader compatibility. To avoid issues here, we're going to not require it yet.
v3.1.9
Properties should only be included if set (#38)
v3.1.8
What's Changed
- [HOTFIX] Add trailing
/
for standalone endpoint paths when used in backend by @itailevi98 in #37
Full Changelog: v3.1.7...v3.1.8
v3.1.7
What's Changed
- [HOTFIX] Update names of
update_org
request parameters by @itailevi98 in #36
Full Changelog: v3.1.6...v3.1.7
v3.1.6
What's Changed
- [TIC-312] Add new arguments to
create_org
by @itailevi98 in #31 - Bump version number to 3.1.6 by @itailevi98 in #35
Full Changelog: v3.1.5...v3.1.6
v3.1.5
What's Changed
- [TIC-293] Update Python Library API Endpoints by @itailevi98 in #34
Full Changelog: v3.1.4...v3.1.5
v3.1.4
Add user properties to the create/migrate/update user APIs (#18)