Skip to content

Commit

Permalink
Merge pull request #1125 from ably/release/1.2.36
Browse files Browse the repository at this point in the history
Release 1.2.36
  • Loading branch information
owenpearson authored Feb 10, 2023
2 parents 52ddc0f + 79d9a49 commit 10ed089
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

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

## [1.2.34](https://github.com/ably/ably-js/tree/1.2.34) (2023-01-30)
## [1.2.36](https://github.com/ably/ably-js/tree/1.2.36) (2023-02-10)
- fix(Node/http): prevent got from using its own retry mechanism [\#1122](https://github.com/ably/ably-js/pull/1122)
- deps: update `http-cache-semantics` dependency [\#1123](https://github.com/ably/ably-js/pull/1123)

## [1.2.35](https://github.com/ably/ably-js/tree/1.2.35) (2023-01-30)
- Implement ably-js protocol v2 [\#1110](https://github.com/ably/ably-js/pull/1110)
- Add global HTTP agent pool (fixes memory leak when creating several rest clients) [\#1113](https://github.com/ably/ably-js/pull/1113)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ably",
"description": "Realtime client library for Ably, the realtime messaging service",
"version": "1.2.35",
"version": "1.2.36",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ably/ably-js/issues",
Expand Down

0 comments on commit 10ed089

Please sign in to comment.