Releases: i2-open/i2scim
Release 0.8.0
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
- New Support for Security Events. For more information see the Signals documentation.
- Support for SCIM-Events draft
- Initial implementation
of OpenID Shared Signals Framework SSF draft 02.
- Updated to recent Quarkus Platform (3.5.1l)
- Combined universal distribution allowing selection of backend store by environment settings
i2scim-universal - Improved Docker compose compatibility
V0.6.1 Release
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
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
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.