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

docs(changelog): release notes for v0.17.0 #1735

Merged
merged 1 commit into from
May 17, 2023
Merged

docs(changelog): release notes for v0.17.0 #1735

merged 1 commit into from
May 17, 2023

Conversation

vpavlin
Copy link
Member

@vpavlin vpavlin commented May 16, 2023

Description

This PR updates CHANGELOG for release v0.17.0

Please check if the changelog looks ok and propose highlights!

@Ivansete-status
Copy link
Collaborator

It does look really good. Thanks for it!
However, I think it also worth mentioning the next.

@vpavlin vpavlin force-pushed the release/v0.17.0 branch from d53e488 to 06300b6 Compare May 16, 2023 13:33
Copy link
Collaborator

@Ivansete-status Ivansete-status left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

Copy link
Contributor

@jm-clius jm-clius left a comment

Choose a reason for hiding this comment

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

Looks good, but I only see changes included up to 14 April (and not 16 May as we would want)?

CHANGELOG.md Outdated
Release highlights:
* New rest api for Waku Store protocol
* Removed Waku2 Swap protocol
* New Filter protocol implentations
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* New Filter protocol implentations
* New Filter protocol implementation. See [12/WAKU2-FILTER](https://rfc.vac.dev/spec/12/).

In general I think it's a good idea to link people to documents where available.

CHANGELOG.md Outdated
- bump nim-libp2p 53b060f ([#1633](https://github.com/waku-org/nwaku/issues/1633)) ([11ff93c2](https://github.com/waku-org/nwaku/commit/11ff93c2))
- added testcommon target to makefile ([048ca45d](https://github.com/waku-org/nwaku/commit/048ca45d))
- increase meta size to 64 bytes + tests ([#1629](https://github.com/waku-org/nwaku/issues/1629)) ([1f793756](https://github.com/waku-org/nwaku/commit/1f793756))
- **enr:** move waku enr multiaddr to typedrecod and builder extensions ([2ffd2f80](https://github.com/waku-org/nwaku/commit/2ffd2f80))
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- **enr:** move waku enr multiaddr to typedrecod and builder extensions ([2ffd2f80](https://github.com/waku-org/nwaku/commit/2ffd2f80))
- **enr:** move waku enr multiaddr to typedrecord and builder extensions ([2ffd2f80](https://github.com/waku-org/nwaku/commit/2ffd2f80))

CHANGELOG.md Outdated
- **rln-relay:** buildscript bad cp ([#1636](https://github.com/waku-org/nwaku/issues/1636)) ([bd9857c1](https://github.com/waku-org/nwaku/commit/bd9857c1))
- **wakunode2:** fix main warnings and drop swap support ([f95147f5](https://github.com/waku-org/nwaku/commit/f95147f5))
- **rln-relay:** on chain registration ([#1627](https://github.com/waku-org/nwaku/issues/1627)) ([b1bafda2](https://github.com/waku-org/nwaku/commit/b1bafda2))
- connect instead dial relay peers ([#1622](https://github.com/waku-org/nwaku/issues/1622)) ([85f33a8e](https://github.com/waku-org/nwaku/commit/85f33a8e))
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- connect instead dial relay peers ([#1622](https://github.com/waku-org/nwaku/issues/1622)) ([85f33a8e](https://github.com/waku-org/nwaku/commit/85f33a8e))
- connect instead of dialing relay peers ([#1622](https://github.com/waku-org/nwaku/issues/1622)) ([85f33a8e](https://github.com/waku-org/nwaku/commit/85f33a8e))

- **rest-api-store:** new rest api to retrieve store waku messages ([#1611](https://github.com/waku-org/nwaku/issues/1611)) ([#1630](https://github.com/waku-org/nwaku/issues/1630)) ([b2acb54d](https://github.com/waku-org/nwaku/commit/b2acb54d))
- **node:** added waku node builder type ([e931fa5d](https://github.com/waku-org/nwaku/commit/e931fa5d))
- dos protected topic relay msgs based on meta field ([#1614](https://github.com/waku-org/nwaku/issues/1614)) ([c26dcb2b](https://github.com/waku-org/nwaku/commit/c26dcb2b))
- further filter improvements ([#1617](https://github.com/waku-org/nwaku/issues/1617)) ([d920b973](https://github.com/waku-org/nwaku/commit/d920b973))
Copy link
Contributor

Choose a reason for hiding this comment

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

This may require too much manual intervention, but perhaps where several items are obviously related to increments for the same feature it may be possible to just merge them into a single entry? In this case "new filter protocol implementation", perhaps with a links to the corresponding PRs and commits listed afterwards. WDYT?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm, it would be great if we used scope in PR/commit messages and then grouped by it automatically. We could go over the release notes manually and group things together, sure. But is that the best use of time?:D

Copy link
Contributor

Choose a reason for hiding this comment

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

But is that the best use of time?:D

I wouldn't do it for all commits, but would consider for major features where it's easy to do. But, yeah, this shouldn't be a big time ask so I don't have strong feelings here.

- further filter improvements ([#1617](https://github.com/waku-org/nwaku/issues/1617)) ([d920b973](https://github.com/waku-org/nwaku/commit/d920b973))
- **common:** added extensible implementation of the enr typed record ([ac56e1dc](https://github.com/waku-org/nwaku/commit/ac56e1dc))
- **rln-relay:** fetch release from zerokit ci, or build ([#1603](https://github.com/waku-org/nwaku/issues/1603)) ([179be681](https://github.com/waku-org/nwaku/commit/179be681))
- **filter-v2:** new filter protocol increment - message handling and clients ([#1600](https://github.com/waku-org/nwaku/issues/1600)) ([be446b98](https://github.com/waku-org/nwaku/commit/be446b98))
Copy link
Contributor

Choose a reason for hiding this comment

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

See comment above about maybe merging the most obvious increments for the same feature into a single entry.

CHANGELOG.md Outdated

Release highlights:
* new rest api for Waku Store protocol has been added
* Waku2 Swap protocol has been removed
Copy link
Contributor

Choose a reason for hiding this comment

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

I wouldn't include this in the highlights list.

CHANGELOG.md Outdated
* Waku2 Swap protocol has been removed
* new Filter protocol implentations has been incorporated
* initial C bindings support has been merged
* support for Heaptrack to investigate memory utilization has been added
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps link to the tutorial here?

CHANGELOG.md Outdated
* new Filter protocol implentations has been incorporated
* initial C bindings support has been merged
* support for Heaptrack to investigate memory utilization has been added
* the `topics` parameter has been deprecated in wakunode2 app in favour of the `topic` parameter
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd not include this in the highlights, but just a single line under a new section Upgrade instructions as in https://github.com/waku-org/nwaku/releases/tag/v0.15.0, which states:

Note that the --topics config item has been deprecated and support will be dropped in future releases. To configure support for multiple pubsub topics, use the new --topic parameter repeatedly.

I usually similarly add a > Note under the release title to bring people's attention to the fact that this release comes with Upgrade Instructions.

CHANGELOG.md Outdated
@@ -1,3 +1,73 @@
## 2023-05-16 v0.17.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
## 2023-05-16 v0.17.0
## 2023-05-17 v0.17.0

Assuming we're releasing tomorrow...

@vpavlin
Copy link
Member Author

vpavlin commented May 16, 2023

but I only see changes included up to 14 April

you are right, super weird

@vpavlin vpavlin force-pushed the release/v0.17.0 branch from 06300b6 to 2582a1b Compare May 16, 2023 14:45
@vpavlin
Copy link
Member Author

vpavlin commented May 16, 2023

@jm-clius fixed all the comments apart from merging the related commits - I also re-ran the generation and it seems I got all the commits now. Not sure what happened before.

Copy link
Contributor

@jm-clius jm-clius left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!


## Upgrade instructions

* The `--topics` config option has been deprecated to unify the configuration style. It still available in this and will be in next release, but will be removed after that. The new option `--topic` is introduced, which can be use repeatedly to achieve the same behaviour.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* The `--topics` config option has been deprecated to unify the configuration style. It still available in this and will be in next release, but will be removed after that. The new option `--topic` is introduced, which can be use repeatedly to achieve the same behaviour.
* The `--topics` config option has been deprecated to unify the configuration style. It's still available in this and will be in next release, but will be removed after that. The new option `--topic` is introduced, which can be use repeatedly to achieve the same behaviour.

Copy link
Contributor

@alrevuelta alrevuelta left a comment

Choose a reason for hiding this comment

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

lgtm thanks!

@vpavlin vpavlin merged commit c4370b3 into master May 17, 2023
@vpavlin vpavlin deleted the release/v0.17.0 branch May 17, 2023 13:50
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