|
1 | 1 | CHANGES
|
2 | 2 | =======
|
3 | 3 |
|
| 4 | +1.0.7 |
| 5 | +----- |
| 6 | + |
| 7 | +* Add CI build information to the readme file |
| 8 | +* Merged in update_cryptography_from_0.9_to_0.9.1 (pull request #4) |
| 9 | +* Merged in use_supported_jwt_api_to_get_header (pull request #3) |
| 10 | +* Use the new pyjwt api to get an verified header instead of calling their internal API |
| 11 | +* update cryptography from 0.9 to 0.9.1 |
| 12 | +* Use pbr for setup configuration |
| 13 | +* Add a mostly-generated Changelog file |
| 14 | + |
4 | 15 | 1.0.6
|
5 | 16 | -----
|
6 | 17 |
|
| 18 | +* Release version 1.0.6 |
| 19 | +* Merged in update_dependencies_28_05_2015 (pull request #2) |
7 | 20 | * Update PyJWT from version 1.1.0 to 1.3.0
|
8 | 21 | * Upgrade CacheControl from version 0.11.2 to 0.11.5
|
9 | 22 | * Upgrade cryptography from 0.8.2 to 0.9
|
10 | 23 |
|
11 | 24 | 1.0.5
|
12 | 25 | -----
|
13 | 26 |
|
| 27 | +* release 1.0.5 |
| 28 | +* Merged in add_caching_for_key_retriever (pull request #1) |
14 | 29 | * update requests from 2.6.0 to 2.7.0
|
15 | 30 | * Add caching to public key retrieval requests via cachecontrol
|
16 | 31 |
|
@@ -39,13 +54,20 @@ CHANGES
|
39 | 54 | 0.0.2
|
40 | 55 | -----
|
41 | 56 |
|
| 57 | +* release 0.0.2 |
| 58 | +* s/assertNotEquals/assertNotEqual/ |
42 | 59 | * add support for python 2.7.X
|
| 60 | +* README.md edited online with Bitbucket |
43 | 61 |
|
44 | 62 | 0.0.1
|
45 | 63 | -----
|
46 | 64 |
|
47 | 65 | * Make HTTPSPublicKeyRetriever take in and pass through keyword arguments for the requests.get(.
|
48 | 66 | * remove the unused get_new_rsa_private_key_in_pem_format import from test_verifier
|
| 67 | +* pep8 fix ups |
| 68 | +* update the test_signer code to use the new mixins |
| 69 | +* Update the test_verifier code |
| 70 | +* s/get_new_private_key/get_new_private_key_in_pem_format/ in the mixin classes |
49 | 71 | * Add JWTAuthVerifierRSATest and JWTAuthVerifierECDSATest classes which used the new mixins. Also rename TestJWTAuthVerifier to BaseJWTAuthVerifierTest
|
50 | 72 | * Add some jwt algorithm mixins
|
51 | 73 | * Make the KeyIdentifier.key_id field a property
|
@@ -78,3 +100,6 @@ CHANGES
|
78 | 100 | * remove the unused os import from setup.py
|
79 | 101 | * '..' is not permitted in a key identifier
|
80 | 102 | * validate_key_identifier should never of taken in 'self' it only needs a key identifier
|
| 103 | +* add a setup.py file |
| 104 | +* Add completely untested code |
| 105 | +* init |
0 commit comments