Skip to content

Commit b651f09

Browse files
authored
Merge pull request #220658 from jonels-msft/cdbpg-release-notes
Place for release notes
2 parents b6089b6 + 9a4b493 commit b651f09

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

articles/cosmos-db/postgresql/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
items:
55
- name: What is Azure Cosmos DB for PostgreSQL?
66
href: introduction.md
7+
- name: Product updates
8+
href: product-updates.md
79
- name: Quickstart
810
items:
911
- name: Create cluster
@@ -207,8 +209,6 @@
207209
href: howto-useful-diagnostic-queries.md
208210
- name: Reference
209211
items:
210-
- name: Product updates
211-
href: product-updates.md
212212
- name: PostgreSQL versions
213213
href: reference-versions.md
214214
- name: PostgreSQL extensions

articles/cosmos-db/postgresql/product-updates.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,36 @@ ms.custom: mvc
77
ms.service: cosmos-db
88
ms.subservice: postgresql
99
ms.topic: conceptual
10-
ms.date: 09/27/2022
10+
ms.date: 12/06/2022
1111
---
1212

1313
# Product updates for Azure Cosmos DB for PostgreSQL
1414

1515
[!INCLUDE [PostgreSQL](../includes/appliesto-postgresql.md)]
1616

17-
## Updates feed
17+
## Release notes
1818

19-
The Microsoft Azure website lists newly available features per product, plus
20-
features in preview and development. Check the [Azure Cosmos DB for PostgreSQL
21-
updates](https://azure.microsoft.com/updates/?category=databases&query=%22Cosmos%20DB%20for%20PostgreSQL%22)
22-
section for the latest. An RSS feed is also available on that page.
19+
Azure Cosmos DB for PostgreSQL gets updated regularly.
20+
21+
Updates that don’t directly affect the internals of a cluster are rolled out gradually to [all supported regions](resources-regions.md). Once such an update is rolled out to a region, it's available immediately on all new and existing Azure Cosmos DB for PostgreSQL clusters in that region.
22+
23+
Updates that change cluster internals, such as installing a [new minor PostgreSQL version](https://www.postgresql.org/developer/roadmap/), are delivered to existing clusters as part of the next [scheduled maintenance](concepts-maintenance.md) event. Such updates are available immediately to newly created clusters.
24+
25+
### November 2022
26+
27+
* General availability: [Cross-region cluster read replicas](concepts-read-replicas.md) for improved read scalability and cross-region disaster recovery (DR).
28+
* General availability: [Latest minor PostgreSQL version updates](reference-versions.md#postgresql-versions) (11.18, 12.13, 13.9, 14.6, and 15.1) are now available in all supported regions.
29+
30+
### October 2022
31+
32+
* General availability: [Azure Cosmos DB for PostgreSQL, formerly known as Hyperscale (Citus), is now generally available](https://devblogs.microsoft.com/cosmosdb/distributed-postgresql-comes-to-azure-cosmos-db/).
33+
* See all previous product updates under the Hyperscale (Citus) name [here](https://azure.microsoft.com/updates/?query=Hyperscale%20%28Citus%29).
34+
* General availability: [PostgreSQL 15](https://www.postgresql.org/docs/release/15.0/) support.
35+
* See all supported PostgreSQL versions [here](reference-versions.md#postgresql-versions).
36+
* [Upgrade to PostgreSQL 15](howto-upgrade.md)
37+
* General availability: [Citus 11.1 with new features and PostgreSQL 15 in Citus](https://www.postgresql.org/about/news/announcing-citus-111-open-source-release-2511/).
38+
* Free trial: Now Azure Cosmos DB for PostgreSQL is a part of the [Azure Cosmos DB 30-day free trial](https://cosmos.azure.com/try/).
39+
* Preview: Product Quick start in Azure portal with hands-on tutorials and embedded psql shell.
2340

2441
## Features in preview
2542

@@ -31,12 +48,7 @@ might have constrained capabilities. For more information, see
3148
[Supplemental Terms of Use for Microsoft Azure
3249
Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
3350

34-
Here are the features currently available for preview:
35-
36-
* **[pgAudit](concepts-audit.md)**. Provides detailed
37-
session and object audit logging via the standard PostgreSQL
38-
logging facility. It produces audit logs required to pass
39-
certain government, financial, or ISO certification audits.
51+
There are no features currently available for preview.
4052

4153
## Contact us
4254

0 commit comments

Comments
 (0)