Skip to content

Releases: xmtp/xmtp-js

@xmtp/[email protected]

14 Jun 18:27
6c2474c
Compare
Choose a tag to compare

Major Changes

  • 9619322:
    • Removed internal content types and their primitives
    • Added content types and primitives from their respective packages
    • Removed ContentTypeComposite, see XIP-19 for more details
    • Removed ContentTypeFallback

BREAKING CHANGES

With this update, the following are no longer exported from the JS SDK: ContentTypeId, CodecRegistry, ContentCodec, EncodedContent, ContentTypeFallback, TextCodec, ContentTypeText, Composite, CompositeCodec, ContentTypeComposite

For content type primitives, use the new @xmtp/content-type-primitives package. It exports ContentTypeId, CodecRegistry, ContentCodec, and EncodedContent.

The text content type and codec can now be found at @xmtp/content-type-text. It exports ContentTypeText, Encoding, and TextCodec.

@xmtp/[email protected]

14 Jun 17:01
0e75750
Compare
Choose a tag to compare

Patch Changes

  • b87672a:
    • Add production environment
    • Allow for all environments when creating a client
    • Remove dependency on @xmtp/xmtp-js for content types and their primitives

@xmtp/[email protected]

13 Jun 18:06
7c8b957
Compare
Choose a tag to compare

Patch Changes

  • 8a9b624:
    • Add streaming callbacks
    • Add get method to Conversations for easy access to conversations that are created, listed, or streamed during a client session

@xmtp/[email protected]

12 Jun 19:12
58e0fae
Compare
Choose a tag to compare

Patch Changes

  • 6dd6a0e: Add streamAllMessages to Conversations

@xmtp/[email protected]

08 Jun 20:27
385ca91
Compare
Choose a tag to compare

Patch Changes

  • ff6c304: Use correct inbox ID for all environments

@xmtp/[email protected]

07 Jun 21:22
dff3be3
Compare
Choose a tag to compare

Patch Changes

  • 632e6a3: Add conversation reference to messages

@xmtp/[email protected]

07 Jun 19:21
ae64690
Compare
Choose a tag to compare

Patch Changes

  • 3006d8b: Upgrade MLS node bindings, add admin features

@xmtp/[email protected]

05 Jun 19:29
e16d3ab
Compare
Choose a tag to compare

Patch Changes

  • aec9641: Updated priorities on newConversation method

@xmtp/[email protected]

05 Jun 19:30
e16d3ab
Compare
Choose a tag to compare

Patch Changes

@xmtp/[email protected]

16 May 16:37
ff156df
Compare
Choose a tag to compare

Patch Changes

  • dc7e2f0: Upgrade @xmtp/consent-proof-signature for CommonJS support