Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.74 KB

2024-02-06.mdx

File metadata and controls

26 lines (17 loc) · 1.74 KB
date
2-6-2024

What's new

  • We improved the website search experience, which itself uses Xata's full-text search features. Search results now additionally match against headers within documents, which should make functions and other deeper content easier to find. Please let us know if you have any feedback or if particular search terms don't seem to work as expected.

    Improved docs search

  • Speaking of search, we have also improved the docs for our search functionality: https://xata.io/docs/sdk/search

  • Improved CSV import error reporting in the UI by showing tooltips above the column names that have errors.

    CSV error tooltips

  • Small fix to the focus state of the Github connect button on the database cards. Previously the opacity wasn't being switched.

  • Fixed default TTL for the signed URLs created for file attachments when updated via partial update.

  • Fixed some broken links in the OpenAPI spec documentation.

  • For another public website improvement, you can now subscribe to RSS feeds for particular categories of our blog.

  • A new example for uploading files using Next.js was added to our examples repository.

Blog posts