Releases: SiriDB/siridb-connector
Releases · SiriDB/siridb-connector
2.1.6
- Fix missing import
SiriDBConn
.
2.1.5
- Bug fixes in the direct
connect
and async_connect
functions.
2.1.4
- Replaced
get_event_loop()
with get_running_loop()
as the former is deprecated.
2.1.3
- Catch only specific exceptions for retry.
2.1.1
- Added
connect()
method on SiriDBConn
.
2.1.0
- Added
SiriDBConn
class for connecting to cluster ip (for example SiriDB in Kubernetes).
2.0.9
- Retry on Pool error until timeout is reached.
2.0.8
- Fixed bug in loading
qpack
when running setup.py
, issue #9
2.0.7
- Using
siridb.connector
logger, issue #8.