Releases: scylladb/gocql
Releases · scylladb/gocql
v1.0.1
Maintenance release, upstream sync as well as fixes for a few bugs.
- Fix range checks in readCollectionSize #9
- Removed overly aggressive panic when a connection is removed from the shard aware pool #10
- Correctly updating the connection count in the shard aware pool #12
- Better handling of errors for host selection in the query executor apache#1263