Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog 2024-02-06 #28

Merged
merged 5 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions 2024-02-06.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
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](images/search-headings.png)

- 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](images/csv-error-tooltip.png)

- 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](https://github.com/xataio/examples/tree/main/apps/sample-nextjs-upload-file) was added to our examples repository.


tsg marked this conversation as resolved.
Show resolved Hide resolved
### Blog posts

- [How to perform Postgres schema changes in production with zero downtime](https://xata.io/blog/zero-downtime-schema-migrations-postgresql) - This contains a recording and summary of the workshop we did about schema changes in Postgres with zero downtime. If you missed the workshop, you can still watch the recording!
- [Announcing the winners of the Holiday Hackathon](https://xata.io/blog/holiday-hackathon-challenge-winners) - Congrats to all winners! 🎉🎉🎉
Binary file added images/csv-error-tooltip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/search-headings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading