chore(deps): Update xmtp#63
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
ApprovabilityVerdict: Approved Routine dependency update from Renovate bot, updating XMTP packages to newer nightly versions. Changes are limited to package.json and lockfile with no application code modifications. You can customize Macroscope's approvability policy. Learn more. |
894a17f to
adc991f
Compare
Dismissing prior approval to re-evaluate adc991f
adc991f to
0d643cd
Compare
Dismissing prior approval to re-evaluate 0d643cd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11.0-dev.f7b334d→1.11.0-nightly.20260606.3b9cad66.0.0-dev.f7b334d→6.1.0-nightly.20260606.3b9cad6Release Notes
xmtp/libxmtp (@xmtp/node-bindings)
v1.11.0-nightly.20260606.3b9cad6Compare Source
v1.11.0-nightly.20260605.564252d: libxmtp 1.11.0-nightly.20260605.564252dCompare Source
libxmtp 1.11.0-nightly.20260605.564252d
Nightly release. SDKs shipped from this libxmtp release:
See per-SDK release notes under
docs/release-notes/.Changes since the last nightly
[unreleased]
Features
Bug Fixes
Refactor
Documentation
Other
v1.11.0-nightly.20260603.89c3fc3Compare Source
v1.11.0-nightly.20260602.7c72fffCompare Source
v1.11.0-nightly.20260530.065bd0dCompare Source
v1.11.0-nightly.20260528.6451ef9Compare Source
v1.11.0-nightly.20260524.d6467fdCompare Source
v1.11.0-nightly.20260522.3d3b1e2Compare Source
v1.11.0-nightly.20260520.7ef6f09Compare Source
xmtp/xmtp-js (@xmtp/node-sdk)
v6.1.0-nightly.20260606.3b9cad6Compare Source
v6.1.0-nightly.20260603.89c3fc3Compare Source
v6.1.0-nightly.20260602.7c72fffCompare Source
v6.1.0-dev.ca2e81cCompare Source
v6.0.0Compare Source
This release includes a performance fix, a breaking change to history sync, and new methods for manual archive management. Update as soon as possible to take advantage of these enhancements and fixes.
Performance improvement
Fixed a performance issue that could cause slowdowns in apps with many conversations or heavy use of disappearing messages.
History sync is now manual
THIS IS A BREAKING CHANGE.
Automatic sending of sync requests on new installations has been removed. XMTP SDKs no longer automatically send sync requests on new clients.
This change gives you explicit control over when sync requests are sent, avoiding unexpected network activity during client initialization.
You must now call
sendSyncRequest()explicitly after creating a client on a new installation to trigger a history sync.To learn more, see Control history sync
Manual history sync archive management
These methods give you fine-grained control over history sync archives. Use them when you need to push data to a new installation proactively, inspect what's available before syncing, or process a specific archive by pin.
sendSyncArchive(pin, options?, serverUrl?): Send an archive to the sync group without waiting for a request from another installationlistAvailableArchives(daysCutoff): List archives available for import from the sync groupprocessSyncArchive(archivePin?): Process an available archive from the sync groupsyncAllDeviceSyncGroups(): Sync all device sync groups from the networkTo learn more, see Control history sync
Upcoming deprecation of
preferences.sync()In a future release,
preferences.sync()will be deprecated. UsesyncAllDeviceSyncGroups()instead to sync device sync groups from the network.To learn more, see Sync device sync groups
Archive-based backups
Support archive-based backups to give your users an easy and durable way to back up their XMTP conversations, messages, and consent preferences from one app installation and import them into another.
This feature includes three core methods:
createArchive— Create an encrypted archivearchiveMetadata— Read metadata from an archive before importingimportArchive— Import an archive into the current installationTo learn more, see Support archive-based backups.
v6.0.0-nightly.20260530.065bd0dCompare Source
v6.0.0-nightly.20260528.6451ef9Compare Source
v6.0.0-nightly.20260522.3d3b1e2Compare Source
v6.0.0-nightly.20260515.1fc0c5cCompare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.