File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.2.20] ( https://github.com/ably/ably-go/tree/v1.2.20 )
4
+
5
+ [ Full Changelog] ( https://github.com/ably/ably-go/compare/v1.2.19...v1.2.20 )
6
+
7
+ ** Implemented enhancements:**
8
+
9
+ - RTN17: Realtime Host fallback [ \# 225] ( https://github.com/ably/ably-go/issues/225 )
10
+
11
+ ** Closed issues:**
12
+
13
+ - Rest fallback RSC15 [ \# 658] ( https://github.com/ably/ably-go/issues/658 )
14
+ - Rest/Realtime proxy support [ \# 652] ( https://github.com/ably/ably-go/issues/652 )
15
+ - Fix skipped presence integration tests for ENTER, UPDATE and LEAVE [ \# 651] ( https://github.com/ably/ably-go/issues/651 )
16
+ - RTN22, RTC8: Server-initiated reauth [ \# 228] ( https://github.com/ably/ably-go/issues/228 )
17
+
3
18
## [ 1.2.19] ( https://github.com/ably/ably-go/tree/v1.2.19 )
4
19
5
20
[ Full Changelog] ( https://github.com/ably/ably-go/compare/v1.2.18...v1.2.19 )
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.19 "
14
+ clientLibraryVersion = "1.2.20 "
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