release: 2.4.0 release notes and version bump - #22
Merged
Conversation
Add the 2.4.0 release notes (a security hardening release covering the internal security review: authenticated key metadata, XTS-only data ciphers, temp-file IV hardening, KMIP TLS verification, key-management hardening, key zeroization, AES context reuse) and register the page in the overview and nav. Bump the project version to 2.4.0 so the documentation deploy (mike, in .github/workflows/docs.yml) publishes the site as 2.4/latest. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the 2.4.0 release and its documentation site.
Release notes
Adds
documentation/docs/release-notes/release-notes-v2.4.0.mdand registers it in the overview page and the mkdocs nav. 2.4.0 is a security hardening release covering the internal security review:key_base_ivmoved into the AEAD AAD for the relation key map file (v5 → v6) and the WAL key file (v2 → v3); tampering is now detected.data_cipheroptions were removed.An Upgrading section documents the one-way key-file migration (automatic at first start) and the removed CBC
data_ciphervalues.Version bump
Bumps
meson.buildto2.4.0(the only place that holds the release version; the.controlSQL schema version stays2.2). The docs deploy (mike, in.github/workflows/docs.yml) derives its version frommeson.build, so on merge tomainthe site will publish as 2.4 and update thelatestalias (it currently shows 2.3).Docs build locally with 0 broken links.
🤖 Generated with Claude Code