Releases: go-ldap/ldap
Releases · go-ldap/ldap
Exposing Internals
This release adds a couple goodies in the ldap connection:
- Exposing the ldap.Conn.IsClosing()
- Exposing the ldap.Conn.TLSConnectionState()
v3.0.0
conn: Ensure 64-bit alignment for atomics on 32-bit platforms
Release gopgk.in/ldap.v3
Initial version of gopkg.in/ldap.v3
If you experience issues with this release you can fall back to gopkg.in/ldap.v2
v2.5.1
v2.5.0
v2.4.1
v2.4.0
v2.3.0
Add ability to set a client-side timeout on requests (@flowhamster)
v2.2.2
Fixes a panic when a nil packet was encountered during a failed StartTLS operation (@trestletech)