2024-09-26: Improvements for local env, Deployment fix
This release fixes a recent regression in "azd up" for App Service. Please pull the azure.yaml from this release if you recently pulled down this repo and are having issues with deployment.
This release also introduces a large change to how the local scripts and server bring in configuration values from the azd deployment. Previously, the scripts would actually set the current azd environment variables in the shell environment, but that occasionally led to problems when trying to switch between azd environments. Now, all code uses the python-dotenv package to dynamically load in the current azd's environment variables, so you should be able to cleanly switch between azd environments as needed.
What's Changed
- azure.yaml improvements: remoteBuild option, prepackage for App Service by @pamelafox in #1993
- Bump rollup from 3.29.4 to 3.29.5 in /app/frontend by @dependabot in #1994
- Refactor scripts to avoid anti-patterns, redundancy by @pamelafox in #1986
- Bump dompurify and @types/dompurify in /app/frontend by @dependabot in #1983
- Bump cryptography from 43.0.0 to 43.0.1 in /app/backend by @dependabot in #1967
- Changes for easier working with local models by @pamelafox in #1992
Full Changelog: 2024-09-19...2024-09-26