You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
CHANGES
2
2
=======
3
3
4
+
7.1.0
5
+
-----
6
+
7
+
* Add release notes for version 7.1.0
8
+
* Sem-Ver: bugfix When a connection error is encountered while attempting to fetch public keys in HTTPSMultiRepositoryPublicKeyRetriever continue to attempt key retrieval using other retrievers
9
+
* Sem-Ver: feature Add a handle\_retrieval\_exception method to the HTTPSMultiRepositoryPublicKeyRetriever class
10
+
* Sem-Ver: bugfix In CI move to using setup.py nosetests as setup.py test has been deprecated
11
+
* Sem-Ver: bugfix Run flake8 in ci
12
+
* Sem-Ver: bugfix Flake8 fix up - add an explicit check that the aud claim has been provided. This is not a breaking change because even if verify\_jwt was to use an audience value of None & a jwt did not have an aud claim, a KeyError would be raised
13
+
* Sem-Ver: bugfix Fix some issues that flake8 detected
14
+
* Sem-Ver: bugfix Fix up the name of the None algorithm auth signer
15
+
* Sem-Ver: bugfix For python 2.7 and 3.5 testing we need to pin MarkupSafe to a version < 2.0.0
16
+
* Sem-Ver: bugfix Add an explicit test for how none algorithm jwt are handled
0 commit comments