Conversation
8fb8cc8 to
a97b30d
Compare
259d1c5 to
ec4e01d
Compare
Collaborator
Author
a979acf to
789131e
Compare
Collaborator
Author
…lder.add_users()` (#311) * feat: sdk EventStreamBuilder.event_stream_for() * feat: add_users() and deprecations
#302) * refactor: define system-wide Event types and use in homeserver and SDK * test: formatting and wasm tests * fix: resolve wasm-stream version mismatch * fix: skip Event which is incorrectly missing content hash * fix: Justify skipping unparseable events * fix: Simplify exposed JS types
806de01 to
4a529d6
Compare
* test: JS tests for new EventsStream methods * feat: Remove EventsStream fns from previous release candidates
Collaborator
Author
|
#345 (Do not include in |
1ffe9b0 to
d6a802b
Compare
d6a802b to
50c6801
Compare
50c6801 to
84a12d0
Compare
| pubky-testnet = { path = "../pubky-testnet" } | ||
| pubky-common = { path = "../pubky-common" } | ||
| pubky-testnet = { path = "../pubky-testnet" , version = "0.7.0-rc.5" } | ||
| pubky-common = { path = "../pubky-common" , version = "0.7.0-rc.5" } |
Contributor
There was a problem hiding this comment.
Still pinning 0.7.0-rc.5. Will approve once it's 0.7.0, the release workflow validates that the pushed tag version matches Cargo package version.
Collaborator
Author
There was a problem hiding this comment.
This is the PR for all the changes. I'll do a separate chore: v0.7.0 commit with only the verison bump after as per the release guide
SHAcollision
approved these changes
Mar 13, 2026
SeverinAlexB
approved these changes
Mar 16, 2026
Collaborator
SeverinAlexB
left a comment
There was a problem hiding this comment.
I only reviewed the release pipeline and related docs and the LGTM
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
v0.7.0-rc.The diff in this PR is not the diff between
0.6.0and0.7.0due to some changes being merged tomainalready but not released as a part of0.6.0. The diff is v0.6.0...v0.7.0-rc.5Includes:
all
pkarr,mainline,pkarr-relay#315pubky
EventStreamBuilder.event_stream_for()andEventStreamBuilder.add_users()#311pubky-common
pubky-homeserver
pubky-testnet