From c3f449de3473da5b0aa7718026d4866722da97f8 Mon Sep 17 00:00:00 2001 From: Soulou Date: Fri, 6 Dec 2024 18:02:27 +0100 Subject: [PATCH] [STORY-989] Add documentation for PostgreSQL 16 --- src/_includes/database_postgresql_extensions.md | 7 ++++++- .../databases/postgresql/2000-01-01-overview.md | 5 +++-- .../_posts/2024-12-09-postgresql-16.6.0-1.md | 17 +++++++++++++++++ 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 src/changelog/databases/_posts/2024-12-09-postgresql-16.6.0-1.md diff --git a/src/_includes/database_postgresql_extensions.md b/src/_includes/database_postgresql_extensions.md index 5d99bf342..0e6490f40 100644 --- a/src/_includes/database_postgresql_extensions.md +++ b/src/_includes/database_postgresql_extensions.md @@ -16,6 +16,11 @@ vim Syntax: Version Description + + anon + 1.3.2 + Data anonymization tools + btree_gin 1.3 @@ -53,7 +58,7 @@ vim Syntax: fuzzystrmatch - 1.1 + 1.2 determine similarities and distance between strings diff --git a/src/_posts/databases/postgresql/2000-01-01-overview.md b/src/_posts/databases/postgresql/2000-01-01-overview.md index 6d2021c78..e091aa039 100644 --- a/src/_posts/databases/postgresql/2000-01-01-overview.md +++ b/src/_posts/databases/postgresql/2000-01-01-overview.md @@ -75,12 +75,13 @@ ensure security, performance, and operational efficiency. | PostgreSQL Version | Full Version | | ------------------: | ----------------: | -| **`15`** | up to `15.10.0-1` | +| `16` | up to `16.6.0-1` | +| **`15`** | up to `15.10.0-1` | | `14` | up to `14.15.0-1` | | `13` | up to `13.18.0-1` | Currently, the supported major versions of PostgreSQL® on the Scalingo platform -are `13`, `14`, and `15`. +are `13`, `14`, `15` and `16`. The default version when provisioning a Scalingo for PostgreSQL® addon is **`15.10.0-1`**. diff --git a/src/changelog/databases/_posts/2024-12-09-postgresql-16.6.0-1.md b/src/changelog/databases/_posts/2024-12-09-postgresql-16.6.0-1.md new file mode 100644 index 000000000..842324d19 --- /dev/null +++ b/src/changelog/databases/_posts/2024-12-09-postgresql-16.6.0-1.md @@ -0,0 +1,17 @@ +--- +modified_at: 2024-12-09 09:00:00 +title: 'PostgreSQL - New Major Version: 16.6' +--- + +Changelog: + +- New major version available + - v16.6 + +- Extension: `postgis` is now at version 3.5.0 +- Extension: `vector` is now at version 0.8.0 +- New Extension: `anon` (PostgreSQL Anonymizer) version 1.3.2 + +Docker images on [Docker Hub](https://hub.docker.com/r/scalingo/postgresql): + +* `scalingo/postgresql:16.6.0-1`