Where I can found a changelog between releases? #201
-
I'm currently using the I can't find GitHub releases for the repository (https://github.com/nginxinc/nginx-s3-gateway/releases), annotated tags (https://github.com/nginxinc/nginx-s3-gateway/tags), description for package container image (https://github.com/nginxinc/nginx-s3-gateway/pkgs/container/nginx-s3-gateway%2Fnginx-oss-s3-gateway/166705090?tag=latest-20240113) or changelog file in the repository. What can I use to know what's changed between the two releases? Full image: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, Thanks for raising this. This project started out a little experimental but now as we're seeing more interest it seems to be time to formalize some things like changelogs and versioning. In terms of answering your question - we don't have a changelog at the moment but we are consistent about squashing our commits on merge so the commit log on
If I strip out things I know to be administrative it's mostly addition of new config options. We have not yet shipped an intentionally breaking change nor would we do so without a proper versioning change to make sure we don't break people. Hope that helps. I'll create issues for these items so that the public can know the plan. |
Beta Was this translation helpful? Give feedback.
Hello,
Thanks for raising this. This project started out a little experimental but now as we're seeing more interest it seems to be time to formalize some things like changelogs and versioning.
In terms of answering your question - we don't have a changelog at the moment but we are consistent about squashing our commits on merge so the commit log on
master
should give you an idea of changes.