- Replace deprecated _app_ctx_stack.top with g in app init
- Remove dependency on deprecated python3-six
- Fix security issue: allows authentication without password (Roland)
- End support for Python 2.7
- fix adding zero integer attribute value (HAMANO Tsukasa)
- Fix anonymous binding where no security layer is need at all (Matthias Tafelmeier @cherusk)
- Refactored LDAPAttribute class (Alexei Margasov @alexei38)
- Add support for Python 3.7
- End support for Python 3.4
- Update requirements in Pipfile.lock
- 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)
- Add setting FORCE_ATTRIBUTE_VALUE_AS_LIST
- Add Pipfile and Pipfile.lock for pipenv
- Add Python 3.5 & 3.6 to unittest
- Allow model inheritance (Dominik George)
- Fix/revisit attribute access (Dominik George)
- Update ldap3 to version 2.3
- Update Flaks to 0.12
- Fix get entries with multivalued RDNs
- Update ldap3 to version 1.3.1
- Update ldap3 to version 1.2.2
- Dropped support for Python 3.3
- Use components_in_and flag in Reader object
- Update ldap3 to version 1.0.4
- Update ldap3 to version 1.0.3
- Update ldap3 to version 1.0.2
- Add read-only option
- Update ldap3 to version 1.0.1
- Use connections saved on flask.g.ldap_conn
- Return manager class in queries instead of fix LDAPEntry class
- Update six 1.9.0 -> 1.10.0
- Update ldap3 to version 0.9.9.1
- Update ldap3 to version 0.9.8.8
- Update ldap3 to version 0.9.8.6
- Fix TLS settings
- Update ldap3 to v0.9.8.4
- Refactored the LDAPModel class
- LDAPModel is now LDAPEntry
- Add write operation save (add, modify) and delete
- LDAPEntry now use a query class to simplify ldap query
- LDAPModel classes can now be instantiated with arguments.
- Fixed installer problem. Handle flask-ldapconn as package.
- Refactored the LDAPModel class
- Refactored the LDAPModel class
- Add authentication method
- Deprecate mapped connection methods
- Update Flask to 0.10.1 and ldap3 to 0.9.7.10
- v0.3.4: Add configuration option for SSL (Bartosz Marcinkowski)
- v0.3.4: Add support for Python 3 (Bartosz Marcinkowski)
- v0.3.4: Update python-ldap3 to v0.9.7.5
- v0.3.3: Allow anonymous auth
- v0.3.2: BUGFIX: Allow unsecure connections
- v0.3.1: Return entries instead of Reader object in models
- Add simple read-only class model
- Switch to python-ldap3
- Conception
- Initial Commit of Package to GitHub