File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
=======
3
3
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
+
4
24
6.0.0
5
25
-----
6
26
You can’t perform that action at this time.
0 commit comments