Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade api and agent #500

Merged
merged 9 commits into from
Apr 26, 2024
Merged

Upgrade api and agent #500

merged 9 commits into from
Apr 26, 2024

Conversation

LiranCohen
Copy link
Member

@LiranCohen LiranCohen commented Apr 25, 2024

  • Upgrade dwn-sdk-js to v0.3.1
  • Upgrade dwn-server to v0.2.1
  • Upgrade @web5/dids to v1.0.1 in agent and api

This PR updates dwn-sdk-js to address CVEs, as well as include the newest version of @web5/dids which does not cache a DID resolution with an error.

New feature for dwn is the ability to add and query by tags

Copy link

changeset-bot bot commented Apr 25, 2024

🦋 Changeset detected

Latest commit: 4eb53bd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@web5/identity-agent Patch
@web5/proxy-agent Patch
@web5/user-agent Patch
@web5/agent Patch
@web5/api Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Apr 25, 2024

TBDocs Report

🛑 Errors: 0
⚠️ Warnings: 5

@web5/api

  • Project entry file: packages/api/src/index.ts
📄 File: ./packages/api/src/record.ts
⚠️ extractor:typedoc:missing-docs: Record.tags (GetSignature) does not have any documentation.

@web5/crypto

  • Project entry file: packages/crypto/src/index.ts

@web5/crypto-aws-kms

  • Project entry file: packages/crypto-aws-kms/src/index.ts
📄 File: ./packages/crypto-aws-kms/src/ecdsa.ts
⚠️ extractor:typedoc:missing-docs: EcdsaAlgorithm (Class) does not have any documentation.
📄 File: ./packages/crypto-aws-kms/src/key-manager.ts
⚠️ extractor:typedoc:missing-docs: AwsKeyManager (Class) does not have any documentation.
📄 File: ./packages/crypto-aws-kms/src/utils.ts
⚠️ extractor:typedoc:missing-docs: getKeySpec (CallSignature) does not have any documentation.
🔀 Misc.
⚠️ extractor:typedoc:invalid-link: Failed to resolve link to "@web5/crypto#Secp256k1.adjustSignatureToLowS | here" in comment for EcdsaAlgorithm.sign. You may have wanted "@web5/crypto!Secp256k1.adjustSignatureToLowS | here"

@web5/dids

  • Project entry file: packages/dids/src/index.ts

@web5/credentials

  • Project entry file: packages/credentials/src/index.ts

TBDocs Report Updated at 2024-04-26T20:18:51Z 4eb53bd

@codecov-commenter
Copy link

codecov-commenter commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.56%. Comparing base (277a201) to head (74f8d55).

❗ Current head 74f8d55 differs from pull request most recent head 4eb53bd. Consider uploading reports for the commit 4eb53bd to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #500   +/-   ##
=======================================
  Coverage   90.55%   90.56%           
=======================================
  Files         112      112           
  Lines       29093    29106   +13     
  Branches     2080     2084    +4     
=======================================
+ Hits        26346    26359   +13     
  Misses       2712     2712           
  Partials       35       35           
Components Coverage Δ
agent 78.83% <ø> (ø)
api 97.91% <100.00%> (+0.01%) ⬆️
common 98.68% <ø> (ø)
credentials 95.21% <ø> (ø)
crypto 93.81% <ø> (ø)
dids 97.65% <ø> (ø)
identity-agent 96.70% <ø> (ø)
crypto-aws-kms 100.00% <ø> (ø)
proxy-agent 96.70% <ø> (ø)
user-agent 96.70% <ø> (ø)

@LiranCohen LiranCohen marked this pull request as ready for review April 26, 2024 18:04
Copy link
Contributor

@thehenrytsai thehenrytsai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀 🚀

@LiranCohen LiranCohen merged commit 41ac378 into main Apr 26, 2024
10 checks passed
@LiranCohen LiranCohen deleted the lirancohen/upgrade-server branch April 26, 2024 20:20
@github-actions github-actions bot mentioned this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants