All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- TLS certificates are now checked against system CA store, and matched against the provided hostname.
0.2.1 - 2015-06-11
- README formatting
0.2.0 - 2015-06-11
- #2 Added first tests. @andre-luiz-dos-santos
- Make write_sock more efficient, not sending byte by byte anymore. @andre-luiz-dos-santos
- Encoding of word length when sending words longer than 127.
- Error handling during SSL connection setup.
- Python 3.2/3.3 compatibility.
0.1.2 - 2015-06-01
- #1 Return ID when adding new records. @andre-luiz-dos-santos
- Wrong LICENSE in setup.py
- initial public release