Skip to content

Releases: xmtp/xmtp-js

@xmtp/[email protected]

17 Oct 15:44
12486c1
Compare
Choose a tag to compare

Patch Changes

  • 9addb1c:
    • Updated AttachmentCodec type to include parameters type
    • Added and exported AttachmentParameters type
    • Updated RemoteAttachmentCodec type to include parameters type
    • Added and exported RemoteAttachmentParameters type
  • Updated dependencies [9addb1c]

@xmtp/[email protected]

17 Oct 15:44
12486c1
Compare
Choose a tag to compare

Patch Changes

  • 9addb1c:
    • Updated ReadReceiptCodec type to include parameters type
    • Added and exported ReadReceiptParameters type
  • Updated dependencies [9addb1c]

@xmtp/[email protected]

17 Oct 15:44
12486c1
Compare
Choose a tag to compare

Patch Changes

  • 9addb1c:
    • Updated ReactionCodec type to include parameters type
    • Added and exported LegacyReactionParameters type
  • Updated dependencies [9addb1c]

@xmtp/[email protected]

17 Oct 15:44
12486c1
Compare
Choose a tag to compare

Patch Changes

  • 9addb1c: Added new parameter to ContentCodec generic type to allow typing of content parameters

@xmtp/[email protected]

11 Oct 20:19
05107ed
Compare
Choose a tag to compare

Patch Changes

  • 5f02a9b:
    • Upgraded node bindings
    • Added inboxStateFromInboxIds method to client
    • Added logging option when creating a client

@xmtp/[email protected]

08 Oct 02:35
a7f26a2
Compare
Choose a tag to compare

Patch Changes

  • 760da4a: Allow larger page size and limit in the API client when querying consent

@xmtp/[email protected]

07 Oct 18:42
0eac1bb
Compare
Choose a tag to compare

Patch Changes

  • b8f97ba: Upgrade to latest node bindings

BREAKING CHANGE

This is a breaking change as some of the APIs have changed.

  • Client.signatureText is now an async function
  • Client.addScwSignature has been removed
  • Client.addEcdsaSignature has been renamed to Client.addSignature
  • Conversation.members is now an async function

@xmtp/[email protected]

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/[email protected]

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/[email protected]

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

Patch Changes

  • 93f0fb9: Upgraded to latest MLS node bindings