From 451869f30720819f13fdb383dc95ff7bae3f31b5 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Thu, 21 Mar 2024 08:15:05 +0100 Subject: [PATCH] Unified release notes page for MVP and TP --- .../{tech-preview.md => release-notes.md} | 15 +++++++++++++-- documentation/mkdocs.yml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) rename documentation/docs/release-notes/{tech-preview.md => release-notes.md} (78%) diff --git a/documentation/docs/release-notes/tech-preview.md b/documentation/docs/release-notes/release-notes.md similarity index 78% rename from documentation/docs/release-notes/tech-preview.md rename to documentation/docs/release-notes/release-notes.md index 16cb5454..2859ee26 100644 --- a/documentation/docs/release-notes/tech-preview.md +++ b/documentation/docs/release-notes/release-notes.md @@ -1,4 +1,6 @@ -# pg_tde technical preview release notes (2024-03-28) +# pg_tde release notes + + ## Technical preview (2024-03-28) `pg_tde` extension brings in [Transparent Data Encryption (TDE)](tde.md) to PostgreSQL and enables you to keep sensitive data safe and secure. @@ -31,4 +33,13 @@ The technical preview of the extension introduces the following key features: * Fixed performance-related issues * Fixed a bug where `pg_tde` sent many 404 requests to the Vault server * Fixed сompatibility issues with old OpenSSL versions -* Fixed сompatibility with old Curl versions \ No newline at end of file +* Fixed сompatibility with old Curl versions + +## MVP (2023-12-12) + +The Mininum Vial Product (MVP) version introduces the following functionality: + +* Encryption of heap tables, including TOAST +* Encryption keys are stored either in Hashicorp Vault server or in local keyring file (for development) +* The key storage is configurable via separate JSON configuration files +* Replication support \ No newline at end of file diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml index 06c3bb00..c1ae41cd 100644 --- a/documentation/mkdocs.yml +++ b/documentation/mkdocs.yml @@ -126,7 +126,7 @@ nav: - "Set up": "setup.md" - Test TDE: "test.md" - Release notes: - - "pg_tde tech preview": release-notes/tech-preview.md + - "pg_tde tech preview": release-notes/release-notes.md - uninstall.md - contribute.md