File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ * Release 0.19.0 (08 Apr 2024)
2
+
3
+ New API:
4
+ * `to_ssh` in `VerifyingKey` and `SigningKey`, supports Ed25519 keys only
5
+ (Pablo Mazzini)
6
+
7
+ New features:
8
+ * Support for twisted Brainpool curves
9
+
10
+ Doc fix:
11
+ * Fix curve equation in glossary
12
+ * Documentation for signature encoding and signature decoding functions
13
+
14
+ Maintenance:
15
+ * Dropped official support for 3.3 and 3.4 (because of problems running them
16
+ in CI, not because it's actually incompatible; support for 2.6 and 2.7 is
17
+ unaffected)
18
+ * Fixes aroung hypothesis parameters
19
+ * Officially support Python 3.11 and 3.12
20
+ * Small updates to test suite to make it work with 3.11 and 3.12 and new
21
+ releases of test dependencies
22
+ * Dropped the internal `_rwlock` module as it's unused
23
+ * Added mutation testing to CI, lots of speed-ups to the test suite
24
+ to make it happen
25
+ * Removal of unnecessary `six.b` literals (Alexandre Detiste)
26
+
27
+ Deprecations:
28
+ * `int_to_string`, `string_to_int`, and `digest_integer` from `ecdsa.ecdsa`
29
+ module are now considered deprecated, they will be removed in a future
30
+ release
31
+
1
32
* Release 0.18.0 (09 Jul 2022)
2
33
3
34
New API:
You can’t perform that action at this time.
0 commit comments