Skip to content

Releases: xmtp/xmtp-js

@xmtp/mls-client@0.0.15

11 Sep 21:37
c2b08e4
Compare
Choose a tag to compare

Patch Changes

  • b8d9b36:
    • Upgraded to latest MLS node bindings
    • Added inboxState to Client

@xmtp/xmtp-js@13.0.0

06 Sep 20:23
71b4685
Compare
Choose a tag to compare

Minor Changes

  • d3b13b7:
    • Upgraded @xmtp/proto for encoding of a private preferences action map
    • Added a private preferences store to manage persisting of actions
    • Added new methods to InMemoryKeystore to interact with the private preferences store
    • Refactored Contacts class to use the private preferences store

BREAKING CHANGES

  • Removed deprecated lastConsentListEntryTimestamp method from Contacts class
  • Changed return value of the refreshConsentList and loadConsentList methods of the Contacts class

@xmtp/mls-client@0.0.14

29 Aug 17:45
250b3e7
Compare
Choose a tag to compare

Patch Changes

  • 93f0fb9: Upgraded to latest MLS node bindings

@xmtp/xmtp-js@12.1.0

17 Jul 21:31
9d8a6ac
Compare
Choose a tag to compare

Minor Changes

  • 9958ff1: Added allow and deny consent for groups and inboxes

@xmtp/xmtp-js@12.0.1

16 Jul 18:56
f093edd
Compare
Choose a tag to compare

Patch Changes

  • 4c0340b: Upgraded @xmtp/proto and elliptic dependencies

@xmtp/mls-client@0.0.13

16 Jul 18:56
f093edd
Compare
Choose a tag to compare

Patch Changes

  • 4c0340b:
    • Upgraded @xmtp/proto
    • Upgraded MLS bindings
    • Added optimistic sending
    • Added pinnedFrameUrl metadata to conversations
    • Added policySet to conversation permissions

@xmtp/mls-client@0.0.12

02 Jul 18:11
8033f2d
Compare
Choose a tag to compare

Patch Changes

  • 4ec046b:
    • Added conversation descriptions
    • Fixed DB locking issues
    • Fixed invalid policy error
    • Removed Admin status from group creators (Super Admin only)
    • Made content type optional when sending messages

@xmtp/mls-client@0.0.11

24 Jun 23:00
ccabfba
Compare
Choose a tag to compare

Patch Changes

  • c506faf:
    • Upgraded to latest MLS node bindings
    • Added requestHistorySync and getInboxIdByAddress to Client
    • Renamed get to getConversationById in Conversations
    • Added getMessageById to Conversations

@xmtp/mls-client@0.0.10

17 Jun 19:58
8a36634
Compare
Choose a tag to compare

Patch Changes

  • b5db898: Upgrade node bindings for bug fixes

@xmtp/mls-client@0.0.9

15 Jun 18:19
1e469be
Compare
Choose a tag to compare

Patch Changes

  • a419052:
    • Upgrade to latest node bindings
    • Rename addErc1271Signature to addScwSignature
    • Add more options when creating a group with client.conversations.newConversation
    • Add getter and setter for group image URL
    • Add getter for group permissions
    • Add more tests
    • Add GroupPermissions to exports