ldap-client/CHANGELOG.markdown
Brian Jones 8d5cc33429 Update library to latest compiler(s)
Built with GHC 8.2.2, 8.4.4, 8.6.5
2019-11-06 13:50:45 -09:00

15 lines
597 B
Markdown

Original Changelog
====
* See `CHANGELOG.md` for recent changes
0.2.0
=====
* Supported SASL authentication via the EXTERNAL mechanism. (https://github.com/supki/ldap-client/pull/9)
* Added the `SecureWithTLSSettings` constructor to the `Host` datatype for the
cases where the user needs more control over TLS connection settings.
(https://github.com/supki/ldap-client/issues/5, https://github.com/supki/ldap-client/pull/6)
* Switched the decoding of server's messages to BER (See https://tools.ietf.org/html/rfc4511#section-5.1) (https://github.com/supki/ldap-client/pull/11)