Update module github.com/go-ldap/ldap/v3 to v3.4.11
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-ldap/ldap/v3 | require | patch |
v3.4.8 -> v3.4.11
|
Release Notes
go-ldap/ldap (github.com/go-ldap/ldap/v3)
v3.4.11
What's Changed
- Allow users to specify a custom NTLM negotiator by @rtpt-erikgeiser in https://github.com/go-ldap/ldap/pull/544
- Add go 1.24 build/testing to github workflow by @t2y in https://github.com/go-ldap/ldap/pull/548
- Fix ControlServerSideSortingResult handling for OpenLDAP by @EgorKo25 in https://github.com/go-ldap/ldap/pull/546
- Fix DIGEST-MD5 auth by @andy-igoshin in https://github.com/go-ldap/ldap/pull/545
- [bugfix] Added APOptions []int in client.GSSAPIBindRequest(...) and client.InitSecContext(...), fixes #536 by @p0dalirius in https://github.com/go-ldap/ldap/pull/537
- Adding InitSecContextWithOptions to SSPI client by @stratg5 in https://github.com/go-ldap/ldap/pull/549
- Update golang.org/x/net dependency by @johnweldon in https://github.com/go-ldap/ldap/pull/553
- use ldap boolean for dirsync control.criticality by @borislavfra in https://github.com/go-ldap/ldap/pull/555
- chore: update
DirSync
andDirSyncAsync
example codes by @cpuschma in https://github.com/go-ldap/ldap/pull/556
New Contributors
- @rtpt-erikgeiser made their first contribution in https://github.com/go-ldap/ldap/pull/544
- @EgorKo25 made their first contribution in https://github.com/go-ldap/ldap/pull/546
- @andy-igoshin made their first contribution in https://github.com/go-ldap/ldap/pull/545
- @p0dalirius made their first contribution in https://github.com/go-ldap/ldap/pull/537
- @stratg5 made their first contribution in https://github.com/go-ldap/ldap/pull/549
- @borislavfra made their first contribution in https://github.com/go-ldap/ldap/pull/555
Full Changelog: https://github.com/go-ldap/ldap/compare/v3.4.10...v3.4.11
v3.4.10
: Simplify Go Module Versioning
Experimental release to cleanup the code duplication, and simplify the go module versioning approach.
v3.4.9
This bumps x/crypto to 0.31.0 to resolve CVE-2024-45337.
What's Changed
- Update dependency go-asn1-ber to v1.5.6 by @johnweldon in https://github.com/go-ldap/ldap/pull/513
- Fix LDAP GetError and LDAP search by @gustavoluvizotto in https://github.com/go-ldap/ldap/pull/509
- chore: Fix desynced root and v3 directory (fixes #520) by @cpuschma in https://github.com/go-ldap/ldap/pull/521
- Add go 1.23 build/testing to github workflow by @t2y in https://github.com/go-ldap/ldap/pull/526
- bump action versions in github actions by @t2y in https://github.com/go-ldap/ldap/pull/527
- feat: add Extended request operations by @cpuschma in https://github.com/go-ldap/ldap/pull/516
- chore: Update dependencies by @cpuschma in https://github.com/go-ldap/ldap/pull/539
New Contributors
- @gustavoluvizotto made their first contribution in https://github.com/go-ldap/ldap/pull/509
Full Changelog: https://github.com/go-ldap/ldap/compare/v3.4.8...v3.4.9
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
Artifact update noticeFile name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go get
command, which resulted in the following additional change(s):- 3 additional dependencies were updated
- The
go
directive was updated for compatibility reasons
Details:
Package Change go
1.23.1
->1.24.2
github.com/go-asn1-ber/asn1-ber
v1.5.7
->v1.5.8-0.20250403174932-29230038a667
golang.org/x/crypto
v0.27.0
->v0.36.0
golang.org/x/sys
v0.25.0
->v0.31.0
Edited by ****mentioned in issue #4
added 1 commit
- 7c113cb6 - Update module github.com/go-ldap/ldap/v3 to v3.4.11