Skip to content

fix(deps): update module gopkg.in/ldap.v3 to v3.4.13#2755

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gopkg.in-ldap.v3-3.x
Open

fix(deps): update module gopkg.in/ldap.v3 to v3.4.13#2755
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gopkg.in-ldap.v3-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
gopkg.in/ldap.v3 v3.1.0v3.4.13 age confidence

Release Notes

go-ldap/ldap (gopkg.in/ldap.v3)

v3.4.13

Compare Source

What's Changed

New Contributors

Full Changelog: go-ldap/ldap@v3.4.12...v3.4.13

v3.4.12

Compare Source

What's New

What's Changed

New Contributors

Full Changelog: go-ldap/ldap@v3.4.11...v3.4.12

v3.4.11

Compare Source

What's Changed

New Contributors

Full Changelog: go-ldap/ldap@v3.4.10...v3.4.11

v3.4.10: Simplify Go Module Versioning

Compare Source

Experimental release to cleanup the code duplication, and simplify the go module versioning approach.

v3.4.9

Compare Source

This bumps x/crypto to 0.31.0 to resolve CVE-2024-45337.

What's Changed

New Contributors

Full Changelog: go-ldap/ldap@v3.4.8...v3.4.9

v3.4.8

Compare Source

What's Changed

In the previous release, we have prematurely marked the function Start as deprecated, assuming that the available DialOpts fulfill all use cases. Thanks to @​dornimaug's hint in #​507 we now know that this is not the case, especially when using custom contexts with DialContext, NewConn and Start. The function will be retained, and we apologize for any inconvenience! We will retain the functionality for the entire life cycle of the major version.

Full Changelog: go-ldap/ldap@v3.4.7...v3.4.8

v3.4.7: v.3.4.7

Compare Source

What's new

What's Changed

New Contributors

Full Changelog: go-ldap/ldap@v3.4.6...v3.4.7

v3.4.6

Compare Source

What's new

What's Changed

New Contributors

Full Changelog: go-ldap/ldap@v3.4.5...v3.4.6

v3.4.5

Compare Source

What's New

What's Changed

New Contributors

Full Changelog: go-ldap/ldap@v3.4.4...v3.4.5

v3.4.4

Compare Source

#​367 - Update test matrix to Go v1.14+
#​366 - Support for configurable logger
#​368 - Linter cleanup
#​372 - Update minimum required Go version to 1.14
#​371 - Allow NTLM authentication without a password
#​374 - Add missing Client interface methods
#​373 - Implement Subtree delete control type
#​375 - feat: return referrals for modify operation
#​304 - Add Entry Unmarshal
#​382 - added int and []byte type to entry unmarshal
#​385 - Update dependencies to satisfy new ntlmssp.ProcessChallenge signature
#​386 - Add String() methods to DN and its subtypes
#​388 - Fix request timeout handling

v3.4.3

Compare Source

v3.4.2: allow using ; as RDN separator according to rfc2253

Compare Source

v3.4.1: Helper function DialWithTLSDialer

Compare Source

Also, improve debug logging output.

v3.4.0: Performance improvements, helper functions, etc.

Compare Source

v3.3.0

Compare Source

New features and bug fixes:

#​303 - Add IsClosing() to client interface for mocking
#​305 - Avoid panic on NTLMChallengeBind where bytes were less than 7
#​306 - Add support for LDAP_SERVER_LINK_TTL_OID control
#​316 - Network timeouts now return appropriate error message and code
#​318 - RFC4532 WhoAmI support added

v3.2.4: Dropping support for Go versions <1.7

Compare Source

Dropping support for legacy Go versions in a first step effort to clean up go modules vs non-go modules repo

v3.2.3: Fix policy control response decoding for ControlBeheraPasswordPolicy

Compare Source

Fix policy control response decoding for ControlBeheraPasswordPolicy.

Should address #​162, #​156 and #​257

v3.2.2: Address regression in error handling

Compare Source

Don't discard results on error - make raw result packet available in the Error object.

v3.2.1: Updated NTLM feature

Compare Source

Update to allow binding with only NTLM hash instead of password.

Also, add missing go.mod changes.

v3.2.0: Add NTLMSSP Support

Compare Source

v3.1.11: Minor update: go-asn1-ber and GetEqualFoldAttribute helpers

Compare Source

v3.1.10

Compare Source

v3.1.9

Compare Source

v3.1.8: Sync changes to v3 folder

Compare Source

Pull DIGEST-MD5 bind support changes into v3 (#​230)

v3.1.7: nil error handling improvements

Compare Source

v3.1.6: Add Digest MD5 Bind support

Compare Source

v3.1.5: Performance improvement and better documentation of examples

Compare Source

v3.1.4: Add DialURL and ModifyRequest.Increment

Compare Source

v3.1.3: Use v3 suffix in module name

Compare Source

v3.1.2: Fix go.mod

Compare Source

v3.1.1: Updated go.mod to use github.com instead of gopkg.in

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading gopkg.in/ldap.v3 v3.4.13
go: github.com/OpenListTeam/OpenList/v4/server/common imports
	gopkg.in/ldap.v3: cannot find module providing package gopkg.in/ldap.v3
go: module github.com/aws/aws-sdk-go is deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2.

@elysia-best elysia-best added AUTO Automatically created by robots/AIs dependencies labels Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AUTO Automatically created by robots/AIs dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant