1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
2017.03.09, Version 2.0.5 (BETA)
- Raise Authentication Errors on connect.
2017.02.27, Version 2.0.4 (BETA)
- Check for correct types using assert in query method.
- Changed timeouts for insert and query method.
- Changed callback functions
2016.10.22, Version 2.0.3 (BETA)
- Fixed handling authentication errors correctly. (issue #2)
2016.10.21, Version 2.0.2 (BETA)
- Added is_closed property to client.
- New and closed connections logging is set from info to debug. (issue #1)
2016.10.03, Version 2.0.1 (BETA)
- Fixed bug in setup.py
- Initial version for communication with SiriDB 2.0.x
|