Skip to content

Releases: xmtp/xmtp-js

@xmtp/[email protected]

06 Mar 16:21
e92ed2f
Compare
Choose a tag to compare

Patch Changes

  • dd1a33a:
    • Fixed stream errors
    • Fixed build for later node versions

@xmtp/[email protected]

06 Mar 16:21
e92ed2f
Compare
Choose a tag to compare

Patch Changes

@xmtp/[email protected]

05 Mar 22:32
49a0cf5
Compare
Choose a tag to compare

Patch Changes

  • 3cf6dd9:
    • Exposed all client signature methods
    • Refactored client signature methods to return undefined instead of null
    • Added guard to Client.addAccount to prevent automatic reassignment of inboxes
    • Removed allowedStates, conversationType, and includeSyncGroups from ListConversationsOptions
    • Added contentTypes option to ListMessagesOptions
    • Added more exports from the bindings
    • Added Group and Dm classes
    • Refactored some functions to use the new Group and Dm classes

@xmtp/[email protected]

05 Mar 22:32
49a0cf5
Compare
Choose a tag to compare

Patch Changes

  • 3cf6dd9:
    • Exposed all client signature methods
    • Added guard to Client.addAccount to prevent automatic reassignment of inboxes
    • Renamed syncAdmins to listAdmins and syncSuperAdmins to listSuperAdmins
    • Added consent and preference streaming
    • Removed allowedStates, conversationType, and includeSyncGroups from ListConversationsOptions
    • Added contentTypes option to ListMessagesOptions
    • Changed OPFS VFS to SyncAccessHandle Pool
    • Added more exports from the bindings
    • Added Group and Dm classes
    • Refactored some functions to use the new Group and Dm classes

@xmtp/[email protected]

25 Feb 00:28
d7908ad
Compare
Choose a tag to compare

Patch Changes

  • 5221111:
    • Added new methods to create groups by inbox ID
    • Added consent states option to syncAllConversations
    • Updated list conversations options to include consentStates and includeDuplicateDms
    • Removed automatic message filtering from DM groups
    • Added disappearing messages methods to conversations
    • Added optional listMessage property to Conversation
    • Added consent streaming
    • Added preferences streaming
    • Added Client.version static getter

@xmtp/[email protected]

24 Feb 16:13
6596616
Compare
Choose a tag to compare

Patch Changes

  • c63d8af: Make getBlockNumber optional for SCW signers

@xmtp/[email protected]

24 Feb 01:07
2b9edac
Compare
Choose a tag to compare

Patch Changes

@xmtp/[email protected]

24 Feb 16:53
0ef3420
Compare
Choose a tag to compare

Patch Changes

  • f53c967: Refactored Signer, made getBlockNumber optional for SCW signers

@xmtp/[email protected]

21 Feb 22:03
d59a484
Compare
Choose a tag to compare

Patch Changes

@xmtp/[email protected]

20 Feb 02:47
0adc947
Compare
Choose a tag to compare

Patch Changes

  • 03d2002:
    • Added allowedStates, consentStates, includeSyncGroups, and includeDuplicateDms options to Conversations.list method
    • Added consentStates option to Conversations.syncAll method
    • Added newGroupByInboxIds method to Conversations
    • Added newDmByInboxId method to Conversations
    • Added messageDisappearingSettings option for creating groups and DMs
    • Added updateMessageDisappearingSettings method to Conversation
    • Added removeMessageDisappearingSettings method to Conversation
    • Added isMessageDisappearingEnabled method to Conversation
    • Fixed invalid key package issues
    • Fixed rate limiting issues