Skip to content

Commit

Permalink
Merge pull request #650 from ably/release/1.2.19
Browse files Browse the repository at this point in the history
Release/1.2.19
  • Loading branch information
sacOO7 authored Jul 25, 2024
2 parents e6ad4bf + bc7b3d0 commit 9597052
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [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)

**Fixed bugs:**

- A synthetic leave does not trigger the presence event listener callback [\#646](https://github.com/ably/ably-go/issues/646)

**Closed issues:**

- Add CI support for GO 1.21 and 1.22 [\#641](https://github.com/ably/ably-go/issues/641)
- Update README - Known limitations [\#639](https://github.com/ably/ably-go/issues/639)

## [1.2.18](https://github.com/ably/ably-go/tree/v1.2.18)

[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.17...v1.2.18)
Expand Down
2 changes: 1 addition & 1 deletion ably/proto_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
ablyProtocolVersionHeader = "X-Ably-Version"
ablyErrorCodeHeader = "X-Ably-Errorcode"
ablyErrorMessageHeader = "X-Ably-Errormessage"
clientLibraryVersion = "1.2.18"
clientLibraryVersion = "1.2.19"
clientRuntimeName = "go"
ablyProtocolVersion = "2" // CSV2
ablyClientIDHeader = "X-Ably-ClientId"
Expand Down

0 comments on commit 9597052

Please sign in to comment.