Skip to content

CHANGELOG.md is missing all versions after 4.0.2 #2301

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

Closed
eliliam opened this issue Oct 20, 2022 · 5 comments · Fixed by #2453
Closed

CHANGELOG.md is missing all versions after 4.0.2 #2301

eliliam opened this issue Oct 20, 2022 · 5 comments · Fixed by #2453

Comments

@eliliam
Copy link

eliliam commented Oct 20, 2022

I'm working on upgrading Redis and was following the changelog, but noticed that the latest version in the CHANGELOG.md is 4.0.2, whereas the actual latest version is 4.3.1. Is this something that can be updated to contain the changes from versions between 4.0.2 and 4.3.1?

@eliliam eliliam added the Bug label Oct 20, 2022
@leibale
Copy link
Contributor

leibale commented Oct 21, 2022

for now you can use github releases page (I'll update this file next week)

@leibale leibale added Documentation and removed Bug labels Oct 21, 2022
@eliliam
Copy link
Author

eliliam commented Oct 24, 2022

Thank you! The github release page is great, but my biggest issue with it is that it's super bloated, showing releases for all packages, and a significant amount of screen real estate is taken up by assets and contributers. Having just the changes in the CHANGELOG.md would make upgrading significantly easier.

@mdouglass
Copy link

I'm going to go one step further and say using the releases page isn't reasonable or even possible. I needed to review changes between redis 4.3.1 and 4.5.1 today so we could make a decision about whether it was safe to upgrade.

The release notes for 4.5.1 are:

upgrade @redis/client

Immediately, my process of reviewing changes can't continue because I don't know:
a) which version of @redis/client redis 4.3.1 was dependent on
b) which version of @redis/client redis 4.5.1 is dependent on

@leibale
Copy link
Contributor

leibale commented Jan 5, 2023

We're planning to automate the release process, and part of the automation will be to update the CHANGELOG.md for each package, but we didn't get there yet.
Anyway, from now on instead of just "upgrade @redis/client" I'll make sure to include the versions (before & after) as well.

@mdouglass
Copy link

Thanks, I appreciate that.

@leibale leibale linked a pull request Mar 27, 2023 that will close this issue
@OP-Klaus OP-Klaus mentioned this issue Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants