File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ Changes for v3.0.0 (2022-11-13)
2
+ ===============================
3
+
4
+ - Add XAdES support
5
+
6
+ - Migrate all configuration inputs to enums (string identifiers are
7
+ still supported, but will be deprecated in a future version)
8
+
9
+ - Migrate structured data inputs to dataclasses
10
+
11
+ - Deprecate excise_empty_xmlns_declarations
12
+
13
+ - Documentation and test infrastructure improvements
14
+
15
+ - Clean up top level signxml and signxml.xades namespaces
16
+
17
+ - Stop using default_backend for cryptography, it is no longer required
18
+
19
+ - Drop Python 3.6 support (#200)
20
+
1
21
- Drop Python 3.6 support.
2
22
3
23
Changes for v2.10.1 (2022-09-09)
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "signxml" ,
7
- version = "2.10.1 " ,
7
+ version = "3.0.0 " ,
8
8
url = "https://github.com/kislyuk/signxml" ,
9
9
license = "Apache Software License" ,
10
10
author = "Andrey Kislyuk" ,
You can’t perform that action at this time.
0 commit comments