I’ve hacked together a horrible thing in Python, and made it available in mysql-release-notes on GitHub. It’s a Python project (done with uv) that downloads all MySQL release notes, dumps them into a release_notes folder, and then parses them, pushing everything into a database. It uses SQLAlchemy and mysqlclient to connect to the database. It generates a schema (not preserving any data), and fills it with all the release notes we have. The schema is a simple star. For each release, we ha...