go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.
Other
2.25k stars 355 forks source link

Preparing a new release #441

Closed cpuschma closed 1 year ago

cpuschma commented 1 year ago

@johnweldon How about a new release? The last one is from last year already:

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

Thank you @cpuschma

fenngineering commented 8 months ago

When will the new release be available?