-
Notifications
You must be signed in to change notification settings - Fork 85
Comparing changes
Open a pull request
base repository: pingidentity/ldapsdk
base: 7.0.3
head repository: pingidentity/ldapsdk
compare: 7.0.4
- 9 commits
- 25 files changed
- 1 contributor
Commits on Jun 16, 2025
-
Updated the LDAP SDK so that the next release will have a version number of 7.0.4. Also, update tests to ensure that we preserve backward compatibility with the 7.0.3 release.
Configuration menu - View commit details
-
Copy full SHA for ed97ba6 - Browse repository at this point
Copy the full SHA ed97ba6View commit details
Commits on Aug 14, 2025
-
Improve ServerSetBlacklistManager debug logging
Updated the server set blacklist manager to improve debug logging in the event that servers are added to or removed from the blacklist. The round robin and fewest connections server sets can be configured to use this blacklist manager to temporarily avoid attempting to create connections to a server when health checking determines that it's not in an acceptably usable state.
Configuration menu - View commit details
-
Copy full SHA for 9f174d1 - Browse repository at this point
Copy the full SHA 9f174d1View commit details
Commits on Aug 21, 2025
-
Improve performance of getting env variables
Improved performance and reduced contention when retrieving environment variables from the JVM process.
Configuration menu - View commit details
-
Copy full SHA for 4f5268d - Browse repository at this point
Copy the full SHA 4f5268dView commit details
Commits on Aug 22, 2025
-
Add property manager caching support
Updated the PropertyManager class to make it possible to cache property values for faster access with less contention. Caching is disabled by default, but you can enable it by specifying a maximum cache duration. Additional methods are provided to clear the cache, and to populate the cache based on the currently defined system properties and environment variables.
Configuration menu - View commit details
-
Copy full SHA for 72e58a2 - Browse repository at this point
Copy the full SHA 72e58a2View commit details
Commits on Oct 16, 2025
-
Add a W3C trace context request control
Added client-side support for a W3C trace context request control that can be used to convey information for use in distributed tracing (e.g., via OpenTelemetry). This control was originally defined in the ForgeRock Directory Server (now known as PingDS), and will also be supported in the Ping Identity Directory Server.
Configuration menu - View commit details
-
Copy full SHA for 11b441f - Browse repository at this point
Copy the full SHA 11b441fView commit details
Commits on Nov 6, 2025
-
Add a discard results search result listener
Added a "discard results" search result listener that can be used in cases where a search should be performed, but the actual contents of any applicable search result entries or references are not needed. The number of entries and references returned will still be available in the search result. For example, this may be useful for testing purposes, if a search should be performed and you want to verify the result and potentially the number of entries and/or references returned, but you don't need to examine their contents.
Configuration menu - View commit details
-
Copy full SHA for e11e283 - Browse repository at this point
Copy the full SHA e11e283View commit details
Commits on Nov 21, 2025
-
Fix a minor typo in the license description
Fixed a minor typo in files that describe the licenses under which the LDAP SDK may be used.
Configuration menu - View commit details
-
Copy full SHA for e1d74be - Browse repository at this point
Copy the full SHA e1d74beView commit details
Commits on Dec 3, 2025
-
Debug add to blacklist as a warning
Updated ServerSetBlacklistManager so that adding a server to the blacklist will be debugged at a WARNING level rather than at the INFO level.
Configuration menu - View commit details
-
Copy full SHA for b9eae0a - Browse repository at this point
Copy the full SHA b9eae0aView commit details -
Updated LDAP-related Internet Drafts
Updated the documentation to include the latest revisions of draft-bouchez-scram-mcf and draft-codere-ldapsyntax in the set of LDAP-related specifications.
Configuration menu - View commit details
-
Copy full SHA for 2b16a37 - Browse repository at this point
Copy the full SHA 2b16a37View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.0.3...7.0.4