Skip to content

Commit e736314

Browse files
committed
Add release notes for version 7.0.0
Signed-off-by: David Black <[email protected]>
1 parent 2e439ed commit e736314

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ChangeLog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
CHANGES
22
=======
33

4+
7.0.0
5+
-----
6+
7+
* Add release notes for version 7.0.0
8+
* Sem-Ver: feature Log information on general exceptions in addition to specific exceptions
9+
* Sem-Ver: bugfix Fix some issues that flake8 detected
10+
* Sem-Ver: api-break Disable jti uniqueness checking by default
11+
* Sem-Ver: bugfix Reduce the backend verifier cache max size from 130 to 20
12+
* Sem-Ver: feature Add support to the various frameworks for being able to specify to not check jti uniqueness
13+
* Sem-Ver: feature Cache Backend verifiers
14+
* Sem-Ver: feature Add logging to the framework asap token checking code
15+
* Sem-Ver: bugfix Catch SubjectDoesNotMatchIssuerException in the frameworks
16+
* Sem-Ver: feature Add a SubjectDoesNotMatchIssuerException for when the subject does not match the issuer
17+
* Sem-Ver: bugfix Catch JtiUniquenessException and respond with a 401 inside \_process\_asap\_token
18+
* Sem-Ver: bugfix Deduplicate the various framework test create\_token methods
19+
* Sem-Ver: bugfix Fix the spelling of the duplicate jti exception (rename JtiUniqunessException to JtiUniquenessException)
20+
* Sem-Ver: feature Allow SettingsDict instances to be hashed
21+
* Sem-Ver: feature Add and use a specific exception, JtiUniqunessException, for when a JTI is used more than once
22+
* Sem-Ver: bugfix Switch the wsgi tests to use unittest assertions
23+
424
6.0.0
525
-----
626

0 commit comments

Comments
 (0)