What's New
- Add function to escape distinguished names by @tsschaffert in #393
- Add CLDAP (RFC1798 UDP/Connectionless) support to DialURL by @dsnt02518 in #397
- Add support for SSPI GSSAPI SASL mechanism bind by @FlipB in #402
- implement server side sorting controls (rfc2891) by @m-vinc in #414
- add unmarshalling of generalizedTimestamp and DN by @vetinari in #434
- feat: enable DirSync control in search operation by @masato-sso in #436
What's Changed
- chore: Update GitHub Actions dependencies and test matrix by @cpuschma in #400
- chore: deprecate unnecessary wrapper for
DialWithDialer
andDialWithTLSConfig
by @cpuschma in #399 - fix: packet referral decoding by @james-d-elliott in #413
- fix: error and search result handling in SearchWithPaging by @cpuschma in #417
- Lint/gofmt fixes. by @dsnt02518 in #418
- Update dependencies by @johnweldon in #420
- fix: parsedn not handling attributes with equal char in value by @james-d-elliott in #425
- gofumpt by @johnweldon in #427
- Fix deadlocks caused by invalid connection state by @cholland1989 in #432
- fix: return errors upon panics or receiving unexpected responses by @cpuschma in #433
New Contributors
- @tsschaffert made their first contribution in #393
- @dsnt02518 made their first contribution in #397
- @FlipB made their first contribution in #402
- @m-vinc made their first contribution in #414
- @cholland1989 made their first contribution in #432
- @masato-sso made their first contribution in #436
Full Changelog: v3.4.4...v3.4.5