Skip to content

Releases: pingidentity/scim

SCIM SDK 1.8.26

08 Sep 16:16
Compare
Choose a tag to compare

Changes In This Release

scim-1.8.24

17 Jun 00:39
Compare
Choose a tag to compare
Setting release version 1.8.24

SCIM SDK 1.8.22

26 Nov 22:46
Compare
Choose a tag to compare

Changes In This Release

  • Fixed a problem in which a member could not be added to a group via SCIM unless the group's object class was "groupOfUniqueNames".
  • Fixed a bug where the startIndex value for SCIM requests would be incorrect if the used LDAPSearch element had more than one baseDN defined in the scim-resources XML file.

SCIM SDK 1.8.21

26 Nov 22:45
Compare
Choose a tag to compare

Changes In This Release

  • Fixed a bug where the totalResults value for SCIM requests using page parameters would be incorrect if the used LDAPSearch element had more than one baseDN defined in the scim-resources XML file.

SCIM SDK 1.8.20

26 Nov 22:44
Compare
Choose a tag to compare

Changes In This Release

  • Addressed a compatibility issue in which a call to SCIMEndpoint.query(...) for a PingFederate "/Schemas" endpoint would fail because the server returns a non-list response.

SCIM SDK 1.8.19

26 Nov 22:42
Compare
Choose a tag to compare

Changes In This Release

  • Improved group user membership performance.

SCIM SDK 1.8.18

16 May 20:10
Compare
Choose a tag to compare

Changes In This Release

  • Added code to escape special characters in SCIM values when they are mapped to a DN in LDAP.
  • Updated the User groups and Group members attributes to cache data that could be repeated. Also, updated the User groups attribute to be able to take advantage of the "isDirectMemberOf" attribute on LDAP servers that support it.
  • Addressed an issue in SCIM filter processing where the parser may evaluate compound statements as a quoted value.

SCIM SDK 1.8.16

17 Feb 15:29
Compare
Choose a tag to compare

Changes In This Release

• Clients can obtain diagnostic information about how the Directory Server processes a search query, by specifying attributes=debugsearchindex as a query parameter.

• Repackaged Apache Wink / Jersey wrapper classes to avoid classpath conflicts when using Apache Wink.

• Changed search processing to reject searches specifying a sortBy parameter that cannot be processed, rather than processing the search as if the parameter had not been present.

• Updated server-side resource implementations to treat query parameters (such as sortBy, sortOrder, startIndex) case-insensitively.

• Treat sub-attribute names case insensitively in the sortBy parameter.

• Reliably produce JSON rather than XML in response to a GET operation if an Accept header is not present, or when an Accept header provided by the client does not indicate a preference between JSON and XML.

SCIM SDK 1.8.15

07 Nov 20:11
Compare
Choose a tag to compare

This is a maintenance release.

Changes In This Release

• Updated cases where filtered and paged SCIM searches for groups with missing members were not returned.

• Skipped javadoc generation when building with Java 8. Javadocs generation fails due to changes introduced in Java 8 SE - as a result, javadocs may be missing specifically when building with this version.

• Addressed issue #12, in which build failed from external networks. Updated build-tools module with an UnboundID profile to hold osslicense-maven-plugin configuration, and changed LDAP SDK dependency to com.unboundid:unboundid-ldapsdk:3.2.0.

SCIM SDK 1.8.14

27 Sep 21:22
Compare
Choose a tag to compare

This is a maintenance release.

Changes In This Release

  • Fixed a typo in putDateValue method name of the ComplexValue class. The former puDateValue method has been deprecated.
  • Updated the SCIM SDK to allow custom Users and Groups endpoint names and resource descriptor names if an implementation uses custom identifiers. Also changed the default strict mode for resource descriptors to allow for unknown core attributes and custom schema. Attribute descriptors in the CoreSchema class are now marked with public accessibility to make them easier to reference in resource subclasses.