generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Bump dwn-sdk-js version to 0.2.6 and fix bugs #290
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diehuxx
requested review from
frankhinek,
csuwildcat and
mistermoe
as code owners
November 13, 2023 21:43
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
diehuxx
force-pushed
the
diehuxx/dwn-sdk-js-v0.2.6
branch
from
November 13, 2023 21:44
f4e88d2
to
a055224
Compare
diehuxx
force-pushed
the
diehuxx/dwn-sdk-js-v0.2.6
branch
from
November 13, 2023 21:46
a055224
to
5d2641e
Compare
TBDocs Report ✅ No errors or warnings @web5/api
Updated @ 2023-11-18T13:31:17.737Z - Commit: |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #290 +/- ##
==========================================
+ Coverage 90.34% 90.41% +0.07%
==========================================
Files 74 74
Lines 14028 14068 +40
Branches 1382 1379 -3
==========================================
+ Hits 12674 12720 +46
+ Misses 1328 1322 -6
Partials 26 26
|
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
…on is introduced Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
frankhinek
changed the title
Bump dwn-sdk-js version
Bump dwn-sdk-js version to 0.2.6 and fix bugs
Nov 18, 2023
frankhinek
force-pushed
the
diehuxx/dwn-sdk-js-v0.2.6
branch
from
November 18, 2023 13:25
f2435fc
to
a42cb0d
Compare
Signed-off-by: Frank Hinek <[email protected]>
frankhinek
force-pushed
the
diehuxx/dwn-sdk-js-v0.2.6
branch
from
November 18, 2023 13:28
a42cb0d
to
345c8be
Compare
frankhinek
added
documentation
Improvements or additions to documentation
dependencies
Pull requests that update a dependency file
labels
Nov 18, 2023
frankhinek
approved these changes
Nov 18, 2023
csuwildcat
approved these changes
Nov 18, 2023
finn-block
pushed a commit
that referenced
this pull request
Mar 19, 2024
* This PR primarily bumps the dwn-sdk-js version from 0.2.4 to 0.2.6, fixes several bugs, and improves type safety.
finn-block
pushed a commit
that referenced
this pull request
Mar 19, 2024
* This PR primarily bumps the dwn-sdk-js version from 0.2.4 to 0.2.6, fixes several bugs, and improves type safety.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR primarily bumps the
dwn-sdk-js
version from0.2.4
to0.2.6
, fixes several bugs, and improves type safety.@web5/agent
0.2.3
to0.2.4
DEFAULT_TEST_DWN_URL
changed from 'https://dwn.tbddev.org/dwn0' to 'http://localhost:3000' to improve the developer experience. A number of devs have reported issues with tests failing when running on locally checked out repos. This has consistently been caused by the TBD-hosted nodes running a version of DWN SDK that differs from what is used in Web5 JS main. Devs working with the latest commits need to run a localdwn-server
anyways if they want to run tests, so this ensures that they do.@tbd54566975/dwn-sdk-js
from0.2.4
to0.2.6
authorizationSigner
property tosigner
to match the name change in DWN SDK 0.2.6.DwnResponse
that was missing therecord
response property forRecordsRead
replies.@web5/api
0.8.2
to0.8.3
DEFAULT_TEST_DWN_URL
was also changed to localhost for the same reasons as it was in the@web5/agent
package.authorizationSigner
property tosigner
to match the name change in DWN SDK 0.2.6.DwnResponse
type through theDwnApi
now that it was fixed in the@web5/agent
package.ResponseStatus
type.DwnApi
that explain how theauthor
andtarget
properties are used, which has caused confusion for SDK contributors.dwn-server
that's since been fixed.@tbd54566975/dwn-sdk-js
from0.2.4
to0.2.6
@web5/agent
from0.2.3
to0.2.4
@web5/user-agent
from0.2.3
to0.2.4
dev-env
dwn-server
container image from0.2.4
to0.2.6
@web5/identity-agent
0.2.3
to0.2.4
@web5/agent
from0.2.3
to0.2.4
@web5/api
from0.8.2
to0.8.3
@web5/proxy-agent
0.2.3
to0.2.4
@web5/agent
from0.2.3
to0.2.4
@web5/user-agent
0.2.3
to0.2.4
@web5/agent
from0.2.3
to0.2.4