File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 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+
121- Drop Python 3.6 support.
222
323Changes for v2.10.1 (2022-09-09)
Original file line number Diff line number Diff line change 44
55setup (
66 name = "signxml" ,
7- version = "2.10.1 " ,
7+ version = "3.0.0 " ,
88 url = "https://github.com/kislyuk/signxml" ,
99 license = "Apache Software License" ,
1010 author = "Andrey Kislyuk" ,
You can’t perform that action at this time.
0 commit comments