diff --git a/2024-03-04.mdx b/2024-03-04.mdx new file mode 100644 index 0000000..48ad17f --- /dev/null +++ b/2024-03-04.mdx @@ -0,0 +1,13 @@ +--- +date: 3-4-2024 +--- + +### What's new + +- We have added a way to disable search on your database. The reason you would want to do that is cost: if you don't need any of the search functionality (search, aggregation, vector search), you don't need to pay the storage costs in Elasticsearch. You can find the toggle in the database settings. Don't worry though, search is still included in the free tier and enabled by default. + + ![Search toggle in database settings](images/search_toggle.png) + +- In preparation for our launch week (shhh! it's coming soon) we have re-structured our docs to make it easier to find what you're looking for. Please let us know if you have any feedback! Also quick reminder: the search bar in the docs works really well (because it's basd on Xata). +- We've also added "beta" and "alpha" tags to features that are not yet generally available. We define "alpha" as "available to a select group of users" and "beta" as "available to all customers, but not yet stable". +- Updated the error messages when trying to use the SDK directly from the browser to point to a particular docs URL. diff --git a/images/search_toggle.png b/images/search_toggle.png new file mode 100644 index 0000000..be4f567 Binary files /dev/null and b/images/search_toggle.png differ