Skip to content

Commit

Permalink
Merge pull request #670 from ably/release/1.2.20
Browse files Browse the repository at this point in the history
Release/1.2.20
  • Loading branch information
sacOO7 authored Sep 6, 2024
2 parents 21b1fd4 + 4a9c8f7 commit 2fd5ae2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [1.2.20](https://github.com/ably/ably-go/tree/v1.2.20)

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

**Implemented enhancements:**

- RTN17: Realtime Host fallback [\#225](https://github.com/ably/ably-go/issues/225)

**Closed issues:**

- Rest fallback RSC15 [\#658](https://github.com/ably/ably-go/issues/658)
- Rest/Realtime proxy support [\#652](https://github.com/ably/ably-go/issues/652)
- Fix skipped presence integration tests for ENTER, UPDATE and LEAVE [\#651](https://github.com/ably/ably-go/issues/651)
- RTN22, RTC8: Server-initiated reauth [\#228](https://github.com/ably/ably-go/issues/228)

## [1.2.19](https://github.com/ably/ably-go/tree/v1.2.19)

[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.18...v1.2.19)
Expand Down
2 changes: 1 addition & 1 deletion ably/proto_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
ablyProtocolVersionHeader = "X-Ably-Version"
ablyErrorCodeHeader = "X-Ably-Errorcode"
ablyErrorMessageHeader = "X-Ably-Errormessage"
clientLibraryVersion = "1.2.19"
clientLibraryVersion = "1.2.20"
clientRuntimeName = "go"
ablyProtocolVersion = "2" // CSV2
ablyClientIDHeader = "X-Ably-ClientId"
Expand Down

0 comments on commit 2fd5ae2

Please sign in to comment.