Releases: xmtp/xmtp-js
Releases · xmtp/xmtp-js
@xmtp/[email protected]
Patch Changes
- 9addb1c:
- Updated
AttachmentCodec
type to include parameters type - Added and exported
AttachmentParameters
type - Updated
RemoteAttachmentCodec
type to include parameters type - Added and exported
RemoteAttachmentParameters
type
- Updated
- Updated dependencies [9addb1c]
- @xmtp/[email protected]
@xmtp/[email protected]
Patch Changes
- 9addb1c:
- Updated
ReadReceiptCodec
type to include parameters type - Added and exported
ReadReceiptParameters
type
- Updated
- Updated dependencies [9addb1c]
- @xmtp/[email protected]
@xmtp/[email protected]
Patch Changes
- 9addb1c:
- Updated
ReactionCodec
type to include parameters type - Added and exported
LegacyReactionParameters
type
- Updated
- Updated dependencies [9addb1c]
- @xmtp/[email protected]
@xmtp/[email protected]
Patch Changes
- 9addb1c: Added new parameter to
ContentCodec
generic type to allow typing of content parameters
@xmtp/[email protected]
Patch Changes
- 5f02a9b:
- Upgraded node bindings
- Added
inboxStateFromInboxIds
method to client - Added logging option when creating a client
@xmtp/[email protected]
Patch Changes
- 760da4a: Allow larger page size and limit in the API client when querying consent
@xmtp/[email protected]
Patch Changes
- b8f97ba: Upgrade to latest node bindings
BREAKING CHANGE
This is a breaking change as some of the APIs have changed.
Client.signatureText
is now an async functionClient.addScwSignature
has been removedClient.addEcdsaSignature
has been renamed toClient.addSignature
Conversation.members
is now an async function
@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