From 987a14f1eb1e71419e4493000f316e0dd84f28f9 Mon Sep 17 00:00:00 2001 From: naisila Date: Sat, 18 Jan 2025 00:17:13 +0300 Subject: [PATCH] Changelog entries for 13.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c85bcdf..47228e933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +### citus v13.0.0 (January 17, 2025) ### + +* Adds support for PostgreSQL 17.2 (#7699, #7661) + +* Propagates MERGE ... WHEN NOT MATCHED BY SOURCE (#7807) + +* Adds JSON_TABLE() support in distributed queries (#7816) + +* Propagates MEMORY and SERIALIZE options of EXPLAIN (#7802) + +* Allows specifying an access method for distributed partitioned tables (#7818) + +* Adds support for exclusion constraints on distributed partitioned tables (#7733) + +* Adds support for identity columns in distributed partitioned tables (#7785) + +* Propagates SECURITY LABEL ON ROLE stmt (#7304) + +* Allows configuring sslnegotiation using citus.node_conn_info (#7821) + +* Adds devcontainer support (#7739) + ### citus v12.1.6 (Nov 14, 2024) ### * Propagates `SECURITY LABEL .. ON ROLE` statements (#7304)