Update module github.com/go-ldap/ldap/v3 to v3.4.6 #11

Merged
nemunaire merged 1 commits from renovate/github.com-go-ldap-ldap-v3-3.x into master 2023-09-22 07:51:24 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v3.4.6

Compare Source

What's new

What's Changed

New Contributors

Full Changelog: https://github.com/go-ldap/ldap/compare/v3.4.5...v3.4.6


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.5` -> `v3.4.6` | --- ### Release Notes <details> <summary>go-ldap/ldap (github.com/go-ldap/ldap/v3)</summary> ### [`v3.4.6`](https://github.com/go-ldap/ldap/releases/tag/v3.4.6) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.4.5...v3.4.6) #### What's new - Add search asynchronously with context by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/440 - Add syncrepl (rfc-4533) consumer (persistent search) by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/447 - Add fuzz testing by [@&#8203;0x34d](https://github.com/0x34d) in https://github.com/go-ldap/ldap/pull/448 - Add go 1.21 build/testing to github workflow by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/457 - Add support for Go 1.13's errors.Is/As functions by [@&#8203;zmb3](https://github.com/zmb3) in https://github.com/go-ldap/ldap/pull/461 - Add cifuzz workflow by [@&#8203;0x34d](https://github.com/0x34d) in https://github.com/go-ldap/ldap/pull/460 #### What's Changed - Fix a deadlock issue using search asynchronously by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/446 - Fix panics in GetLDAPError by [@&#8203;TomSellers](https://github.com/TomSellers) in https://github.com/go-ldap/ldap/pull/455 - ControlSyncRequest Encode: cookie optionality by [@&#8203;zeslava](https://github.com/zeslava) in https://github.com/go-ldap/ldap/pull/459 - Refactor DirSync search process by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/458 - Update dependent packages: by [@&#8203;iredmail](https://github.com/iredmail) in https://github.com/go-ldap/ldap/pull/462 - chore: update go-asn1-ber to v1.5.5 by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/464 - fix request timeout race condition by [@&#8203;raymonstah](https://github.com/raymonstah) in https://github.com/go-ldap/ldap/pull/465 - fix: `FuzzParseDN` causing OOMs in restricted environments by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/466 - chore: Mirror v3 to root directory by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/468 #### New Contributors - [@&#8203;t2y](https://github.com/t2y) made their first contribution in https://github.com/go-ldap/ldap/pull/440 - [@&#8203;0x34d](https://github.com/0x34d) made their first contribution in https://github.com/go-ldap/ldap/pull/448 - [@&#8203;TomSellers](https://github.com/TomSellers) made their first contribution in https://github.com/go-ldap/ldap/pull/455 - [@&#8203;zeslava](https://github.com/zeslava) made their first contribution in https://github.com/go-ldap/ldap/pull/459 - [@&#8203;zmb3](https://github.com/zmb3) made their first contribution in https://github.com/go-ldap/ldap/pull/461 - [@&#8203;iredmail](https://github.com/iredmail) made their first contribution in https://github.com/go-ldap/ldap/pull/462 - [@&#8203;raymonstah](https://github.com/raymonstah) made their first contribution in https://github.com/go-ldap/ldap/pull/465 **Full Changelog**: https://github.com/go-ldap/ldap/compare/v3.4.5...v3.4.6 </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:eyJjcmVhdGVkSW5WZXIiOiIzNi45MS4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added 1 commit 2023-09-16 12:08:09 +00:00
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details
5f4467750b
Update module github.com/go-ldap/ldap/v3 to v3.4.6
nemunaire merged commit 5f4467750b into master 2023-09-22 07:51:24 +00:00
nemunaire deleted branch renovate/github.com-go-ldap-ldap-v3-3.x 2023-09-22 07:51:24 +00:00
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#11
No description provided.