From 81cb4aa9ee508b7544de0d977bd80dca548ec7e4 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Fri, 6 Sep 2024 18:27:36 +0530 Subject: [PATCH 1/2] bumped up ably-go version to 1.2.20 --- 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 7cad3e6f..26f062a7 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.19" + clientLibraryVersion = "1.2.20" clientRuntimeName = "go" ablyProtocolVersion = "2" // CSV2 ablyClientIDHeader = "X-Ably-ClientId" From 4a9c8f796571a205a1b0a1bb31ae2381c5c70a4d Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Fri, 6 Sep 2024 18:31:23 +0530 Subject: [PATCH 2/2] Updated CHANGELOG for 1.2.20 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba908d8..e05d6d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [1.2.20](https://github.com/ably/ably-go/tree/v1.2.20) + +[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.19...v1.2.20) + +**Implemented enhancements:** + +- RTN17: Realtime Host fallback [\#225](https://github.com/ably/ably-go/issues/225) + +**Closed issues:** + +- Rest fallback RSC15 [\#658](https://github.com/ably/ably-go/issues/658) +- Rest/Realtime proxy support [\#652](https://github.com/ably/ably-go/issues/652) +- Fix skipped presence integration tests for ENTER, UPDATE and LEAVE [\#651](https://github.com/ably/ably-go/issues/651) +- RTN22, RTC8: Server-initiated reauth [\#228](https://github.com/ably/ably-go/issues/228) + ## [1.2.19](https://github.com/ably/ably-go/tree/v1.2.19) [Full Changelog](https://github.com/ably/ably-go/compare/v1.2.18...v1.2.19)