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 dwn-sdk-js to latest v0.4.0 #736

Merged
merged 9 commits into from
Jul 3, 2024

Conversation

LiranCohen
Copy link
Member

@LiranCohen LiranCohen commented Jul 1, 2024

  • migrate Events interface to Messages interface methods
  • MessagesGet now returns a single Message along with the data, avoiding a subsequent RecordsRead during sync.
  • Improved test coverage for sync.

Copy link

changeset-bot bot commented Jul 1, 2024

🦋 Changeset detected

Latest commit: 396ed91

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

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

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 Jul 1, 2024

TBDocs Report

✅ No errors or warnings

@web5/api

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

@web5/crypto

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

@web5/crypto-aws-kms

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

@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-07-03T14:50:36Z 396ed91

Copy link

codecov bot commented Jul 2, 2024

Codecov Report

Attention: Patch coverage is 96.96970% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.26%. Comparing base (169bd1c) to head (396ed91).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #736      +/-   ##
==========================================
+ Coverage   90.92%   91.26%   +0.33%     
==========================================
  Files         119      119              
  Lines       30167    30058     -109     
  Branches     2250     2256       +6     
==========================================
+ Hits        27429    27432       +3     
+ Misses       2703     2592     -111     
+ Partials       35       34       -1     
Components Coverage Δ
agent 81.81% <96.96%> (+0.94%) ⬆️
api 94.01% <ø> (-0.15%) ⬇️
common 98.68% <ø> (ø)
credentials 94.88% <ø> (ø)
crypto 93.81% <ø> (ø)
dids 97.77% <ø> (ø)
identity-agent 96.70% <ø> (ø)
crypto-aws-kms 100.00% <ø> (ø)
proxy-agent 96.70% <ø> (ø)
user-agent 96.70% <ø> (ø)

@LiranCohen LiranCohen force-pushed the lirancohen/upgrade-dwn-sdk-v0.4.0 branch from 939ea1d to 71f4e69 Compare July 2, 2024 13:17
@LiranCohen LiranCohen force-pushed the lirancohen/upgrade-dwn-sdk-v0.4.0 branch from 71f4e69 to 9a56e42 Compare July 2, 2024 13:52
@LiranCohen LiranCohen force-pushed the lirancohen/upgrade-dwn-sdk-v0.4.0 branch from cf6cfbb to 1d9bad3 Compare July 3, 2024 13:26
@LiranCohen LiranCohen changed the title [WIP] Upgrade dwn-sdk-js to latest v0.4.0 Upgrade dwn-sdk-js to latest v0.4.0 Jul 3, 2024
@LiranCohen LiranCohen marked this pull request as ready for review July 3, 2024 14:52
Copy link
Member

@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.

🎖️ 🐐

That's a lot of new sync engine tests!!

@LiranCohen LiranCohen merged commit 89f239d into main Jul 3, 2024
35 checks passed
@LiranCohen LiranCohen deleted the lirancohen/upgrade-dwn-sdk-v0.4.0 branch July 3, 2024 17:33
@github-actions github-actions bot mentioned this pull request Jul 3, 2024
@github-actions github-actions bot mentioned this pull request Jul 16, 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.

3 participants