Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for 09.24 #43

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions 2024-09-24.mdx
Original file line number Diff line number Diff line change
@@ -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).
Loading