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 2024-06-18 #38

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
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
28 changes: 28 additions & 0 deletions 2024-06-18.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
date: 6-18-2024
---

### What's new with Xata

**Dedicated clusters improvements**

- Added support for terminating clusters via the UI.

![Terminate cluster](/images/terminate-cluster-ui.png)

**Postgres compatibility improvements**

- Added support for `NOTIFY`, `LISTEN`, and `UNLISTEN` commands.
- Added partial support for pl/pgsql `DO` blocks.
- Added support for most of the [binary string functions](https://www.postgresql.org/docs/current/functions-binarystring.html).
- Allow users to set the identity columns for a table after the table was created.
- Better support for comments on columns.
- Added support for connection-time parameters. This is deprecated but still in-use, for example, in `psycopg2`.
- Added support for renaming constraints.

**Blog Posts**

- [Guide to developing a travel application: Xata, Next.js, Tailwind CSS, & Vercel](https://xata.io/blog/travel-application-development-guide)\
Learn how to create a travel dashboard application using Xata, Next.js, Tailwind CSS, and Vercel to help you track your adventures and organize your travel experiences. Blog post by community member Teri Eyenike.
- [Simplifying critical heart transplant waitlist data with Xata](https://xata.io/blog/community-spotlight-heart-transplant-tracker)\
A community spotlight featuring Daniel Reale a QA engineer who used Xata to create an application for personally tracking his son's position on the Philadelphia heart transplant waitlist.
Binary file added images/terminate-cluster-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading