Skip to content

Releases: IdentityPython/pysaml2

v4.2.0

05 Oct 11:06
Compare
Choose a tag to compare

Maintenance release

v4.1.0

30 Sep 12:26
Compare
Choose a tag to compare

Maintenance release

4.0.0

11 Dec 13:34
Compare
Choose a tag to compare

A couple of API changes necessitated an major version number change.
The changes where concerned with non-xml signing and signature verification.

The API of the functions verify_redirect_signature (sigver.py) and http_redirect_message (pack.py) was changes.
As where the method use_http_get of the class HTTPBase (httpbase.py)

V3.0.2

03 Nov 16:12
Compare
Choose a tag to compare

Maintenance release

v3.0.0

13 Jul 07:08
Compare
Choose a tag to compare

Three major changes:

  1. Now supports Python 3.X at the same time the support for Python 2.6 is lost.
  2. All parts of the package is now collected in one module. This is a change that breaking change compared to earlier releases hence the major version change.
  3. Significant overhaul of the encryption/signing parts.

v2.4.0

11 Mar 09:04
Compare
Choose a tag to compare

A couple of security fixes plus maintenance updates.

Maintenance release 2.3.0

04 Feb 10:28
Compare
Choose a tag to compare
Allow setting namespace prefixes.

Maintenance release 2.2.0

14 Nov 10:21
Compare
Choose a tag to compare
v2.2.0

Releasing new version.

Maintenance release 2.1.0

22 Sep 08:39
Compare
Choose a tag to compare
Merge pull request #140 from rhoerbe/upstream-merge-20140922

moved new class HttpParameters from samlp to httputil

Version 2.0.0

21 Mar 08:11
Compare
Choose a tag to compare

Incompatible API changes forced a major version change