From 784db2348c78477e6c1fe88f9a41bb2e82de6ca5 Mon Sep 17 00:00:00 2001 From: Tudor Golubenco Date: Tue, 24 Sep 2024 22:10:43 +0200 Subject: [PATCH] Changelog for 09.24 --- 2024-09-24.mdx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 2024-09-24.mdx diff --git a/2024-09-24.mdx b/2024-09-24.mdx new file mode 100644 index 0000000..33dd101 --- /dev/null +++ b/2024-09-24.mdx @@ -0,0 +1,24 @@ +--- +date: 9-24-2024 +--- + +### What's new with Xata + +- Postgres enabled databases are now the default in the UI. +- Multiple improvements to table from the Queries pages. +- The Tables menu item is now a link to the Schema editor. +- Significant speed improvement for many pg catalog operations on the shared clusters (e.g. listing tables). +- Added support for running EXPLAIN statements in shared clusters. +- VACUUM commands are now allowed on dedicated clusters. +- Added support for creating custom operators. +- Allow more LIMIT expressions. +- Allow MERGE statements. +- Fixed Xata CLI import of CSV files in an existing table. +- Protocol level fix improving compatibility with different tools (PortalSuspended). +- Fixes for the UI sometimes not refreshing after schema changes and other conditions. + +### What's new in pgstream + +- Improved support for Elasticsearch replication, by separating the OpenSearch and Elasticsearch clients. [#66](https://github.com/xataio/pgstream/pull/66). +- Improved instrumentation, by adding support for traces and extending the instrumentation coverage. [#69](https://github.com/xataio/pgstream/pull/69). +- Use the same kafka reader for fetching and committing messages. [#65](https://github.com/xataio/pgstream/pull/65).