diff --git a/2024-03-22.mdx b/2024-03-22.mdx new file mode 100644 index 0000000..876c9a7 --- /dev/null +++ b/2024-03-22.mdx @@ -0,0 +1,16 @@ +--- +date: 3-25-2024 +--- + +### Launch week: Unleash the Elephant 🚀🐘 + +Here is what we announced each day: + +- Day 1: Xata as a serverless Postgres platform, currently in beta. You can now connect over the Postgres wire protocol and use Prisma, Drizzle, Django, Rails or anything else that supports Postgres. +- Day 2: pgroll is now integrated into Xata, opening the door for painless, zero-downtime, reversible schema migrations +- Day 3: Usage monitoring. Get analytics for your database. Also updates to our Prisma and Drizzle integrations. +- Day 4: pgzx, open source project for building Postgres extensions with Zig. +- Day 5: Dedicated clusters, currently in private alpha, they offer better isolation, security, and cost efficiency at scale. +- Day 6: Xata website refresh. We've updated our website to reflect the new features and offerings. + +You can find links to all of the announcement blog posts on the [Launch week page](/launch-week-unleash-the-elephant). \ No newline at end of file diff --git a/2024-04-08.mdx b/2024-04-08.mdx new file mode 100644 index 0000000..1dcec31 --- /dev/null +++ b/2024-04-08.mdx @@ -0,0 +1,22 @@ +--- +date: 4-8-2024 +--- + +### What's new + +- Added Prisma ORM sample code snippets to the drawer, automatically matching your project and the current view in the table. + + ![Prisma code snippets](images/prisma-code-snippet.png) + +- SQL-compatibility improvements over the wire protocol: + - Allowed more SQL functions to be executed over the wire protocol, including `get_random_uuid`, `pg_try_advisory_lock`, `pg_describe_object`, and `pg_stat_get_numscans`. + - Added support for `CREATE SEQUENCE` and sequence functions. + - Added support for creating views. + - Added support for `INSERT FROM SELECT` statements. + - Added support for `CREATE TYPE`. + - Better support for identity columns. +- UI: Left side nav is now sticky on long pages. +- UI: Improvements for the mobile navigation. +- Usage monitoring: Fix storage metric collection for columns of type File that were using mixed case. +- Dedicated clusters Early Access Program: various fixes. +- Website: Added the ability to filter blog posts by authors and tags. For example see this [filtered query](/blog?author=Alexis%20Rico&tags=serverless,ai). \ No newline at end of file diff --git a/images/prisma-code-snippet.png b/images/prisma-code-snippet.png new file mode 100644 index 0000000..a489c1e Binary files /dev/null and b/images/prisma-code-snippet.png differ