Skip to content

Commit

Permalink
Changelog 2024-06-18 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg authored Jun 18, 2024
1 parent ac582a6 commit 2f08ed8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
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.

0 comments on commit 2f08ed8

Please sign in to comment.