File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.2.18] ( https://github.com/ably/ably-go/tree/v1.2.18 )
4
+
5
+ [ Full Changelog] ( https://github.com/ably/ably-go/compare/v1.2.17...v1.2.18 )
6
+
7
+ ** Fixed bugs:**
8
+
9
+ - Suspended connection goes to failed state on resume attempt [ \# 638] ( https://github.com/ably/ably-go/issues/638 )
10
+
11
+ ** Closed issues:**
12
+
13
+ - Flaky test - TestRealtimePresence\_ EnsureChannelIsAttached [ \# 508] ( https://github.com/ably/ably-go/issues/508 )
14
+
3
15
## [ 1.2.17] ( https://github.com/ably/ably-go/tree/v1.2.17 )
4
16
5
17
[ Full Changelog] ( https://github.com/ably/ably-go/compare/v1.2.16...v1.2.17 )
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.17 "
14
+ clientLibraryVersion = "1.2.18 "
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