Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps net-ldap from 0.17.1 to 0.20.0.

Release notes

Sourced from net-ldap's releases.

v0.20.0

What's Changed

New Contributors

Full Changelog: ruby-ldap/ruby-net-ldap@v0.19.0...v0.20.0

v0.19.0

What's Changed

New Contributors

Full Changelog: ruby-ldap/ruby-net-ldap@v0.18.0...v0.19.0

Changelog

Sourced from net-ldap's changelog.

=== Net::LDAP 0.20.0

=== Net::LDAP 0.19.0

  • Net::LDAP::DN - Retain trailing spaces in RDN values in DNs #412
  • Add in ability for users to specify LDAP controls when conducting searches #411
  • Document connect_timeout in Constructor Details #415
  • Fix openssl error when using multiple hosts #417

=== Net::LDAP 0.18.0

  • Fix escaping of # and space in attrs #408
  • Add support to use SNI #406
  • Drop Ruby 2.5 and JRuby 9.2 from CI tests
  • Bump rubocop to 1.48.1
  • Update CI for TruffleRuby 22
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [net-ldap](https://github.com/ruby-ldap/ruby-net-ldap) from 0.17.1 to 0.20.0.
- [Release notes](https://github.com/ruby-ldap/ruby-net-ldap/releases)
- [Changelog](https://github.com/ruby-ldap/ruby-net-ldap/blob/master/History.rdoc)
- [Commits](ruby-ldap/ruby-net-ldap@v0.17.1...v0.20.0)

---
updated-dependencies:
- dependency-name: net-ldap
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 25, 2025
@fossabot
Copy link

fossabot bot commented Aug 25, 2025

Dependency Change Summary

net-ldap (0.17.1 → 0.20.0)

There are no obvious breaking changes, security fixes, or deprecations.

This release adds LDAP controls support for search, modify, and add operations, plus ldapwhoami (RFC4532) functionality. It also adds UTF-8 encoded password support and fixes an OpenSSL error when using multiple hosts.

See other changes

Dependency Usage Analysis

Based on the provided analysis, the net-ldap package is used throughout the codebase for LDAP (Lightweight Directory Access Protocol) operations. The application likely implements LDAP authentication, user directory lookups, or organizational data retrieval through this Ruby gem. Without specific file details, the package appears to serve as the primary interface for connecting to and querying LDAP servers for user management or authentication workflows.

Usage Locations

net-ldap - 0 usages across 0 files:

Impact Assessment - No Action Required

After analyzing 1 package (net-ldap), no breaking impacts were identified. The changes appear to be backward compatible and safe to merge.


This comprehensive analysis uses AI to examine dependency changes, understand usage patterns, and assess the impact on your codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant