From b6e018982e8bc6f0cac67bc0a5ec75adb86569f4 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 24 May 2023 23:46:38 -0400 Subject: [PATCH] PostgreSQL 16 Beta 1 release --- templates/index.html | 87 +++++++++++++++++++++-------- templates/pages/developer/beta.html | 16 +++--- templates/pages/include/topbar.html | 4 +- 3 files changed, 73 insertions(+), 34 deletions(-) diff --git a/templates/index.html b/templates/index.html index e29d1733..67b58427 100644 --- a/templates/index.html +++ b/templates/index.html @@ -50,18 +50,41 @@

- 2023-05-11 - - - PostgreSQL 15.3, 14.8, 13.11, 12.15, and 11.20 Released! + 2023-05-25 - + + PostgreSQL 16 Beta 1 Released!

- The PostgreSQL Global Development Group has - released an update to all supported - versions of PostgreSQL, including 15.3, 14.8, 13.11, 12.15, and 11.20. - This release fixes two security vulnerabilities and over 80 bugs - reported over the last several months. + The PostgreSQL Global Development Group announces that the + + first beta release of PostgreSQL 16 + + is now available for download. This release + contains previews of all features that will be available when + PostgreSQL 16 is made generally available, though some details of the + release can change during the beta period. +

+

+ You can find information about all of the features and changes found + in PostgreSQL 16 in the + release notes. +

+

+ In the spirit of the open source PostgreSQL community, we strongly + encourage you to test the new + features of PostgreSQL 16 on your systems to help us eliminate bugs or + other issues that may exist. While we do not advise you to run + PostgreSQL 16 Beta 1 in production environments, we encourage you to + find ways to run your typical application workloads against this beta + release. +

+

+ Your testing and feedback will help the community ensure that the + PostgreSQL 16 release upholds our standards of delivering a stable, + reliable release of the world's most advanced open source relational + database.

PostgreSQL 11 will stop receiving fixes on November 9, 2023. If you @@ -157,28 +180,44 @@

- - PostgreSQL 15.3, 14.8, 13.11, 12.15, and 11.20 Released! + + PostgreSQL 16 Beta 1 Released!

    -
  •  2023-05-11
  • +
  •  2023-05-25

- The PostgreSQL Global Development Group has - released an update to all supported versions - of PostgreSQL, including 15.3, 14.8, 13.11, 12.15, and 11.20. This - release fixes two security vulnerabilities and over 80 bugs reported - over the last several months. + The PostgreSQL Global Development Group announces that the + + first beta release of PostgreSQL 16 + + is now available for download. This release + contains previews of all features that will be available when + PostgreSQL 16 is made generally available, though some details of the + release can change during the beta period.

- PostgreSQL 11 will stop receiving fixes on November 9, 2023. If you - are running PostgreSQL 11 in a production environment, we suggest that - you make plans to upgrade to a newer, supported version of PostgreSQL. - Please see our versioning policy - for more information. + You can find information about all of the features and changes found + in PostgreSQL 16 in the + release notes. +

+

+ In the spirit of the open source PostgreSQL community, we strongly + encourage you to test the new + features of PostgreSQL 16 on your systems to help us eliminate bugs or + other issues that may exist. While we do not advise you to run + PostgreSQL 16 Beta 1 in production environments, we encourage you to + find ways to run your typical application workloads against this beta + release. +

+

+ Your testing and feedback will help the community ensure that the + PostgreSQL 16 release upholds our standards of delivering a stable, + reliable release of the world's most advanced open source relational + database.

For the full list of changes, please review the @@ -186,10 +225,10 @@ the download page.

diff --git a/templates/pages/developer/beta.html b/templates/pages/developer/beta.html index 7ff9dc5b..a0cfd3b3 100644 --- a/templates/pages/developer/beta.html +++ b/templates/pages/developer/beta.html @@ -30,38 +30,38 @@ are subject to changes that are backwards incompatible at any time during the development of the betas, and could possibly be removed altogether.

+{% comment %}

PostgreSQL 15 is released. The first beta of version 16 is not yet available for testing. Beta testing of version 16 is likely to begin around May 2023.

+{% endcomment %} -{% comment %}

- The current beta release is PostgreSQL 15 RC 2. For more + The current beta release is PostgreSQL 16 Beta 1. For more information on the current beta release and how to test, please view the links below.

-{% endcomment %} {%endblock%} diff --git a/templates/pages/include/topbar.html b/templates/pages/include/topbar.html index b6ae93a4..5f6163d1 100644 --- a/templates/pages/include/topbar.html +++ b/templates/pages/include/topbar.html @@ -1,2 +1,2 @@ -11th May 2023: - PostgreSQL 15.3, 14.8, 13.11, 12.15, and 11.20 Released! +25th May 2023: + PostgreSQL 16 Beta 1 Released! -- 2.39.5