Releases: TBD54566975/dwn-sql-store
Releases · TBD54566975/dwn-sql-store
v0.2.4
What's Changed
- bump dwn to latest and dwn-sql-store version by @LiranCohen in #11
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- bump sdk version, rename paginationMessageCid to cursor by @LiranCohen in #10
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
v0.2.0
Updating the DWN SDK to the latest version.
This Includes:
encodedData
stored within theMessageStore
below a certain thresholdMessageStore
interface now accepts multiple Filters to create OR conditions between filters.- 'MessageStore' interface accepts sorting and pagination inputs
- If sorting by
datePublished
, add the propertypublished
set to true within the filter.
Relevent dwn-sdk-js
PRs:
TBD54566975/dwn-sdk-js#478
TBD54566975/dwn-sdk-js#456