Skip to content

Releases: go-ldap/ldap

v2.4.1

08 Aug 15:09
Compare
Choose a tag to compare

Fixes error parsing controls missing a criticality field (#85, @vetinari)

v2.4.0

07 Jul 21:40
Compare
Choose a tag to compare
  • Export AddRequest struct variables (@nohupped, #60)
  • Export ModifyRequest struct variables (@liggitt, #67)
  • Improve handling of connection read errors (@jlhawn, #66)
  • Prevent deadlock if server sends unexpected responses (@jlhawn, #69)

v2.3.0

02 May 17:33
Compare
Choose a tag to compare

Add ability to set a client-side timeout on requests (@flowhamster)

v2.2.2

14 Apr 17:05
Compare
Choose a tag to compare

Fixes a panic when a nil packet was encountered during a failed StartTLS operation (@trestletech)

v2.2.1

16 Feb 02:35
Compare
Choose a tag to compare
  • Fixed an issue where SearchWithPaging would add a paging control to a SearchRequest that already contained a paging control (@stevekuznetsov)
  • Fixed incorrect godoc link in readme (@pnelson)

v2.2

24 Nov 04:29
Compare
Choose a tag to compare

Added support for extensible match filters (@liggitt)
Added Client interface, which Conn conforms to (@stevekuznetsov)
Fixed parsing of filters with multibyte values (@liggitt)