Releases: xmtp/xmtp-js
Releases · xmtp/xmtp-js
@xmtp/[email protected]
Patch Changes
- b8d9b36:
- Upgraded to latest MLS node bindings
- Added
inboxState
to Client
@xmtp/[email protected]
Minor Changes
- d3b13b7:
- Upgraded
@xmtp/proto
for encoding of a private preferences action map - Added a private preferences store to manage persisting of actions
- Added new methods to
InMemoryKeystore
to interact with the private preferences store - Refactored
Contacts
class to use the private preferences store
- Upgraded
BREAKING CHANGES
- Removed deprecated
lastConsentListEntryTimestamp
method fromContacts
class - Changed return value of the
refreshConsentList
andloadConsentList
methods of theContacts
class
@xmtp/[email protected]
Patch Changes
- 93f0fb9: Upgraded to latest MLS node bindings
@xmtp/[email protected]
Minor Changes
- 9958ff1: Added allow and deny consent for groups and inboxes
@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