In this release, we support the latest Mastodon v4.3.0 which comes with numerous enhancements in notification-related APIs. Here is the list of APIs/types affected by this release. You may also want to read the Mastodon official release note for v4.3.0 for further information.
Types
Event["event"] with "notification_merged"
v1.AccountWarning type
v1.Appeal type
v1.GroupedNotificationsResults, v1.PartialAccountWithAvatar, and v1.NotificationGroup types
v1.Notification["groupKey"], v1.SeveredRelationshipsNotification, and v1.ModerationWarningNotification types
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
Bumps masto from 3.7.0 to 6.10.1.
Release notes
Sourced from masto's releases.
... (truncated)
Changelog
Sourced from masto's changelog.
... (truncated)
Commits
d62d4c5
Merge pull request #1239 from neet/release-please--branches--main--components...7c4d852
chore(main): release 6.10.180a73dc
Merge pull request #1238 from neet/unused-ws-after-close0a73a2a
fix: Unsetws
of WebSocketConnectorImpl after close event23999e8
chore: Restore dependabot.yml886b4f1
chore: Update the streaming example to use iterator.return over dispose0a05b54
Merge pull request #1218 from neet/release-please--branches--main--components...c84e9d8
Merge pull request #1227 from neet/fix-unsubscribe-timing6f0795f
chore: Parse WebSocket events synchronously2e5f602
chore(main): release 6.10.0Dependabot 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 show