Skip to content

Commit 03707b1

Browse files
authored
Merge pull request #132 from mattsb42-aws/changelog
add initial changelog with info for 3.1.0
2 parents 150f18b + acf9c9d commit 03707b1

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---------
2+
Changelog
3+
---------
4+
5+
3.1.0 -- 2019-??-??
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
Major
9+
"""""
10+
11+
* Isolate and flesh out cryptographic backends to enable independent operation.
12+
`#114 <https://github.com/mpdavis/python-jose/issues/114>`_
13+
`#129 <https://github.com/mpdavis/python-jose/pull/129>`_
14+
* Remove pyca/cryptography backend's dependency on python-ecdsa.
15+
`#117 <https://github.com/mpdavis/python-jose/pull/117>`_
16+
* Remove pycrypto/dome backends' dependency on python-rsa.
17+
`#121 <https://github.com/mpdavis/python-jose/pull/121>`_
18+
* Make pyca/cryptography backend the preferred backend if multiple backends are present.
19+
`#122 <https://github.com/mpdavis/python-jose/pull/122>`_
20+
21+
Bugfixes
22+
""""""""
23+
24+
* Fix invalid RSA private key PKCS8 encoding by python-rsa backend.
25+
`#120 <https://github.com/mpdavis/python-jose/pull/120>`_
26+
27+
Housekeeping
28+
""""""""""""
29+
30+
* Test each cryptographic backend independently in CI.
31+
`#114 <https://github.com/mpdavis/python-jose/issues/114>`_
32+
`#129 <https://github.com/mpdavis/python-jose/pull/129>`_
33+
`#135 <https://github.com/mpdavis/python-jose/pull/135>`_
34+
* Add flake8 checks in CI.
35+
* Add CPython 3.7 and PyPy 3.5 testing in CI.

0 commit comments

Comments
 (0)