-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added entry for today + one for the launch week (#32)
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.