Skip to content

Commit f29f367

Browse files
authored
Merge pull request #1121 from ably/release/1.2.35
Release 1.2.35
2 parents d856db8 + eb3dec9 commit f29f367

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This contains only the most important and/or user-facing changes; for a full changelog, see the commit history.
44

5+
## [1.2.34](https://github.com/ably/ably-js/tree/1.2.34) (2022-12-13)
6+
- Implement ably-js protocol v2 [\#1110](https://github.com/ably/ably-js/pull/1110)
7+
- Add global HTTP agent pool (fixes memory leak when creating several rest clients) [\#1113](https://github.com/ably/ably-js/pull/1113)
8+
59
## [1.2.34](https://github.com/ably/ably-js/tree/1.2.34) (2022-12-13)
610
- fix incorrect sync event signature in base Transport class (fixes an issue with react-native realtime connections) [\#1094](https://github.com/ably/ably-js/pull/1094)
711

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ably",
33
"description": "Realtime client library for Ably, the realtime messaging service",
4-
"version": "1.2.34",
4+
"version": "1.2.35",
55
"license": "Apache-2.0",
66
"bugs": {
77
"url": "https://github.com/ably/ably-js/issues",

0 commit comments

Comments
 (0)