Skip to content

Releases: rroemhild/flask-ldapconn

v0.10.2

07 May 12:38
3941192
Compare
Choose a tag to compare
Merge pull request #68 from Clinical-Genomics/version_0.10.2

Bump version to 0.10.2

v0.10.1

23 Dec 18:00
c823a99
Compare
Choose a tag to compare
  • Fix security issue: allows authentication without password (Roland)

Version 0.10.0

20 Oct 18:34
5ee0853
Compare
Choose a tag to compare
  • End support for Python 2.7
  • fix adding zero integer attribute value (HAMANO Tsukasa)

Version 0.9.0

20 Oct 18:35
781262c
Compare
Choose a tag to compare
  • Fix anonymous binding where no security layer is need at all (Matthias Tafelmeier @cherusk)

Version 0.8.0

20 Oct 18:35
41f7d42
Compare
Choose a tag to compare
  • Refactored LDAPAttribute class (Alexei Margasov @alexei38)
  • Add support for Python 3.7
  • End support for Python 3.4
  • Update requirements in Pipfile.lock

Version 0.7.2

20 Oct 18:36
e7d7277
Compare
Choose a tag to compare
  • Add support to return string values in JSON
  • Add support for LDAP_RAISE_EXCEPTIONS (Robert Wikman)
  • Rename LDAP_TIMEOUT to LDAP_CONNECT_TIMEOUT (Robert Wikman)

Version 0.7.1

20 Oct 18:36
b599f56
Compare
Choose a tag to compare
  • Add setting FORCE_ATTRIBUTE_VALUE_AS_LIST
  • Add Pipfile and Pipfile.lock for pipenv
  • Add Python 3.5 & 3.6 to unittest