- Fixed a bug in LDIFProducer when using context manager for connection - LDIF header in stream is added only whene there are actual data in the stream - Now LDIF stream can be added to an existing file - version header will not be written if stream is not empty
0.9.3.2
- Fixed a bug while reading schema - Add an implicit open() when trying binding on a closed connection
0.9.3.1
- Added stream capability to LDIFProducer strategy - Customizable line separator for LDIF output - Customizable sorting order for LDIF output - object_class parameter is now optional in connection.add() - Fixed objectClass attribute case sensitive dependency in add operation - Added stream capability to response_to_ldif() while searching
0.9.3
- Now the key in server.schema.attribute_type is the attribute name (was the oid) - Now the key in server.schema.object_classes is the class name (was the oid) - Added check_names to Connection definition to have name of attributes and of object class checked against the schema - Updated setuptools to 3.6 - Added wheel installation format - Added raise_exceptions mode for connection - Exception hierarchy reworked - Added locking to Server object (for multithreading)
0.9.2.2
- fixed a bug from 0.9.1 that broke start_tls() (thanks Mark)
0.9.2.1
- fixed a bug in 0.9.2 that allowed only string attributes in add, modify and compare operations (thank Mladen)