Skip to content

Latest commit

 

History

History
255 lines (152 loc) · 16.9 KB

CHANGELOG.md

File metadata and controls

255 lines (152 loc) · 16.9 KB

@web5/proxy-agent

0.7.1

Patch Changes

0.7.0

Minor Changes

Patch Changes

0.6.4

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

0.6.0

Minor Changes

  • #859 7fc1f1d Thanks @LiranCohen! - Tefactor getting permissions for grants into a single Permission API interface

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

Patch Changes

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

Patch Changes

0.3.8

Patch Changes

0.3.7

Patch Changes

0.3.6

Patch Changes

0.3.5

Patch Changes

0.3.4

Patch Changes

  • #489 eabe5ca Thanks @LiranCohen! - Add DwnServerInfoRpc to Web5Rpc for retrieving server specific info.

    Server Info includes:

    • maxFileSize
    • registrationRequirements
    • webSocketSupport
  • Updated dependencies [eabe5ca]:

0.3.3

Patch Changes

  • #433 ac1e6f1 Thanks @LiranCohen! - Extend and Test RPC DWN/Web5 Clients to support http and ws
    • move HttpDwnRpcClient to /prototyping folder
    • move JSON RPC related files to /prototyping folder
    • create WebSocketDwnRpcClient in /prototyping folder
    • create WebSocketWeb5RpcClient wrapper in rpc-client
      • does not support sendDidRequest via sockets
  • Updated dependencies [ac1e6f1, eb02b62, d3814cd, 857d160]:

0.3.2

Patch Changes

  • #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
  • Updated dependencies [41ac378]:

0.3.1

Patch Changes