Skip to content

Commit

Permalink
Changelog 2024-02-06 (#28)
Browse files Browse the repository at this point in the history
* Changlog 2024-02-06

* Oops, fixed date

* Update 2024-02-06.mdx

Co-authored-by: Dave Snider <[email protected]>

* Update 2024-02-06.mdx

Co-authored-by: Dave Snider <[email protected]>

* Added note about new docs for search

---------

Co-authored-by: Dave Snider <[email protected]>
  • Loading branch information
tsg and snide authored Feb 6, 2024
1 parent 1e5e043 commit fe51e90
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
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.


### 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.

0 comments on commit fe51e90

Please sign in to comment.