Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pingidentity/ldapsdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.3
Choose a base ref
...
head repository: pingidentity/ldapsdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.4
Choose a head ref
  • 9 commits
  • 25 files changed
  • 1 contributor

Commits on Jun 16, 2025

  1. Post-7.0.3 release updates

    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.
    dirmgr committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    ed97ba6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. 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.
    dirmgr committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    9f174d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Improve performance of getting env variables

    Improved performance and reduced contention when retrieving
    environment variables from the JVM process.
    dirmgr committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    4f5268d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. 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.
    dirmgr committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    72e58a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. 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.
    dirmgr committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    11b441f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. 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.
    dirmgr committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    e11e283 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. 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.
    dirmgr committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e1d74be View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. 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.
    dirmgr committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    b9eae0a View commit details
    Browse the repository at this point in the history
  2. 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.
    dirmgr committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    2b16a37 View commit details
    Browse the repository at this point in the history
Loading