Skip to content
CAS in the cloud LELEU Jérôme edited this page Feb 7, 2022 · 21 revisions

See the pac4j release notes as well.

Version 6.0.1:

Version 6.0.0:

  • Update to pac4j v5
  • Upgrade to Vert.x v4.2

5.0.1

  • Fix pac4j profiles saved in certain type of clustered sessions

5.0.0

  • Upgrade to pac4j v4
  • Upgrade to Vert.x v3.9

4.1.1

  • Minor fix on cookies management

4.1.0

  • Upgrade to Vert.x v3.6.2
  • Update to pac4j v3.4.0

4.0.0

  • Upgrade to Vert.x v3.5.3
  • Update to pac4j v3.2

3.1.0

  • The renewSession capability is enabled

3.0.1

  • Update to pac4j 2.1.x and vert.x 3.4.2. No incompatibilities found yet, and no actual code changes required.

3.0.0

  • Upgrade to pac4j 2.0.x and vert.x 3.4. Implement CAS logout handling, and handle new pac4 2.x feature.

2.1.0:

  • Upgrade to pac4j v1.9 and vert.x 3.3. Move core logic into pac4j core reducing inertia for the implementation
  • Support multiprofile behaviour as per pac4j 1.9

2.0.0:

  • Upgrade to pac4j v1.8: REST support (basic auth, header, request parameter, IP), new authentication mechanisms (LDAP, JWT, SQL, MongoDB, Stormpath), authorizations
  • Application logout support
  • A specific client can be dynamically selected for authentication

1.1.0:

  • Based on pac4j v1.7
  • OpenID Connect and Strava support
  • REST (direct authenticated calls) support
  • Role-based access
  • Remove Google OpenID support

1.0.0:

  • Based on pac4j v1.6: CAS, OAuth, OpenID, SAML, GAE & HTTP supports