Skip to content

Commit b8e6391

Browse files
authored
Merge pull request #628 from ably/release/1.2.15
Release/1.2.15
2 parents b4246f8 + 791e413 commit b8e6391

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.15](https://github.com/ably/ably-go/tree/1.2.15)
4+
5+
[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.14...v1.2.15)
6+
7+
**Closed issues:**
8+
9+
- Implement no connection serial [\#612](https://github.com/ably/ably-go/issues/612)
10+
- Potential go routine on blocking functions [\#623](https://github.com/ably/ably-go/issues/623)
11+
- Client gives up on reconnect [\#606](https://github.com/ably/ably-go/issues/606)
12+
- RTP5: Channel state change side effects on presence [\#259](https://github.com/ably/ably-go/issues/259)
13+
- RTP18: Server-initiated presence sync [\#256](https://github.com/ably/ably-go/issues/256)
14+
- RTP2, RTP17, RTP19: PresenceMap [\#255](https://github.com/ably/ably-go/issues/255)
15+
- RTP1: HAS\_PRESENCE flag [\#248](https://github.com/ably/ably-go/issues/248)
16+
- RTP16: Presence connection state conditions [\#214](https://github.com/ably/ably-go/issues/214)
17+
18+
**Merged pull requests:**
19+
20+
- \[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))
21+
- \[SDK-3746\] Feature/integration 2.0 [\#613](https://github.com/ably/ably-go/pull/613) ([sacOO7](https://github.com/sacOO7))
22+
323
## [1.2.14](https://github.com/ably/ably-go/tree/1.2.14)
424

525
[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.13...v1.2.14)

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

0 commit comments

Comments
 (0)