Releases: xmlsec/python-xmlsec
Releases · xmlsec/python-xmlsec
Version 1.3.7
Various improvements related to packaging, distribution, CI and documentation. Notable changes:
- Added PEP 484 type stubs.
- Moved documentation to RTD.
- Fixed segfault when trying to access missing attributes of some constants.
- Fixed building error with Python 2.7 on Windows.
- Added CI pipelines for
manylinux2010
reference system and MacOS. - Reworked setup script, preparing for PEP 571 wheels.
- Prohibited installation for unsupported Python versions.
- Using
setuptools-scm
for dist version calculation from Git tags.
Version 1.3.6
- no changes in comparison 1.3.5
New version 1.3.5
- fixed installation issues for all platforms
Version 1.3.4
- minor installation issue fix
New version 1.3.3
- Fix installation via pip
New version 1.3.1
- Fixed build for windows platform
New version 1.2.0
- add method to load symmetric key from memory Key.from_binary_data
- add support decryption of EncodedKey
- fix segfautl in Key.from_binary_file
- fix debug trace
New version 1.1.0
- Fixed memory leaks
- Added parameter 'id' to method
xmlsec.template.create
, 'name' is deprecated. - Added more useful constants
Version 1.0.9
- Added binding for method xmlSecTmplTransformAddC14NInclNamespaces
- Added new constants: NsExcC14N, NsExcC14NWithComments
Version 1.0.8
Added documentation