Releases: TBD54566975/dwn-sdk-js
Releases · TBD54566975/dwn-sdk-js
v0.3.0
What's Changed
- Enforce protocol defined RecordsWrite
tags
by @LiranCohen in #711 - Only index tags + values if the record is
latestBaseState
by @LiranCohen in #725 - Upgrade
@web5/dids
& release0.3.0
by @LiranCohen in #730
Full Changelog: 0.2.24...v0.3.0
0.2.24
What's Changed
- Swapped to Permissions protocol records for permission grant authorization by @thehenrytsai in #717
- update protobuf to address CVE-2023-36665 by @LiranCohen in #720
- Permissions protocol final touch up by @thehenrytsai in #723
- Fix codecov error in GitHub CICD workflow by @thehenrytsai in #726
- Update error message to include reference to the correct
parentContextId
by @kirahsapong in #724 - release new version with protobuf vulnerability fix by @LiranCohen in #721
- Upgrade Playwright by @LiranCohen in #728
New Contributors
- @kirahsapong made their first contribution in #724
Full Changelog: v0.2.23...0.2.24
v0.2.23
What's Changed
- Signing and verifying with Secp256r1 keys by @theisens in #715
- Add
tags
functionality toRecords
. by @LiranCohen in #706 - Bump to
v0.2.23
by @LiranCohen in #719
New Contributors
Full Changelog: v0.2.22...v0.2.23
v0.2.22
What's Changed
- Introduced first-class Permissions protocol by @thehenrytsai in #713
- Upgrade foundational
@web5/dids
to1.0.0
by @LiranCohen in #718
Full Changelog: v0.2.21...v0.2.22
v0.2.21
What's Changed
- bump
@web5/dids
to0.4.3
and package to0.2.21
by @LiranCohen in #712
Full Changelog: v0.2.20...v0.2.21
v0.2.20
What's Changed
- Added tests to demonstrate direct child-role authorization in slack-like protocol by @thehenrytsai in #696
- #690 - Allowed
dataFormat
to be modified by @thehenrytsai in #697 - Renamed protocol actions
update
->co-update
anddelete
->co-delete
by @thehenrytsai in #698 - Added
create
action to protocol rules by @thehenrytsai in #699 - Added update protocol action by @thehenrytsai in #701
- #700 - Changed protocol 'can' property to an array by @thehenrytsai in #702
- Added
delete
action to protocol definition by @thehenrytsai in #703 - Removed
write
protocol action by @thehenrytsai in #704 - add tenant to EventsStream interface subscribe method by @LiranCohen in #705
- Added support for owner-delegated grant by @thehenrytsai in #707
- Add Workflow Dispatch by @LiranCohen in #710
- DIDResolver/UniversalResolver alpha by @LiranCohen in #709
Full Changelog: v0.2.18...v0.2.20
v0.2.18
What's Changed
- Exports needed for
@web5/agent
refactor by @frankhinek in #688 - Update JWK Verification Method Schema to support
JsonWebKey
by @frankhinek in #689 - Optionally limit protocol message data size by @ianpatton in #682
- Generalized roles so they can be specified under any context/sub-context by @thehenrytsai in #687
- Removed all references of $globalRole and $contextRole by @thehenrytsai in #692
- upgrade
@web5/dids
tov0.4.1
and bumpdwn-sdk-js
tov0.2.18
by @LiranCohen in #693
New Contributors
- @ianpatton made their first contribution in #682
Full Changelog: v0.2.17...v0.2.18
v0.2.17
What's Changed
- Emit initialWrite with a
RecordsDelete
or aRecordsWrite
which is updated. by @LiranCohen in #680 - Changed
contextId
semantics to support "sub-contexts" by @thehenrytsai in #684 - Bump
@web5/dids
and add DID Resolver cache by @frankhinek in #685
Full Changelog: v0.2.16...v0.2.17
v0.2.16
v0.2.15
What's Changed
- Simplified Data Store interface by @thehenrytsai
- Added a mock blockstore to compute CID of large data streams with no/tiny memory usage by @thehenrytsai
Full Changelog: v0.2.14...v0.2.15