Skip to content

XMTP SDK release v4.6.2

Choose a tag to compare

@github-actions github-actions released this 26 Nov 22:58
· 22 commits to main since this release
5ac1dbb

This release includes refinements to message list queries and improvements to disappearing message handling. If you've been building on a previous release, this one should be a drop-in replacement. Update as soon as possible to take advantage of these enhancements and fixes.

Total ordered sort for message pagination

Provides the ability to filter queries for the message list by insertion time rather than by time sent. Filtering by insertion time provides a totally ordered list, which is more reliable for pagination.

To learn more, see Paginate messages by insertion time.

Updates for disappearing messages

The disappearing messages feature has been updated to exclude expired (already disappeared) messages from queries. The feature also now includes the option to exclude disappearing messages from backups.

To learn more, see Support disappearing messages.

Full Changelog: 4.6.1...4.6.2