Skip to content

Commit

Permalink
Merge pull request #628 from ably/release/1.2.15
Browse files Browse the repository at this point in the history
Release/1.2.15
  • Loading branch information
sacOO7 committed Jan 16, 2024
2 parents b4246f8 + 791e413 commit b8e6391
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# Change Log

## [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)

**Closed issues:**

- Implement no connection serial [\#612](https://github.com/ably/ably-go/issues/612)
- Potential go routine on blocking functions [\#623](https://github.com/ably/ably-go/issues/623)
- Client gives up on reconnect [\#606](https://github.com/ably/ably-go/issues/606)
- RTP5: Channel state change side effects on presence [\#259](https://github.com/ably/ably-go/issues/259)
- RTP18: Server-initiated presence sync [\#256](https://github.com/ably/ably-go/issues/256)
- RTP2, RTP17, RTP19: PresenceMap [\#255](https://github.com/ably/ably-go/issues/255)
- RTP1: HAS\_PRESENCE flag [\#248](https://github.com/ably/ably-go/issues/248)
- RTP16: Presence connection state conditions [\#214](https://github.com/ably/ably-go/issues/214)

**Merged pull requests:**

- \[SDK-222\] \[no connection serial \] + implement missing internal presence map + presencequeue [\#621](https://github.com/ably/ably-go/pull/621) ([sacOO7](https://github.com/sacOO7))
- \[SDK-3746\] Feature/integration 2.0 [\#613](https://github.com/ably/ably-go/pull/613) ([sacOO7](https://github.com/sacOO7))

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

[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.13...v1.2.14)
Expand Down
2 changes: 1 addition & 1 deletion ably/proto_http.go
Expand Up @@ -11,7 +11,7 @@ const (
ablyProtocolVersionHeader = "X-Ably-Version"
ablyErrorCodeHeader = "X-Ably-Errorcode"
ablyErrorMessageHeader = "X-Ably-Errormessage"
clientLibraryVersion = "1.2.14"
clientLibraryVersion = "1.2.15"
clientRuntimeName = "go"
ablyProtocolVersion = "2" // CSV2
ablyClientIDHeader = "X-Ably-ClientId"
Expand Down

0 comments on commit b8e6391

Please sign in to comment.