Releases: auth0/auth0-python
Releases · auth0/auth0-python
3.6.1
3.6.0
3.5.0
3.5.0
Added
- Add Revoke Refresh Token endpoint #170 (lbalmaceda)
- Add /dbconnections/signup with username and metadata #169 (lbalmaceda)
3.4.0
3.4.0
Added
- Add
client_id
param to ClientGrants.all #159 (danishprakash) - Add telemetry headers to AuthenticationBase #152 (crgk)
- Add pre-commit pypgrade hook and update supported versions #124 (hugovk)
- Implemented delete_user_by_email and test for connections #122 (runz0rd)
- Adds user export job creation. #112 (dmark)
Changed
- String Formatting Updated #141 (vkmrishad)
- Uses Python built-in modules to retrieve Python and auth0-python version number #125 (edawine)
Fixed
3.3.0
3.3.0
Added
- Add pagination to Clients and Connections
- Add pagination to Client Grants, Resource Servers and Rules
- Add Email-Templates Management API endpoints
Fixed
- Replace default mutable arguments with None
- Fix JSON error message handling for Management API
3.2.2
3.2.2
Fixed
- Upload the correct package contents to Pypi.