File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
16
## [ 1.2.18] ( https://github.com/ably/ably-go/tree/v1.2.18 )
4
17
5
18
[ Full Changelog] ( https://github.com/ably/ably-go/compare/v1.2.17...v1.2.18 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const (
11
11
ablyProtocolVersionHeader = "X-Ably-Version"
12
12
ablyErrorCodeHeader = "X-Ably-Errorcode"
13
13
ablyErrorMessageHeader = "X-Ably-Errormessage"
14
- clientLibraryVersion = "1.2.18 "
14
+ clientLibraryVersion = "1.2.19 "
15
15
clientRuntimeName = "go"
16
16
ablyProtocolVersion = "2" // CSV2
17
17
ablyClientIDHeader = "X-Ably-ClientId"
You can’t perform that action at this time.
0 commit comments