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.
1 parent 607b817 commit 5eb51beCopy full SHA for 5eb51be
.ci/versions.json
@@ -1,4 +1,4 @@
1
{
2
- "erlang": "26.1",
3
- "rabbitmq": "3.12.4"
+ "erlang": "26.1.1",
+ "rabbitmq": "3.12.6"
4
}
connection.go
@@ -28,7 +28,7 @@ const (
28
defaultHeartbeat = 10 * time.Second
29
defaultConnectionTimeout = 30 * time.Second
30
defaultProduct = "AMQP 0.9.1 Client"
31
- buildVersion = "1.8.1"
+ buildVersion = "1.9.0"
32
platform = "golang"
33
// Safer default that makes channel leaks a lot easier to spot
34
// before they create operational headaches. See https://github.com/rabbitmq/rabbitmq-server/issues/1593.
0 commit comments