On Thu, 28 Aug 2025 15:54:56 +0800 Gang Wu <[email protected]> wrote: > Do we still want to manually maintain the changelog since we have switched > to Github? > > There is an auto-generated one for the release tag: > https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.11.0
Late response (sorry), but the manually maintained changelog has a clean summary of user-facing format changes: https://github.com/apache/parquet-format/blob/master/CHANGES.md while the auto-generated changelog is an unreadable mess of version bumps and other maintenance items: https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.11.0 So I would rather we keep maintaining the changelog. (we can of course try to make it autogenerated by carefully tagging PRs or commits, if we think that's gonna make life easier) Regards Antoine.
