2024-08-20: Default search service SKU to basic
The significant change in this release is that the infrastructure now defaults to the basic tier. This reduces the costs for new developers experimenting with this repo. However, if you pull the changes into an existing deployment with the standard tier, you'll get an error when it tries to provision the search service. You should explicitly set the search service SKU with this command first:
azd env set AZURE_SEARCH_SERVICE_SKU standard
This release also includes a few bug fixes.
What's Changed
- Better handling of auth errors by @pamelafox in #1879
- Prevent IME-related accidental message submission on Enter key press by @KanchiShimono in #1908
- Bump @fluentui/react-components from 9.37.3 to 9.54.13 in /app/frontend by @dependabot in #1918
- Bump aiohttp from 3.10.1 to 3.10.2 in /app/backend by @dependabot in #1921
- Reduce cost by defaulting to basic tier of search service by @pamelafox in #1925
New Contributors
- @KanchiShimono made their first contribution in #1908
Full Changelog: 2024-08-08...2024-08-20