Skip to content

Commit

Permalink
chore: update changleog for 1.2.30 release
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Oct 5, 2022
1 parent 5245c79 commit 293d746
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.2.30](https://github.com/ably/ably-js/tree/1.2.30) (2022-10-05)
- Add `connectivityCheckUrl` and `disableConnectivityCheck` client options [\#1051](https://github.com/ably/ably-js/pull/1051)
- Fix EventEmitter.once when using array with promises [\#1046](https://github.com/ably/ably-js/pull/1046)
- Allow null arguments in authCallback [\#1052](https://github.com/ably/ably-js/pull/1052)
- Move channel state to attaching on new transport reattach when using promises [\#1053](https://github.com/ably/ably-js/pull/1053)

## [1.2.29](https://github.com/ably/ably-js/tree/1.2.29) (2022-08-08)
- Fix upgrade bug that could lead to an indefinitely sync-pending transport [\#1041](https://github.com/ably/ably-js/pull/1041)
- Always allow event queueing while connecting [\#1039](https://github.com/ably/ably-js/pull/1039)
Expand Down

0 comments on commit 293d746

Please sign in to comment.