Skip to content

Commit

Permalink
chore: update changelog for 1.2.50 release
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Mar 21, 2024
1 parent 63716a1 commit 5558747
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [1.2.50](https://github.com/ably/ably-js/tree/1.2.50) (2024-03-21)

- Add new logging API to `ClientOptions` and add a deprecation warning for the old one [\#1671](https://github.com/ably/ably-js/pull/1671)
- Add `ClientOptions.maxMessageSize` to the public API [\#1678](https://github.com/ably/ably-js/pull/1678)
- Add a deprecation warning for the `headers` client option [\#1681](https://github.com/ably/ably-js/pull/1681)
- Improve deprecation log messages [\#1683](https://github.com/ably/ably-js/pull/1683), [\#1685](https://github.com/ably/ably-js/pull/1685)
- Handle 204 status code in `PaginatedResource` [\#1631](https://github.com/ably/ably-js/pull/1631)
- Fix typing and deprecation warning for `Crypto.getDefaultParams()` [\#1693](https://github.com/ably/ably-js/pull/1693)

## [1.2.49](https://github.com/ably/ably-js/tree/1.2.49) (2024-02-07)

- \[React-Hooks\] `usePresence` unsubscribes all listeners on unmount and run `Presence.leave` even if connection has been terminated [\#1610](https://github.com/ably/ably-js/issues/1610)
Expand Down

0 comments on commit 5558747

Please sign in to comment.