You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a breaking change if you are deploying your own Azure functions alongside the Static Web App (`apiDir`) - see [the release notes](https://github.com/geoffrich/svelte-adapter-azure-swa/releases/tag/v0.21.0) for a migration guide.
5
6
6
7
### Features
7
8
8
9
* switch to Azure Functions v4 ([#177](https://www.github.com/geoffrich/svelte-adapter-azure-swa/issues/177)) ([96e6067](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/96e6067c50926c8328a5f78969ce74c304aaba75))
9
10
10
-
## [Unreleased]
11
-
12
-
### Features
13
-
14
-
***Breaking:** switch to Azure Functions v4:
15
-
* the function path has changed from `/api/__render` to `/api/sk_render` (v4 does not allow routes starting with underscores)
16
-
* see also [Migrate to version 4 of the Node.js programming model for Azure Functions](https://learn.microsoft.com/en-us/azure/azure-functions/functions-node-upgrade-v4) from the Azure docs
0 commit comments