[ldap-sdk-announce] UnboundID LDAP SDK for Java 7.0.4
A Java-based LDAP API
Brought to you by:
dirmgr,
kennethleo
|
From: Neil W. <nei...@pi...> - 2025-12-05 17:44:35
|
We have just released version 7.0.4 of the UnboundID LDAP SDK for Java <https://github.com/pingidentity/ldapsdk>. It is available for download from GitHub <https://github.com/pingidentity/ldapsdk/releases> and SourceForge <https://sourceforge.net/projects/ldap-sdk/files/>, and it is available in the Maven Central Repository <https://central.sonatype.com/artifact/com.unboundid/unboundid-ldapsdk/7.0.4>. You can find the release notes for this release (and all previous versions) at https://docs.ldap.com/ldap-sdk/docs/release-notes.html, but here’s a summary of the changes: - We added a “discard results” search result listener that can be used in cases where a search should be performed, but the actual matching entries and references aren’t needed (for example, if you only need to know the number of matching entries). - We added client-side support for a W3C trace context request control that can be included in requests sent to the latest versions of the Ping Identity Directory Server or ForgeRock Directory Services. This can be used to convey information for use in distributed tracing (e.g., via OpenTelemetry). - We improved debug logging when adding or removing servers from the blacklist used to temporarily avoid creating connections to a server when using the round robin and fewest connections server set. - We updated the PropertyManager class to make it possible to cache property values for faster access with less contention. Caching is disabled by default, although you can enable it by specifying a maximum cache duration. You can also programmatically clear the cache and pre-populate the cache based on currently defined system properties and environment variables. - We improved performance and reduced contention when retrieving the values of environment variables from the JVM process. - We updated the documentation to include the latest revisions of draft-bouchez-scram-mcf and draft-codere-ldapsyntax in the set of LDAP-related specifications. -- _CONFIDENTIALITY NOTICE: This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, distribution or disclosure by others is strictly prohibited. If you have received this communication in error, please notify the sender immediately by e-mail and delete the message and any file attachments from your computer. Thank you._ |