From a90ccfb5206b03396d3659e9996470e4948636e1 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Tue, 16 Jan 2024 17:03:29 +0530 Subject: [PATCH 1/2] Updated proto_http client lib version to 1.2.15 --- 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 2a57df07..443600dd 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.14" + clientLibraryVersion = "1.2.15" clientRuntimeName = "go" ablyProtocolVersion = "2" // CSV2 ablyClientIDHeader = "X-Ably-ClientId" From 791e4130186a4d922407bb47c97e9a42e2894a9b Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Tue, 16 Jan 2024 12:16:30 +0000 Subject: [PATCH 2/2] Update change log. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c82c2f8..fac9e8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## [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) + +**Closed issues:** + +- Implement no connection serial [\#612](https://github.com/ably/ably-go/issues/612) +- Potential go routine on blocking functions [\#623](https://github.com/ably/ably-go/issues/623) +- Client gives up on reconnect [\#606](https://github.com/ably/ably-go/issues/606) +- RTP5: Channel state change side effects on presence [\#259](https://github.com/ably/ably-go/issues/259) +- RTP18: Server-initiated presence sync [\#256](https://github.com/ably/ably-go/issues/256) +- RTP2, RTP17, RTP19: PresenceMap [\#255](https://github.com/ably/ably-go/issues/255) +- RTP1: HAS\_PRESENCE flag [\#248](https://github.com/ably/ably-go/issues/248) +- RTP16: Presence connection state conditions [\#214](https://github.com/ably/ably-go/issues/214) + +**Merged pull requests:** + +- \[SDK-222\] \[no connection serial \] + implement missing internal presence map + presencequeue [\#621](https://github.com/ably/ably-go/pull/621) ([sacOO7](https://github.com/sacOO7)) +- \[SDK-3746\] Feature/integration 2.0 [\#613](https://github.com/ably/ably-go/pull/613) ([sacOO7](https://github.com/sacOO7)) + ## [1.2.14](https://github.com/ably/ably-go/tree/1.2.14) [Full Changelog](https://github.com/ably/ably-go/compare/v1.2.13...v1.2.14)