Skip to content

Commit 9597052

Browse files
authored
Merge pull request #650 from ably/release/1.2.19
Release/1.2.19
2 parents e6ad4bf + bc7b3d0 commit 9597052

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [1.2.19](https://github.com/ably/ably-go/tree/v1.2.19)
4+
5+
[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.18...v1.2.19)
6+
7+
**Fixed bugs:**
8+
9+
- A synthetic leave does not trigger the presence event listener callback [\#646](https://github.com/ably/ably-go/issues/646)
10+
11+
**Closed issues:**
12+
13+
- Add CI support for GO 1.21 and 1.22 [\#641](https://github.com/ably/ably-go/issues/641)
14+
- Update README - Known limitations [\#639](https://github.com/ably/ably-go/issues/639)
15+
316
## [1.2.18](https://github.com/ably/ably-go/tree/v1.2.18)
417

518
[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.17...v1.2.18)

ably/proto_http.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
ablyProtocolVersionHeader = "X-Ably-Version"
1212
ablyErrorCodeHeader = "X-Ably-Errorcode"
1313
ablyErrorMessageHeader = "X-Ably-Errormessage"
14-
clientLibraryVersion = "1.2.18"
14+
clientLibraryVersion = "1.2.19"
1515
clientRuntimeName = "go"
1616
ablyProtocolVersion = "2" // CSV2
1717
ablyClientIDHeader = "X-Ably-ClientId"

0 commit comments

Comments
 (0)