go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preparing a new release

cpuschma opened this issue · comments

@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

Thank you @cpuschma

When will the new release be available?