Releases: xmtp/xmtp-js
Releases · xmtp/xmtp-js
@xmtp/[email protected]
Patch Changes
- 4c0340b: Upgraded
@xmtp/proto
andelliptic
dependencies
@xmtp/[email protected]
Patch Changes
- 4c0340b:
- Upgraded
@xmtp/proto
- Upgraded MLS bindings
- Added optimistic sending
- Added
pinnedFrameUrl
metadata to conversations - Added
policySet
to conversation permissions
- Upgraded
@xmtp/[email protected]
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/[email protected]
Patch Changes
- c506faf:
- Upgraded to latest MLS node bindings
- Added
requestHistorySync
andgetInboxIdByAddress
toClient
- Renamed
get
togetConversationById
inConversations
- Added
getMessageById
toConversations
@xmtp/[email protected]
Patch Changes
- b5db898: Upgrade node bindings for bug fixes
@xmtp/[email protected]
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
@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