From 100e545e7c12f84fe19785f91ec2036b12b2938c Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:23:17 -0400 Subject: [PATCH] Update website for v0.109-0 release Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- PACKAGE-INSTALL.md | 48 +++++++++++++++++++------------------------ app/packages/page.tsx | 11 +++++----- 2 files changed, 27 insertions(+), 32 deletions(-) diff --git a/PACKAGE-INSTALL.md b/PACKAGE-INSTALL.md index 6a5dc6b..a4535a8 100644 --- a/PACKAGE-INSTALL.md +++ b/PACKAGE-INSTALL.md @@ -2,7 +2,7 @@ Fast and simple installation of DocumentDB extension for PostgreSQL. -**Supported PostgreSQL Versions:** 15, 16, 17 +**Supported PostgreSQL Versions:** 16, 17, 18 ## Install Commands @@ -52,7 +52,7 @@ You can install either the latest version or pin to a specific DocumentDB versio sudo apt install postgresql-16-documentdb # Pin to specific version (won't auto-update) -sudo apt install postgresql-16-documentdb=0.107-0 +sudo apt install postgresql-16-documentdb=0.109-0 # List all available versions apt-cache madison postgresql-16-documentdb @@ -64,7 +64,7 @@ apt-cache madison postgresql-16-documentdb sudo dnf install postgresql16-documentdb # Pin to specific version (won't auto-update) -sudo dnf install postgresql16-documentdb-0.107.0-1.el9 +sudo dnf install postgresql16-documentdb-0.109.0-1.el9 # List all available versions dnf --showduplicates list postgresql16-documentdb @@ -249,24 +249,18 @@ https://documentdb.github.io/ ``` https://documentdb.io/ └── packages/ # All packages (direct download) - # DEB packages (version 0.107-0) - ├── postgresql-15-documentdb_0.107-0_amd64.deb - ├── postgresql-15-documentdb_0.107-0_arm64.deb - ├── postgresql-15-documentdb-dbgsym_0.107-0_amd64.deb - ├── postgresql-15-documentdb-dbgsym_0.107-0_arm64.deb - ├── postgresql-16-documentdb_0.107-0_amd64.deb - ├── postgresql-16-documentdb_0.107-0_arm64.deb - ├── postgresql-16-documentdb-dbgsym_0.107-0_amd64.deb - ├── postgresql-16-documentdb-dbgsym_0.107-0_arm64.deb - ├── postgresql-17-documentdb_0.107-0_amd64.deb - ├── postgresql-17-documentdb_0.107-0_arm64.deb - ├── postgresql-17-documentdb-dbgsym_0.107-0_amd64.deb - ├── postgresql-17-documentdb-dbgsym_0.107-0_arm64.deb - # RPM packages (version 0.107.0-1) - x86_64 only - ├── postgresql16-documentdb-0.107.0-1.el8.x86_64.rpm - ├── postgresql16-documentdb-0.107.0-1.el9.x86_64.rpm - ├── postgresql17-documentdb-0.107.0-1.el8.x86_64.rpm - └── postgresql17-documentdb-0.107.0-1.el9.x86_64.rpm + # Example DEB packages (version 0.109-0) + ├── deb11-postgresql-16-documentdb_0.109-0_amd64.deb + ├── deb11-postgresql-16-documentdb_0.109-0_arm64.deb + ├── deb12-postgresql-17-documentdb_0.109-0_amd64.deb + ├── deb12-postgresql-17-documentdb_0.109-0_arm64.deb + ├── ubuntu22.04-postgresql-18-documentdb_0.109-0_amd64.deb + ├── ubuntu24.04-postgresql-18-documentdb_0.109-0_arm64.deb + # Example RPM packages (version 0.109.0-1) - x86_64 and aarch64 + ├── rhel8-postgresql16-documentdb-0.109.0-1.el8.x86_64.rpm + ├── rhel8-postgresql16-documentdb-0.109.0-1.el8.aarch64.rpm + ├── rhel9-postgresql18-documentdb-0.109.0-1.el9.x86_64.rpm + └── rhel9-postgresql18-documentdb-0.109.0-1.el9.aarch64.rpm ``` ## Direct Downloads @@ -278,15 +272,15 @@ https://documentdb.io/ ## Package Naming Convention ### DEB Packages -- Format: `postgresql-{PG_VERSION}-documentdb_{DOCUMENTDB_VERSION}_arch.deb` -- Example: `postgresql-16-documentdb_0.107-0_amd64.deb` -- Debug symbols: `postgresql-{PG_VERSION}-documentdb-dbgsym_{DOCUMENTDB_VERSION}_arch.deb` +- Format: `{distribution}-postgresql-{PG_VERSION}-documentdb_{DOCUMENTDB_VERSION}_arch.deb` +- Example: `ubuntu22.04-postgresql-16-documentdb_0.109-0_amd64.deb` +- Debug symbols: `{distribution}-postgresql-{PG_VERSION}-documentdb-dbgsym_{DOCUMENTDB_VERSION}_arch.deb` ### RPM Packages -- Format: `postgresql{PG_VERSION}-documentdb-{DOCUMENTDB_VERSION}.el{RHEL_VERSION}.arch.rpm` -- Example: `postgresql16-documentdb-0.107.0-1.el9.x86_64.rpm` +- Format: `rhel{RHEL_VERSION}-postgresql{PG_VERSION}-documentdb-{DOCUMENTDB_VERSION}-1.el{RHEL_VERSION}.arch.rpm` +- Example: `rhel9-postgresql16-documentdb-0.109.0-1.el9.x86_64.rpm` ## Release Information The repository includes a `release-info.json` file with metadata about available packages: -- https://documentdb.io/packages/release-info.json \ No newline at end of file +- https://documentdb.io/packages/release-info.json diff --git a/app/packages/page.tsx b/app/packages/page.tsx index 92d04d7..ad02500 100644 --- a/app/packages/page.tsx +++ b/app/packages/page.tsx @@ -156,12 +156,12 @@ export default function PackagesPage() {
# Example: Direct .deb installation
- wget https://documentdb.io/packages/ubuntu22.04-postgresql-16-documentdb_0.107-0_amd64.deb
- sudo dpkg -i ubuntu22.04-postgresql-16-documentdb_0.107-0_amd64.deb
+ wget https://documentdb.io/packages/ubuntu22.04-postgresql-16-documentdb_0.109-0_amd64.deb
+ sudo dpkg -i ubuntu22.04-postgresql-16-documentdb_0.109-0_amd64.deb

# Example: Direct .rpm installation
- wget https://documentdb.io/packages/rhel8-postgresql16-documentdb-0.107.0-1.el8.x86_64.rpm
- sudo rpm -i rhel8-postgresql16-documentdb-0.107.0-1.el8.x86_64.rpm + wget https://documentdb.io/packages/rhel8-postgresql16-documentdb-0.109.0-1.el8.x86_64.rpm
+ sudo rpm -i rhel8-postgresql16-documentdb-0.109.0-1.el8.x86_64.rpm
@@ -183,9 +183,9 @@ export default function PackagesPage() { Debian 11/12, Ubuntu 22.04/24.04 @@ -202,6 +202,7 @@ export default function PackagesPage() {