Skip to content

Commit 2fd5ae2

Browse files
authored
Merge pull request #670 from ably/release/1.2.20
Release/1.2.20
2 parents 21b1fd4 + 4a9c8f7 commit 2fd5ae2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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+
318
## [1.2.19](https://github.com/ably/ably-go/tree/v1.2.19)
419

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

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.19"
14+
clientLibraryVersion = "1.2.20"
1515
clientRuntimeName = "go"
1616
ablyProtocolVersion = "2" // CSV2
1717
ablyClientIDHeader = "X-Ably-ClientId"

0 commit comments

Comments
 (0)