Skip to content

Releases: metabase/saml20-clj

2.2.2

15 Aug 18:22
fed0614
Compare
Choose a tag to compare
  • Set disallow-doctype-decl flag on XML parser (#69)

2.2.1

12 Apr 16:43
e3435ec
Compare
Choose a tag to compare

What's Changed

  • Closing the def parens by @adamneilson in #63
  • Function to validate that the SAML keystore contains a private key by @qwef in #65
  • Add has-private-key? to core.clj by @qwef in #66
  • Cut new release by @qwef in #67

New Contributors

Full Changelog: 2.1.0...2.2.1

2.1.0

17 Dec 06:15
Compare
Choose a tag to compare

This release fixes support for EncryptedAssertions that use an XML namespace other than saml:. It bumps all dependencies to the latest version and drops support for Java 8.

  • Stop assuming SAML XML namespace is saml: (#46, #60)
  • Bump opensaml/opensaml-saml-impl version (#52)
  • Routine dependency bump (#61)
  • Bump OpenSAML from 3.4.6 to 4.2.0. Drop Java 8 support. (#62)

See https://github.com/metabase/saml20-clj/milestone/3

2.0.2

05 Jul 17:47
5a471ec
Compare
Choose a tag to compare

This is a minor bugfix release.

  • Multiple of the same Attribute Nodes now retain all attribute values (#59)

2.0.1

15 Feb 22:45
16fcd4a
Compare
Choose a tag to compare

This release is a routine dependency bump. Everything except for OpenSAML has been bumped to the latest version; xmlsec and cryptacular are now included as explicit dependencies and bumped to the latest version. (OpenSAML is not bumped to 4.x because that breaks support for Java 8 -- see #52.)

Milestone: https://github.com/metabase/saml20-clj/milestone/2

2.0.0

21 Oct 22:13
Compare
Choose a tag to compare
  • Prepend request-id with a string (#43)
  • Add Support for Enforcing Encryption on Assertions (#34)
  • Add new validator (#41)

2.0.0 Alpha 2

29 Sep 20:28
Compare
Choose a tag to compare

Work-in-progress release of the 2.0.0 rewrite.

2.0.0 Alpha 1

25 Sep 20:51
Compare
Choose a tag to compare

Work-in-progress release of the 2.0.0 rewrite.