Update module github.com/go-ldap/ldap/v3 to v3.4.8 #12

Open
renovate-bot wants to merge 1 commits from renovate/github.com-go-ldap-ldap-v3-3.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/go-ldap/ldap/v3 require patch v3.4.6 -> v3.4.8

Release Notes

go-ldap/ldap (github.com/go-ldap/ldap/v3)

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: https://github.com/go-ldap/ldap/compare/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: https://github.com/go-ldap/ldap/compare/v3.4.6...v3.4.7


Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) | require | patch | `v3.4.6` -> `v3.4.8` | --- ### Release Notes <details> <summary>go-ldap/ldap (github.com/go-ldap/ldap/v3)</summary> ### [`v3.4.8`](https://github.com/go-ldap/ldap/releases/tag/v3.4.8) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.4.7...v3.4.8) #### What's Changed - Revert [#&#8203;499](https://github.com/go-ldap/ldap/issues/499): Mark public Start function as deprecated by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/508 In the previous release, we have prematurely marked the function `Start` as deprecated, assuming that the available DialOpts fulfill all use cases. Thanks to [@&#8203;dornimaug](https://github.com/dornimaug)'s hint in [#&#8203;507](https://github.com/go-ldap/ldap/issues/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**: https://github.com/go-ldap/ldap/compare/v3.4.7...v3.4.8 ### [`v3.4.7`](https://github.com/go-ldap/ldap/releases/tag/v3.4.7): v.3.4.7 [Compare Source](https://github.com/go-ldap/ldap/compare/v3.4.6...v3.4.7) #### What's new - feat: extend SearchResult `Unmarshal` to support \*string as field type ([#&#8203;475](https://github.com/go-ldap/ldap/issues/475)) by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/476 - feat: Add support for children scope choice const by [@&#8203;sirzzang](https://github.com/sirzzang) in https://github.com/go-ldap/ldap/pull/480 - feat: Add `EnforceSizeLimit` to enforce the specified search request size limit (fixes [#&#8203;431](https://github.com/go-ldap/ldap/issues/431)) by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/482 - feat: GSSAPI client (with unix support) by [@&#8203;levkohimins](https://github.com/levkohimins) in https://github.com/go-ldap/ldap/pull/449 - Add go 1.22 build/testing to github workflow by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/485 - Add tests to parseDN (fuzzing, roundtrip ...) by [@&#8203;inteon](https://github.com/inteon) in https://github.com/go-ldap/ldap/pull/504 #### What's Changed - Fix DATA RACE as a result of changing ber's module global variable for fuzz tests by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/473 - IsErrorAnyOf should match the given result code even if the error is wrapped by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/471 - Fix deprecated warning on GitHub Actions by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/474 - Bump golang.org/x/crypto from 0.13.0 to 0.17.0 in /v3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-ldap/ldap/pull/478 - Bump golang.org/x/crypto from 0.13.0 to 0.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/go-ldap/ldap/pull/479 - fix: mark functions as deprecated with doc comment by [@&#8203;donatello](https://github.com/donatello) in https://github.com/go-ldap/ldap/pull/491 - Refactor the context handling with receiving an ldap response in searchAsync() by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/496 - chore: Mark public `Start` function as deprecated (closes [#&#8203;356](https://github.com/go-ldap/ldap/issues/356)) by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/499 - feat: Refactor `ParseDN` function to fix resource usage and invalid parsings (fixes [#&#8203;487](https://github.com/go-ldap/ldap/issues/487)) by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/497 - Revert "fix: Limit maximum BER packet length in `FuzzParseDN` to 6553… by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/500 - Update golang.org/x/crypto by [@&#8203;johnweldon](https://github.com/johnweldon) in https://github.com/go-ldap/ldap/pull/502 - fix: Replace DER with ASN1 BER encoding when parsing distinguishedNames by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/505 #### New Contributors - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/go-ldap/ldap/pull/478 - [@&#8203;sirzzang](https://github.com/sirzzang) made their first contribution in https://github.com/go-ldap/ldap/pull/480 - [@&#8203;levkohimins](https://github.com/levkohimins) made their first contribution in https://github.com/go-ldap/ldap/pull/449 - [@&#8203;donatello](https://github.com/donatello) made their first contribution in https://github.com/go-ldap/ldap/pull/491 - [@&#8203;inteon](https://github.com/inteon) made their first contribution in https://github.com/go-ldap/ldap/pull/504 **Full Changelog**: https://github.com/go-ldap/ldap/compare/v3.4.6...v3.4.7 </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2024-04-07 20:05:16 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details
00ebdb35a7
Update module github.com/go-ldap/ldap/v3 to v3.4.7
renovate-bot changed title from Update module github.com/go-ldap/ldap/v3 to v3.4.7 to Update module github.com/go-ldap/ldap/v3 to v3.4.8 2024-04-16 17:04:18 +00:00
renovate-bot force-pushed renovate/github.com-go-ldap-ldap-v3-3.x from 00ebdb35a7 to e724173bfe 2024-04-16 17:04:19 +00:00 Compare
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/github.com-go-ldap-ldap-v3-3.x master
git pull origin renovate/github.com-go-ldap-ldap-v3-3.x

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff renovate/github.com-go-ldap-ldap-v3-3.x
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nemunaire/chldapasswd#12
No description provided.