Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2.88 KB

2024-01-23.mdx

File metadata and controls

42 lines (32 loc) · 2.88 KB
date
1-23-2024

What's new

  • File uploads from the browser! This was a highly requested feature for file attachments. The way it works is that you can create a new record without passing the file, you get back an uploadUrl that is safe to pass to the browser, then you upload the file to that URL. For more details, see the documentation for Upload URLs. This example demonstrate doing files uploads directly from the browser, in a sample Next.js application.

  • We've shipped a new onboarding workflow for creating and connecting to databases. The new workflow asks a few questions and then displays instructions that fit with your particular case.

    Xata onboarding workflow

  • Cloudflare launched a database integration for Xata. Please see the docs here, and there's also a demo on Cloudflare TV.

  • Lots of tables? You're going to enjoy this quality of life improvement where you get a search box on top of the list of tables.

  • The branch selector in the UI now accepts hundreds or thousands of branches, for our dear heavy-branch users.
  • The workspace invite emails got a facelift with our updated branding.
  • Made it possible to query Xata metadata columns when using the Drizzle integration.
  • Fixes for using transaction via the TypeScript SDK.
  • Added a “Back to Workspace” button when you are on Account settings. Makes it easier to well, get back to the workspace.
  • Fixed indexing in the search engine for the JSON type values.
  • Fixed replication errors in some corner cases.
  • Fixed the support for some SQL queries that are using sub-queries.
  • Fixed a couple of typos in the OpenAPI spec, because attention to details matters.

Workshop

Blog posts