Skip to content

Commit be2041a

Browse files
committed
Add release notes for version 7.1.0
Signed-off-by: David Black <[email protected]>
1 parent 7a1d088 commit be2041a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ChangeLog

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

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
17+
418
7.0.0
519
-----
620

0 commit comments

Comments
 (0)