Skip to content

Commit

Permalink
Unified release notes page for MVP and TP
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Mar 21, 2024
1 parent 1252429 commit 451869f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
* 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
2 changes: 1 addition & 1 deletion documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 451869f

Please sign in to comment.