We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
internal/db
internal/database
db
1 parent 124e8e2 commit 80378d9Copy full SHA for 80378d9
CHANGELOG.md
@@ -1,7 +1,8 @@
1
* Added address to error description which thrown from `conn.take()`
2
* Renamed package `internal/db` to `internal/database` for exclude collisions with variable name `db`
3
* Added `conn.Ping(ctx)` method for check avalability of `conn.Conn`
4
-* Refactored `cluster.Cluster.Get(ctx)` for return only available connection (instead return any connection from balancer)
+* Refactored `cluster.Cluster.Get(ctx)` for return only available connection (instead return any connection from balancer)
5
+* Renamed package `internal/db` to `internal/database` for exclude collisions with variable name `db`
6
7
## v3.18.0
8
* Added `go1.18` to test matrix
0 commit comments