You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The pgAudit extension in Azure Cosmos DB for PostgreSQL is currently in preview. This
18
-
> preview version is provided without a service level agreement, and it's not
19
-
> recommended for production workloads. Certain features might not be supported
20
-
> or might have constrained capabilities.
21
-
>
22
-
> You can see a complete list of other new features in [preview features](product-updates.md).
23
-
24
16
Audit logging of database activities in Azure Cosmos DB for PostgreSQL is available through the PostgreSQL Audit extension: [pgAudit](https://www.pgaudit.org/). pgAudit provides detailed session or object audit logging.
25
17
26
18
If you want Azure resource-level logs for operations like compute and storage scaling, see the [Azure Activity Log](../../azure-monitor/essentials/platform-logs-overview.md).
# Product updates for Azure Cosmos DB for PostgreSQL
@@ -22,13 +22,24 @@ Updates that don’t directly affect the internals of a cluster are rolled out g
22
22
23
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
24
25
-
### September 2023
25
+
### October 2023
26
+
* General availability: Azure SDKs are now generally available for all Azure Cosmos DB for PostgreSQL management operations supported in REST APIs.
* General availability: Azure CLI is now available for all Azure Cosmos DB for PostgreSQL management operations supported in REST APIs.
33
+
* See [details](/cli/azure/cosmosdb/postgres).
34
+
* General availability: Audit logging of database activities in Azure Cosmos DB for PostgreSQL is available through the PostgreSQL pgAudit extension.
35
+
* See [details](./how-to-enable-audit.md).
26
36
37
+
### September 2023
27
38
* General availability: [PostgreSQL 16](https://www.postgresql.org/docs/release/16.0/) support.
28
39
* See all supported PostgreSQL versions [here](./reference-versions.md#postgresql-versions).
29
40
* [Upgrade to PostgreSQL 16](./howto-upgrade.md)
30
41
* General availability: [Citus 12.1 with new features and PostgreSQL 16 support](https://www.citusdata.com/updates/v12-1).
31
-
* General availability: Data Encryption at rest using [Customer Managed Keys](./concepts-customer-managed-keys.md) is now supported for all available regions.
42
+
* General availability: Data encryption at rest using [Customer Managed Keys](./concepts-customer-managed-keys.md) (CMK) is now supported for all available regions.
32
43
* See [this guide](./how-to-customer-managed-keys.md) for the steps to enable data encryption using customer managed keys.
33
44
* Preview: Geo-redundant backup and restore
34
45
* Learn more about [backup and restore Azure Cosmos DB for PostgreSQL](./concepts-backup.md)
0 commit comments