Skip to content

Releases: xmlsec/python-xmlsec

Version 1.3.7

21 May 00:10
1.3.7
75c1549
Compare
Choose a tag to compare

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

21 Sep 15:11
d35647b
Compare
Choose a tag to compare
  • no changes in comparison 1.3.5

New version 1.3.5

31 Aug 20:04
d35647b
Compare
Choose a tag to compare
  • fixed installation issues for all platforms

Version 1.3.4

22 Aug 11:37
876b300
Compare
Choose a tag to compare
  • minor installation issue fix

New version 1.3.3

15 Aug 13:39
Compare
Choose a tag to compare
  • Fix installation via pip

New version 1.3.1

15 Aug 11:07
Compare
Choose a tag to compare
  • Fixed build for windows platform

New version 1.2.0

27 Jul 09:15
Compare
Choose a tag to compare
  • 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

04 Jul 09:16
Compare
Choose a tag to compare
  • Fixed memory leaks
  • Added parameter 'id' to method xmlsec.template.create, 'name' is deprecated.
  • Added more useful constants

Version 1.0.9

25 May 20:03
Compare
Choose a tag to compare
  • Added binding for method xmlSecTmplTransformAddC14NInclNamespaces
  • Added new constants: NsExcC14N, NsExcC14NWithComments

Version 1.0.8

20 May 21:27
Compare
Choose a tag to compare

Added documentation