Skip to content

Commit

Permalink
Release 1.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
surminus committed Feb 6, 2025
1 parent ce58fa3 commit 9f8af12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.2.22](https://github.com/ably/ably-go/tree/v.1.2.22)

[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.21...v.1.2.22)

**Implemented enhancements:**

- Added support for `endpoint` clientOption, marked other related options as deprecated [\#679](https://github.com/ably/ably-go/pull/679)

**Closed issues:**

- Fix failing test TestRealtime\_RTN17\_Integration\_HostFallback\_Timeout [\#678](https://github.com/ably/ably-go/issues/678)

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

[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.20...v1.2.21)
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.21"
clientLibraryVersion = "1.2.22"
clientRuntimeName = "go"
ablyProtocolVersion = "2" // CSV2
ablyClientIDHeader = "X-Ably-ClientId"
Expand Down

0 comments on commit 9f8af12

Please sign in to comment.