Document the v0.116-0 package layout - #67
Merged
guanzhousongmicrosoft merged 1 commit intoAug 24, 2026
Merged
Conversation
The pre-built packages page still described v0.114-0: the release link and date, the feature summary, the package matrix, the example filenames, the install commands, and the GHCR tag list (which named pg15/16/17 and said `latest` aliases `pg17-0.114.0`). v0.116-0 also changed the shape of a release, so the page's central claim -- that a release publishes one extension package per PostgreSQL major -- was no longer true. Describe what a release now contains: the five packages and their roles, the two version grammars, and the Tier-1 matrix (Ubuntu 24.04 and RHEL-compatible 9 on PostgreSQL 17 and 18), with a pointer to the package repository for the distributions this release did not build. Give install commands that work. The packages depend on each other, so installing the meta package alone fails with an unmet `documentdb-18` dependency; the commands now pass the whole per-platform set at once. Add the setup wizard and connect steps, since installing the packages no longer leaves you one step from an endpoint, and note that the gateway binds all interfaces by default while the connect example says 127.0.0.1. Also correct two claims elsewhere that v0.116-0 invalidated: the gateway service IS now published as a release asset, and functions.md described v0.114-0 as "the current release". Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8df9084a-ccaf-432c-b015-2ccd8893a9d8 Signed-off-by: Guanzhou Song <guanzhousong@microsoft.com>
Contributor
Author
Important context discovered while validating thisdocumentdb.io does not render this page. The website deliberately supersedes it:
So on the site this content is replaced by an in-repo guide. Verified live: This PR is therefore still worth merging, but for the repository — not the website. It keeps Two follow-ups for whoever owns the site (not addressed here):
|
guanzhousongmicrosoft
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
getting-started/prebuilt-packages.mdstill described v0.114-0 throughout: the release link and date, the feature summary, the package matrix, the example filenames, the install commands, and the GHCR tag list — which namedpg15/16/17and saidlatestaliasespg17-0.114.0.v0.116-0 also changed the shape of a release, so the page's central claim — that a release publishes one extension package per PostgreSQL major — stopped being true.
Changes
getting-started/prebuilt-packages.md0.116-0for the extension, RPM renders everything as0.116.0).documentdb-18dependency. The commands now pass the whole per-platform set at once.documentdb-setupplusmongosh— since installing the packages no longer leaves you one step from an endpoint. Includes that the wizard prompts for a password.127.0.0.1.pg18-0.116.0, andlatestnow aliasespg17-0.116.0. Verified all five tags exist.SHA256SUMS.postgres-api/configuration.md— corrected a claim v0.116-0 invalidated: the packaged gateway service (systemd unit +gateway.env) is now published as a release asset. Also notes thatdocumentdb-setuprebuilds the managed block ingateway.envon re-run.postgres-api/functions.md— described v0.114-0 as "the current release"; it is now v0.116-0. Reworded to say the page has not yet been revised, rather than silently misstating which release is current.Verification
navigation.ymllink are unchanged, so the page keeps its slug and nav entry.docker manifest inspect:pg15/16/17/18-0.116.0andlatestall exist.Related
/packagespage and Linux Packages Quick Start are updated in a companion PR.