Skip to content

Releases: xmtp/xmtp-js

@xmtp/[email protected]

18 Oct 05:49
9c1ae0a
Compare
Choose a tag to compare

Patch Changes

  • b81dbff: Fixed encryption dependency

@xmtp/[email protected]

18 Oct 05:49
9c1ae0a
Compare
Choose a tag to compare

Patch Changes

  • b81dbff: Fixed encryption dependency

@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