Releases: xmtp/xmtp-js
Releases · xmtp/xmtp-js
@xmtp/[email protected]
Patch Changes
- dd1a33a:
- Fixed stream errors
- Fixed build for later node versions
@xmtp/[email protected]
Patch Changes
- dd1a33a: Fixed stream errors
@xmtp/[email protected]
Patch Changes
- 3cf6dd9:
- Exposed all client signature methods
- Refactored client signature methods to return
undefined
instead ofnull
- Added guard to
Client.addAccount
to prevent automatic reassignment of inboxes - Removed
allowedStates
,conversationType
, andincludeSyncGroups
fromListConversationsOptions
- Added
contentTypes
option toListMessagesOptions
- Added more exports from the bindings
- Added
Group
andDm
classes - Refactored some functions to use the new
Group
andDm
classes
@xmtp/[email protected]
Patch Changes
- 3cf6dd9:
- Exposed all client signature methods
- Added guard to
Client.addAccount
to prevent automatic reassignment of inboxes - Renamed
syncAdmins
tolistAdmins
andsyncSuperAdmins
tolistSuperAdmins
- Added consent and preference streaming
- Removed
allowedStates
,conversationType
, andincludeSyncGroups
fromListConversationsOptions
- Added
contentTypes
option toListMessagesOptions
- Changed OPFS VFS to SyncAccessHandle Pool
- Added more exports from the bindings
- Added
Group
andDm
classes - Refactored some functions to use the new
Group
andDm
classes
@xmtp/[email protected]
Patch Changes
- 5221111:
- Added new methods to create groups by inbox ID
- Added consent states option to
syncAllConversations
- Updated list conversations options to include
consentStates
andincludeDuplicateDms
- Removed automatic message filtering from DM groups
- Added disappearing messages methods to conversations
- Added optional
listMessage
property toConversation
- Added consent streaming
- Added preferences streaming
- Added
Client.version
static getter
@xmtp/[email protected]
Patch Changes
- c63d8af: Make
getBlockNumber
optional for SCW signers
@xmtp/[email protected]
Patch Changes
- 68b0200: Refactored
Signer
type
@xmtp/[email protected]
Patch Changes
- f53c967: Refactored
Signer
, madegetBlockNumber
optional for SCW signers
@xmtp/[email protected]
Patch Changes
- 74ce850: Fix signer for SCW
@xmtp/[email protected]
Patch Changes
- 03d2002:
- Added
allowedStates
,consentStates
,includeSyncGroups
, andincludeDuplicateDms
options toConversations.list
method - Added
consentStates
option toConversations.syncAll
method - Added
newGroupByInboxIds
method toConversations
- Added
newDmByInboxId
method toConversations
- Added
messageDisappearingSettings
option for creating groups and DMs - Added
updateMessageDisappearingSettings
method toConversation
- Added
removeMessageDisappearingSettings
method toConversation
- Added
isMessageDisappearingEnabled
method toConversation
- Fixed invalid key package issues
- Fixed rate limiting issues
- Added