- #961
ca89770
Thanks @LiranCohen! - Fix error wheredwn-store
records were not being updated when marked as such.
-
#914
bd1cb00
Thanks @LiranCohen! - Ability to Update a DID -
#911
c92159c
Thanks @LiranCohen! - Simplify IdentityApi to be agent-focused and storing both the DID and IdentityMetadata under the agent's tenant.
-
#953
3f39bf1
Thanks @LiranCohen! - Add ability to update DWN Endpoints -
#945
101f463
Thanks @thehenrytsai! - Added parameter for app display name for dynamic rendering in the wallet during web5 connect flow -
#958
7072331
Thanks @LiranCohen! - Prevent SyncEngine from stopping completely during a sync failure, next interval will try again. -
#954
5120f6f
Thanks @LiranCohen! - AddgetProtocolRole
util -
#910
d3b4728
Thanks @LiranCohen! - Enable EventEmitterStream -
#956
e7f5dfe
Thanks @LiranCohen! - Add ability to update the Identity Metadata name field. -
Updated dependencies [
bd1cb00
,3f39bf1
,bfa0417
]:- @web5/[email protected]
- @web5/[email protected]
- @web5/[email protected]
-
#903
17a4290
Thanks @shamilovtim! - use workspace for deps -
Updated dependencies [
17a4290
]:- @web5/[email protected]
- @web5/[email protected]
- #894
e7cb25a
Thanks @LiranCohen! - Enable ProtocolQuery/Configure with delegate grant
- #895
57803fa
Thanks @LiranCohen! - Add additionaly Sync Identity Management capabilities
- #889
e578e20
Thanks @LiranCohen! - Fix sync race condition issue
- #859
7fc1f1d
Thanks @LiranCohen! - Tefactor getting permissions for grants into a single Permission API interface
- #857
226455a
Thanks @LiranCohen! - Sync vs StartSync conflicting error.
-
#836
3d1f825
Thanks @LiranCohen! - Add ability to Sync a subset of protocols as a delegate -
#824
0862ffc
Thanks @LiranCohen! - Simplify support for Permission Grant logic within agent.
-
#854
4ff2316
Thanks @LiranCohen! - Add requestPermissionsForProtocol helper method to connect module -
#838
2d0b423
Thanks @shamilovtim! - cleanup crypto utils -
#855
5ac4fe5
Thanks @LiranCohen! - Implement DidResolverCache thats specific to Agent usage -
#824
0862ffc
Thanks @LiranCohen! - Introduce aPermissionsApi
for Web5Agents -
#850
fea0535
Thanks @shamilovtim! - integrate dwn grants into connect flow -
#853
7347438
Thanks @LiranCohen! - Upgradedwn-sdk-js
version anddwn-server
dependency -
Updated dependencies [
2d0b423
,5ac4fe5
]:- @web5/[email protected]
- @web5/[email protected]
- #846
ddd7106
Thanks @shamilovtim! - bump dwn-sdk-js
- #713
5ed8798
Thanks @shamilovtim! - introduce initial web5 connect implementation bump crypto
-
#746
1fee7a2
Thanks @LiranCohen! - Apply logic to sign messages with grants, add utils for dealing with grants -
Updated dependencies [
5ed8798
]:- @web5/[email protected]
- @web5/[email protected]
-
#765
8baa679
Thanks @thehenrytsai! - Added DWN Registrar utility class -
#770
f71ce8a
Thanks @LiranCohen! - Upgradedwn-sdk-js
anddwn-server
-
#736
89f239d
Thanks @LiranCohen! - MigrateEvents
interface toMessages
interface for sync -
#743
44604a4
Thanks @LiranCohen! - Protocol driven identity, key and did storage
-
#739
5b0c61a
Thanks @LiranCohen! - Sync accounts for 404 from a conflicting RecordsDelete message -
#694
cc3aa58
Thanks @thehenrytsai! - Dependency updates. -
#744
1708050
Thanks @LiranCohen! - Add ability to delete IdentityMetadata, PortableDid, and Jwk from Dwn Stores in Agent -
#738
bc54d0c
Thanks @LiranCohen! - Remove Duplicate Methods used in sync & Fix sync bug where only RecordsWrite were being pulled from the remote -
Updated dependencies [
cc3aa58
]:- @web5/[email protected]
- @web5/[email protected]
- @web5/[email protected]
- #644
8b8de7a
Thanks @LiranCohen! - Upgradedwn-sdk-js
tov0.3.5
-
#579
b36e7b1
Thanks @thehenrytsai! - Updated dependencies of all packages
- #492
b516a5f
Thanks @LiranCohen! - -@web5/agent
DWN Subscriptions Support@web5/agent
supports latestdwn-sdk-js
withprune
feature fromRecordsWriteDelete
- #513
82fe049
Thanks @LiranCohen! - Add a helper methods for generating a PaginationCursor fromapi
without importingdwn-sdk-js
directly
-
#489
eabe5ca
Thanks @LiranCohen! - AddDwnServerInfoRpc
toWeb5Rpc
for retrieving server specific info.Server Info includes:
- maxFileSize
- registrationRequirements
- webSocketSupport
- #433
ac1e6f1
Thanks @LiranCohen! - Extend and Test RPC DWN/Web5 Clients to supporthttp
andws
- move
HttpDwnRpcClient
to/prototyping
folder - move
JSON RPC
related files to/prototyping
folder - create
WebSocketDwnRpcClient
in/prototyping
folder - create
WebSocketWeb5RpcClient
wrapper inrpc-client
- does not support
sendDidRequest
via sockets
- does not support
- move
- Updated dependencies [
eb02b62
,d3814cd
,857d160
]:- @web5/[email protected]
-
#500
41ac378
Thanks @LiranCohen! - Upgrade DWN SDK with newest features- remove
Permissions
interface and replace permissions with a first-class protocol representing it - adding
RecordsTags
functionality
- remove
-
#484
c47ea5e
Thanks @LiranCohen! - Upgradedwn-sdk-js
to the latest version consuming1.0.0
of@web5/dids
-
#482
ddb38d0
Thanks @LiranCohen! - - Upgrade packages to consume1.0.0
of foundationalweb5
packages.- Using foundational
dids
package instead
- Using foundational