Skip to content

v2.4.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tngan tngan released this 25 Jul 17:50
· 204 commits to master since this release

Release Note

This is a pre-release version. We aim to provide the availability to install samlify across different platforms, after v2.3, we introduce a schema validation check for the response as most of saml libraries do. However, it also causes a list of issues reported in this discussion thread (#129). Therefore, starting from v2.4.0, we delegate the schema check to the JAVA runtime. We won't release the release v2.4 until it is being well tested.

yarn add samlify@2.4.0-rc1

For those who are using samlify in production, you can keep to use samlify@2.3.8 until we release v2.4.0. We expect we still have several release candidates.

Included in this rc1 version:

  • #189 Upgrade the dev dependencies to fix the reported vulnerability
  • #193 Remove the postinstall hook
  • Delegate to Java runtime library to do schema validation (credits to @nikku)