From 0286592d7bf3b0ba61bd75678cface0afec5c3b7 Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Fri, 19 Jan 2024 17:21:26 +0000 Subject: [PATCH 1/2] bumped up ably-go version --- ably/proto_http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ably/proto_http.go b/ably/proto_http.go index 443600dd..d027dd4e 100644 --- a/ably/proto_http.go +++ b/ably/proto_http.go @@ -11,7 +11,7 @@ const ( ablyProtocolVersionHeader = "X-Ably-Version" ablyErrorCodeHeader = "X-Ably-Errorcode" ablyErrorMessageHeader = "X-Ably-Errormessage" - clientLibraryVersion = "1.2.15" + clientLibraryVersion = "1.2.16" clientRuntimeName = "go" ablyProtocolVersion = "2" // CSV2 ablyClientIDHeader = "X-Ably-ClientId" From dc415265edb828deb84deee05b2c34eabea8c721 Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Fri, 19 Jan 2024 17:23:53 +0000 Subject: [PATCH 2/2] Update change log. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fac9e8cb..78eedba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [1.2.16](https://github.com/ably/ably-go/tree/1.2.16) + +[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.15...v1.2.16) + +**Closed issues:** + +- ably-go doesn't retry requests to fallback hosts on a timeout [\#626](https://github.com/ably/ably-go/issues/626) + +**Merged pull requests:** + +- Fix/host fallback conditions [\#629](https://github.com/ably/ably-go/pull/629) ([sacOO7](https://github.com/sacOO7)) + ## [1.2.15](https://github.com/ably/ably-go/tree/1.2.15) [Full Changelog](https://github.com/ably/ably-go/compare/v1.2.14...v1.2.15)