-
Notifications
You must be signed in to change notification settings - Fork 60
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
chore(release): update changelog for v0.20.0 release #2026
Conversation
CHANGELOG.md
Outdated
* RLN is now part of standard release (is no longer EXPERIMENTAL feature) | ||
* Interop tests between nwaku and js-waku are now gating PRs and releases | ||
* Libwaku has been made threadsafe | ||
* Autosharding being implementated across various protocols |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Autosharding being implementated across various protocols | |
* Made various protocol implementations use autosharding. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want it to be clear that the protocols did not change only the impl. Not sure if it's clearer but 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about just * Added autosharding option on various protocol APIs
. This is simply a change to make the API (internal/external) more flexible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great release. Thanks!
CHANGELOG.md
Outdated
* RLN is now part of standard release (is no longer EXPERIMENTAL feature) | ||
* Interop tests between nwaku and js-waku are now gating PRs and releases | ||
* Libwaku has been made threadsafe | ||
* Autosharding being implementated across various protocols |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about just * Added autosharding option on various protocol APIs
. This is simply a change to make the API (internal/external) more flexible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I just added one comment. Thanks!
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com>
Co-authored-by: Simon-Pierre Vivier <simvivier@status.im>
CHANGELOG.md
Outdated
* Interop tests between nwaku and js-waku are now gating PRs and releases | ||
* Libwaku has been made more threadsafe (1 out of 3 improvements applied.) | ||
* Added autosharding option on various protocol APIs | ||
* TODO: @rymnc https://github.com/waku-org/nwaku/pull/1966 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vpavlin here we need to write that the rln-relay-membership-group-index
flag has been removed, along with rln-relay-pubsub-topic
and rln-relay-content-topic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, added a comment on the todo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I would not advertise Legacy Filter's Rest API support - so it's good as is.
Looks great :) Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
efb91ef
to
0d482ae
Compare
* chore(release): update changelog for v0.20.0 release * Update CHANGELOG.md Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Simon-Pierre Vivier <simvivier@status.im> * fix typo and autosharding highlight, note CLI options removal --------- Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com> Co-authored-by: Simon-Pierre Vivier <simvivier@status.im>
Description
Changelog for v0.20.0
Please review carefully, suggest highlights or upgrade instructions (we should probably emphasize RLN no longer being experimental and maybe point to RLN docs in upgrade instructions?)
@rymnc I meantioned you in highlights because you flagged the issue with
release-notes
label, but I am not sure what specifically would you like to highlight:)Changes