Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3dc516

Browse files
committed
Release 4.0.0
1 parent 56767fd commit b3dc516

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [4.0.0](https://github.com/auth0/auth0-python/tree/4.0.0) (2023-01-19)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/3.24.1...4.0.0)
5+
6+
**Added**
7+
- Add support for private_key_jwt [\#456](https://github.com/auth0/auth0-python/pull/456) ([adamjmcgrath](https://github.com/adamjmcgrath))
8+
- Add support for managing client credentials [\#459](https://github.com/auth0/auth0-python/pull/459) ([adamjmcgrath](https://github.com/adamjmcgrath))
9+
10+
**Security**
11+
- Update pyjwt [\#460](https://github.com/auth0/auth0-python/pull/460) ([adamjmcgrath](https://github.com/adamjmcgrath))
12+
13+
**Changed**
14+
- Publish Python Support Schedule [\#454](https://github.com/auth0/auth0-python/pull/454) ([evansims](https://github.com/evansims))
15+
16+
**⚠️ BREAKING CHANGES**
17+
- Remove deprecated methods [\#461](https://github.com/auth0/auth0-python/pull/461) ([adamjmcgrath](https://github.com/adamjmcgrath))
18+
- Remove v3 folder [\#462](https://github.com/auth0/auth0-python/pull/462) ([adamjmcgrath](https://github.com/adamjmcgrath))
19+
20+
See the [V4_MIGRATION_GUIDE](https://github.com/auth0/auth0-python/blob/master/V4_MIGRATION_GUIDE.md) for more info.
21+
322
## [3.24.1](https://github.com/auth0/auth0-python/tree/3.24.1) (2023-01-19)
423
[Full Changelog](https://github.com/auth0/auth0-python/compare/3.24.0...3.24.1)
524

V4_MIGRATION_GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Guide to migrating from `3.x` to `4.x`
1212

1313
Python <=3.6 and Python 2 are EOL and are no longer supported.
1414

15+
Also note the new Python [Support Policy](https://github.com/auth0/auth0-python#support-policy)
16+
1517
## The `v3` subfolder has been removed
1618

1719
Versioning the import paths was not necessary and made major upgrades unnecessarily complex, so this has been removed and all files have been moved up a directory.

auth0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.24.1"
1+
__version__ = "4.0.0"
22

33
from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError
44

0 commit comments

Comments
 (0)