Skip to content

Commit

Permalink
Merge pull request #630 from ably/release/1.2.16
Browse files Browse the repository at this point in the history
Release/1.2.16
  • Loading branch information
sacOO7 authored Jan 19, 2024
2 parents 81e8b29 + dc41526 commit cc9e260
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.16](https://github.com/ably/ably-go/tree/1.2.16)

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

**Closed issues:**

- ably-go doesn't retry requests to fallback hosts on a timeout [\#626](https://github.com/ably/ably-go/issues/626)

**Merged pull requests:**

- Fix/host fallback conditions [\#629](https://github.com/ably/ably-go/pull/629) ([sacOO7](https://github.com/sacOO7))

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

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

0 comments on commit cc9e260

Please sign in to comment.