Skip to content

1.33.0

Latest

Choose a tag to compare

@Captain-P-Goldfish Captain-P-Goldfish released this 21 Jun 07:23
· 2 commits to main since this release

SCIM Server

features

  • Added support for RFC9865 - cursor based pagination. Thx to @papegaaij for his work
  • Added a new configuration option for the maximum number of filter expressions in a single request.

bug fixes

  • Support JSON style escaping in filter requests
  • Throw a dedicated exception if too many filter expressions are used in a single request (limit 3000)

SCIM Client

bug fixes

  • Make creation of HTTP client synchronized
  • stabilized the ServerResponse object with http-headers by storing http-headers additionally in lower-case

Maintenance

  • Update of third party dependencies