File tree 1 file changed +35
-0
lines changed 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments