Skip to content

Releases: i2-open/i2scim

Release 0.8.0

21 Jan 21:35

Choose a tag to compare

I2 SCIM has been updated to support the latest SCIM Events draft which includes:

  • Updated Event URIs
  • Support for Asynchronous Event Processing

Other bug fixes include:

  • Improved connection handling when pushing or polling for events with an SSF server (e.g. i2gosignals).
  • Updated to Java 21 and Eclipse Temurin hardened image

v0.7.0

16 Nov 18:50

Choose a tag to compare

V0.6.1 Release

12 Nov 18:12

Choose a tag to compare

This maintenance release updates the ubi-minimal distribution used to 8.5-204 and the Quarkus.io library to 2.4.1.Final.

Documentation for OPA integration was improved.

Issue #21, Javadocs were added.

Issue #29, JWT tokens for unit testing are now generated on the fly to avoid periodic expiring of test tokens.

Issue #31, i2scim maven modules are now available in mvnrepository.com.

v0.6.0-Alpha Release

15 Oct 23:21
6b3d17f

Choose a tag to compare

v0.6.0-Alpha Release Pre-release
Pre-release

What's Changed

Bugs Fixed:
#18 /Schemas endpoint not returning sub-attributes for complex attributes
#19 PATCH returns NOT IMPLEMENTED when access control enabled
#20 Sort not working when using paged results

Enhancements:
#15 New i2scim Client Library with builders.
#25 Enable queries against virtual (calculated) attributes
#27 Added support for Open Policy Agent (preview)

Full Changelog: v0.5.0-Alpha...v0.6.0-Alpha

v0.5.0-Alpha

02 Jul 22:37

Choose a tag to compare

v0.5.0-Alpha Pre-release
Pre-release

This is the first public "alpha" release of i2scim for preview purposes. The server can be deployed using K8S using a mongo database or built-in memory based provider. For more information see the README.md document and various quick start documentation.

In this release:

  • Basic SCIM Protocol functionality except for Bulk requests per RFC7644
  • Configurable resource types and schema and support for RFC7643
  • Support for HTTP Conditionals as per RFC7232
  • Access control system evolved from LDAP access control models (see AccessControl.md)
  • Basic and JWT based authentication via the Quarkus SmallRye JWT module
  • Quarkus platform docker modules.