Skip to content

1.24.0

Compare
Choose a tag to compare
@Captain-P-Goldfish Captain-P-Goldfish released this 29 Jun 20:06
· 38 commits to master since this release

SCIM Server

Changes

  • Unified PatchConfig-parameter names
  • The Implementation of the MsAzureFilterWorkaround was changed. The changes are described in #680 and implemented in #681

Features

  • The API does now also support boolean values sent as string with any case. Before the values were checked case-sensitive with "true" and "false". Now values like "False" and "True" are also supported.

Bug Fixes

  • Fixed a Bug that caused a NullPointerException if an unknown filter-operator was used in patch requests
  • A NullPointerException was prevented in case that the MsAzureComplexValueWorkaround was active and empty values were added to the operation
  • Prevented a NullPointerException that occured if no patch-request body was sent in a patch-request