Releases: xmtp/xmtp-js
Releases · xmtp/xmtp-js
@xmtp/[email protected]
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]
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]
Patch Changes
- 8a9b624:
- Add streaming callbacks
- Add
get
method toConversations
for easy access to conversations that are created, listed, or streamed during a client session
@xmtp/[email protected]
Patch Changes
- 6dd6a0e: Add
streamAllMessages
to Conversations
@xmtp/[email protected]
Patch Changes
- ff6c304: Use correct inbox ID for all environments
@xmtp/[email protected]
Patch Changes
- 632e6a3: Add conversation reference to messages
@xmtp/[email protected]
Patch Changes
- 3006d8b: Upgrade MLS node bindings, add admin features
@xmtp/[email protected]
Patch Changes
- aec9641: Updated priorities on newConversation method
@xmtp/[email protected]
Patch Changes
- ff5fcd7: Fix package.json issues
@xmtp/[email protected]
Patch Changes
- dc7e2f0: Upgrade
@xmtp/consent-proof-signature
for CommonJS support