Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PG-1393 Release notes RC #100

Open
wants to merge 7 commits into
base: release-17.4
Choose a base branch
from

Conversation

nastena1606
Copy link
Collaborator

PG-1393 Release notes for RC

Prepared the release notes for the upcoming RC version.
Split current release notes doc into separate pages per version to align with other products
Updated navigation

Also removed the performance warning from index page

modified:   contrib/pg_tde/documentation/_resource/overrides/main.html
	modified:   contrib/pg_tde/documentation/docs/faq.md
	modified:   contrib/pg_tde/documentation/docs/index.md
	new file:   contrib/pg_tde/documentation/docs/release-notes/alpha1.md
	new file:   contrib/pg_tde/documentation/docs/release-notes/beta.md
	new file:   contrib/pg_tde/documentation/docs/release-notes/beta2.md
	new file:   contrib/pg_tde/documentation/docs/release-notes/mvp.md
	new file:   contrib/pg_tde/documentation/docs/release-notes/rc.md
	modified:   contrib/pg_tde/documentation/docs/release-notes/release-notes.md
	modified:   contrib/pg_tde/documentation/mkdocs.yml
	modified:   contrib/pg_tde/documentation/variables.yml
@nastena1606 nastena1606 added the documentation Improvements or additions to documentation label Mar 4, 2025

### New Features

* [PG-1002](https://perconadev.atlassian.net/browse/PG-1002) - Added the requirement of an explicit configuration of a WAL principal key to ensure correct WAL encryption
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was changed since then, no longer relevant.


* [PG-1258](https://perconadev.atlassian.net/browse/PG-1258) - Added functions to display additional information about principal keys / providers

* [PG-1294](https://perconadev.atlassian.net/browse/PG-1294) - Improve WAL encryption by encrypting entire WAL files
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just say Redesigned WAL encryption


* [PG-1361](https://perconadev.atlassian.net/browse/PG-1361) - Investigated and fixed pg_tde relocatability

* [PG-1367](https://perconadev.atlassian.net/browse/PG-1367) - Created a separate generic script that is used to configure server with pg_tde from the existing make-test-tde.sh script
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an internal issue for testing/CI, not part of the actual packages


* [PG-1373](https://perconadev.atlassian.net/browse/PG-1373) Fixed the issue with potential unterminated strings by using the `memset()` or `palloc0()` instead of the `strncpy()` function.

* [PG-1376](https://perconadev.atlassian.net/browse/PG-1376) - Fixed the issue with getting a warning message when setting a default principal key by using the correct lock type during the function execution.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to mention, the feature didn't even exist in the previous release


* [PG-1376](https://perconadev.atlassian.net/browse/PG-1376) - Fixed the issue with getting a warning message when setting a default principal key by using the correct lock type during the function execution.

* [PG-1378](https://perconadev.atlassian.net/browse/PG-1378) - Fixed the issue with toast tables created by ALTER TABLE command not being encrypted by fixing the sequence and alter table handling by event trigger
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by fixing the sequence and alter table handling by event trigger - let's skip that part.


* [PG-1378](https://perconadev.atlassian.net/browse/PG-1378) - Fixed the issue with toast tables created by ALTER TABLE command not being encrypted by fixing the sequence and alter table handling by event trigger

* [PG-1380](https://perconadev.atlassian.net/browse/PG-1380) Added support for `pg_tde_is_encrypted()` function on indexes and sequences
Copy link
Collaborator

@jeltz jeltz Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kinda both a bug and a feature because instrad of displaying an error when used on an index it just said "false" even if it was encrypted. So the bug was that it gave a confusing result but the missing feature was that it was not implemented at all for anything except tables. I think I would move this to features.

janwieremjewicz

This comment was marked as duplicate.

Copy link

@janwieremjewicz janwieremjewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants