Skip to content

Commit

Permalink
Added entry for today + one for the launch week (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg authored Apr 8, 2024
1 parent 9b23d12 commit cada939
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 2024-03-22.mdx
Original file line number Diff line number Diff line change
@@ -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).
22 changes: 22 additions & 0 deletions 2024-04-08.mdx
Original file line number Diff line number Diff line change
@@ -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).
Binary file added images/prisma-code-snippet.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 cada939

Please sign in to comment.