add ChannelStateChange.hasBacklog and return state change to attach promise/callback #1347
fix a bug where host fallback was initially skipped after falling back to the base transport #1357
v1.2.40
This release adds a new experimental channels.getDerived method which allows you to create custom realtime data feeds by selectively subscribing to receive only part of the data from the channel. See the announcement post for more information.
fix: add EventEmitter.off signature with no args #1073
v1.2.31
In the latest release of ably-js, we’ve added JSDoc comments for the public methods and properties provided by the SDK so you can quickly access the descriptions directly in your code editor using Intelligent code completion features like Intellisense in VSCode.
We have also implemented the fetch API as a fallback HTTP transport so that ably-js is now fully functional in a service worker context.
This release adds a new experimental channels.getDerived method which allows you to create custom realtime data feeds by selectively subscribing to receive only part of the data from the channel. See the announcement post for more information.
This version was pushed to npm by owenpearson, a new releaser for ably since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ably/ably-flutter/network/alerts).
Removes tough-cookie. It's no longer used after updating ancestor dependency ably. These dependencies need to be updated together.
Removes
tough-cookie
Updates
ably
from 1.2.1 to 1.2.41Release notes
Sourced from ably's releases.
... (truncated)
Changelog
Sourced from ably's changelog.
... (truncated)
Commits
6facbfc
Merge pull request #1362 from ably/release/1.2.416d4c700
chore: bump version for 1.2.41 releasef6cf0b9
docs: update CHANGELOG for 1.2.41 release0514b7c
Merge pull request #1347 from ably/has-backlogb75e0e4
feat: addChannelStateChange.hasBacklog
8a50060
feat:RealtimeChannel.attach
returnsChannelStateChange
546ecd4
Merge pull request #1357 from ably/connectCount-fix23f8a73
fix(ConnectionManager): pass connectCount through connectImpl3915bcd
Merge pull request #1337 from ably/fix-auth-test-state-leak108f048
test: unset mutated client requestHeaders after test completeMaintainer changes
This version was pushed to npm by owenpearson, a new releaser for ably since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ably/ably-flutter/network/alerts).