# @sveltejs/adapter-netlify ## 5.2.4 ### Patch Changes - chore: update "homepage" field in package.json ([#14579](https://github.com/sveltejs/kit/pull/14579)) ## 5.2.3 ### Patch Changes - fix: improve the error message when `read(...)` fails from an edge function ([#14306](https://github.com/sveltejs/kit/pull/14306)) ## 5.2.2 ### Patch Changes - fix: include remote functions when deploying to Netlify edge functions ([#14214](https://github.com/sveltejs/kit/pull/14214)) - Updated dependencies [[`c8f7ac3`](https://github.com/sveltejs/kit/commit/c8f7ac38e9ae1763e7880a29b7f7df01df964a6d), [`107f767`](https://github.com/sveltejs/kit/commit/107f767e3a1a54187527defb29dce753c4f5fa3f)]: - @sveltejs/kit@2.33.1 ## 5.2.1 ### Patch Changes - fix: avoid erroring on builder properties that only exist on the latest version of SvelteKit ([#14233](https://github.com/sveltejs/kit/pull/14233)) - Updated dependencies [[`f2db41c`](https://github.com/sveltejs/kit/commit/f2db41c0d3a0aefbb080ab6a9aa5822b3e41625c)]: - @sveltejs/kit@2.31.1 ## 5.2.0 ### Minor Changes - feat: add `instrumentation.server.ts` for tracing and observability setup ([#13899](https://github.com/sveltejs/kit/pull/13899)) ### Patch Changes - Updated dependencies [[`f635678`](https://github.com/sveltejs/kit/commit/f63567812505597b1edc3e01010eca622b03b126), [`f635678`](https://github.com/sveltejs/kit/commit/f63567812505597b1edc3e01010eca622b03b126)]: - @sveltejs/kit@2.31.0 ## 5.1.1 ### Patch Changes - chore: add `.git` to the end of `package.json` repository url ([#14134](https://github.com/sveltejs/kit/pull/14134)) - Updated dependencies [[`c968aef`](https://github.com/sveltejs/kit/commit/c968aef5727f978244d5160657b4a7ac651384ae)]: - @sveltejs/kit@2.27.3 ## 5.1.0 ### Minor Changes - feat: add support for `read` imported from `$app/server` in edge functions ([#13859](https://github.com/sveltejs/kit/pull/13859)) ### Patch Changes - Updated dependencies [[`e5ce8bb`](https://github.com/sveltejs/kit/commit/e5ce8bb42ea020b88bd0a4ff18dc600745657541), [`cf88369`](https://github.com/sveltejs/kit/commit/cf883692fa0e163cff6b1a2f9b17a568af14124d)]: - @sveltejs/kit@2.25.0 ## 5.0.2 ### Patch Changes - chore(deps): upgrade to esbuild 0.25.4 ([#13770](https://github.com/sveltejs/kit/pull/13770)) ## 5.0.1 ### Patch Changes - chore(deps): upgrade esbuild to 0.25.2 ([#13716](https://github.com/sveltejs/kit/pull/13716)) - Updated dependencies [[`c51fb554416e0c4a21655c1d79e834f69743d1d5`](https://github.com/sveltejs/kit/commit/c51fb554416e0c4a21655c1d79e834f69743d1d5)]: - @sveltejs/kit@2.20.8 ## 5.0.0 ### Major Changes - fix: error if the `_headers` and `_redirects` files are in the `/static` directory instead of the project root ([#13227](https://github.com/sveltejs/kit/pull/13227)) ## 4.4.2 ### Patch Changes - fix: correctly import manifest on Windows machines ([#13495](https://github.com/sveltejs/kit/pull/13495)) - Updated dependencies [[`28cf64589a331ea4770c0883216c5e16d1de7496`](https://github.com/sveltejs/kit/commit/28cf64589a331ea4770c0883216c5e16d1de7496), [`ef1e8047225e7a79c6d121d8ed1a571e5ea44f08`](https://github.com/sveltejs/kit/commit/ef1e8047225e7a79c6d121d8ed1a571e5ea44f08), [`2e6527b92875976b79cc00e7b75ee0ad8b69a239`](https://github.com/sveltejs/kit/commit/2e6527b92875976b79cc00e7b75ee0ad8b69a239), [`0c0172e1463218fe63a67c587173bb3065a53c49`](https://github.com/sveltejs/kit/commit/0c0172e1463218fe63a67c587173bb3065a53c49)]: - @sveltejs/kit@2.17.3 ## 4.4.1 ### Patch Changes - fix: avoid unnecessary Netlify edge function invocations for static files, which resolves a conflict between Netlify Edge Functions and Netlify Identity ([#12052](https://github.com/sveltejs/kit/pull/12052)) ## 4.4.0 ### Minor Changes - chore: upgrade esbuild to 0.24.0 ([#12270](https://github.com/sveltejs/kit/pull/12270)) ### Patch Changes - Updated dependencies [[`d030f4bb285e70844d09b3f0c87809bae43014b8`](https://github.com/sveltejs/kit/commit/d030f4bb285e70844d09b3f0c87809bae43014b8), [`67dd214863cbc5852eb0e8512efbb7bad5358e8a`](https://github.com/sveltejs/kit/commit/67dd214863cbc5852eb0e8512efbb7bad5358e8a)]: - @sveltejs/kit@2.9.0 ## 4.3.6 ### Patch Changes - docs: update URLs for new svelte.dev site ([#12857](https://github.com/sveltejs/kit/pull/12857)) - Updated dependencies [[`dcbe4222a194c5f90cfc0fc020cf065f7a4e4c46`](https://github.com/sveltejs/kit/commit/dcbe4222a194c5f90cfc0fc020cf065f7a4e4c46), [`4cdbf76fbbf0c0ce7f574ef69c8daddcf954d39d`](https://github.com/sveltejs/kit/commit/4cdbf76fbbf0c0ce7f574ef69c8daddcf954d39d), [`3a9b78f04786898ca93f6d4b75ab18d26bc45192`](https://github.com/sveltejs/kit/commit/3a9b78f04786898ca93f6d4b75ab18d26bc45192), [`723eb8b31e6a22c82f730c30e485386c8676b746`](https://github.com/sveltejs/kit/commit/723eb8b31e6a22c82f730c30e485386c8676b746), [`8ec471c875345b751344e67580ff1b772ef2735b`](https://github.com/sveltejs/kit/commit/8ec471c875345b751344e67580ff1b772ef2735b)]: - @sveltejs/kit@2.7.3 ## 4.3.5 ### Patch Changes - fix: correctly handle relative paths when fetching assets on the server ([#12113](https://github.com/sveltejs/kit/pull/12113)) - Updated dependencies [[`df48fc6ede3859beabaae9fd7c6f722215bb8a42`](https://github.com/sveltejs/kit/commit/df48fc6ede3859beabaae9fd7c6f722215bb8a42), [`5780deba8e3ebd0e2b0abea029068ad0c6daf6ad`](https://github.com/sveltejs/kit/commit/5780deba8e3ebd0e2b0abea029068ad0c6daf6ad), [`6f9aefdb8699fc126d76a88471602cb9a80822eb`](https://github.com/sveltejs/kit/commit/6f9aefdb8699fc126d76a88471602cb9a80822eb), [`8aa95b4b3431e79f62f580abdcdcb157b4de86cd`](https://github.com/sveltejs/kit/commit/8aa95b4b3431e79f62f580abdcdcb157b4de86cd)]: - @sveltejs/kit@2.7.0 ## 4.3.4 ### Patch Changes - fix: import `node:process` instead of using globals ([#12641](https://github.com/sveltejs/kit/pull/12641)) - Updated dependencies [[`e798ef718f163bed4f93e1918bd8294f765376ad`](https://github.com/sveltejs/kit/commit/e798ef718f163bed4f93e1918bd8294f765376ad)]: - @sveltejs/kit@2.5.28 ## 4.3.3 ### Patch Changes - chore: configure provenance in a simpler manner ([#12570](https://github.com/sveltejs/kit/pull/12570)) - Updated dependencies [[`087a43d391fc38b8c008fb39a804dc6988974101`](https://github.com/sveltejs/kit/commit/087a43d391fc38b8c008fb39a804dc6988974101)]: - @sveltejs/kit@2.5.22 ## 4.3.2 ### Patch Changes - chore: package provenance ([#12567](https://github.com/sveltejs/kit/pull/12567)) - Updated dependencies [[`4930a8443caa53bcecee7b690cd28e429b1c8a20`](https://github.com/sveltejs/kit/commit/4930a8443caa53bcecee7b690cd28e429b1c8a20)]: - @sveltejs/kit@2.5.21 ## 4.3.1 ### Patch Changes - fix: copy `.eot`, `.otf`, `.ttf`, `.woff`, and `woff2` font files when bundling ([#12439](https://github.com/sveltejs/kit/pull/12439)) ## 4.3.0 ### Minor Changes - chore(deps): upgrade to esbuild 0.21 ([#12415](https://github.com/sveltejs/kit/pull/12415)) ### Patch Changes - Updated dependencies [[`84298477a014ec471839adf7a4448d91bc7949e4`](https://github.com/sveltejs/kit/commit/84298477a014ec471839adf7a4448d91bc7949e4), [`5645614f497931f587b7cb8b3c885fce892a6a72`](https://github.com/sveltejs/kit/commit/5645614f497931f587b7cb8b3c885fce892a6a72), [`84298477a014ec471839adf7a4448d91bc7949e4`](https://github.com/sveltejs/kit/commit/84298477a014ec471839adf7a4448d91bc7949e4)]: - @sveltejs/kit@2.5.18 ## 4.2.1 ### Patch Changes - chore: update to @rollup/plugin-commonjs@26 ([#12326](https://github.com/sveltejs/kit/pull/12326)) - chore: add keywords for discovery in npm search ([#12330](https://github.com/sveltejs/kit/pull/12330)) - Updated dependencies [[`25acb1d9fce998dccd8050b93cf4142c2b082611`](https://github.com/sveltejs/kit/commit/25acb1d9fce998dccd8050b93cf4142c2b082611), [`642c4a4aff4351b786fe6274aa2f0bf7d905faf9`](https://github.com/sveltejs/kit/commit/642c4a4aff4351b786fe6274aa2f0bf7d905faf9), [`0a0e9aa897123ebec50af08e9385b2ca4fc5bb28`](https://github.com/sveltejs/kit/commit/0a0e9aa897123ebec50af08e9385b2ca4fc5bb28)]: - @sveltejs/kit@2.5.11 ## 4.2.0 ### Minor Changes - chore(deps): upgrade esbuild ([#12118](https://github.com/sveltejs/kit/pull/12118)) ### Patch Changes - Updated dependencies [[`bbab296f6fcc05af6b999182798bcdedabbaa4c9`](https://github.com/sveltejs/kit/commit/bbab296f6fcc05af6b999182798bcdedabbaa4c9)]: - @sveltejs/kit@2.5.6 ## 4.1.0 ### Minor Changes - feat: allow Node.js built-in modules when targeting edge functions ([#11675](https://github.com/sveltejs/kit/pull/11675)) ### Patch Changes - Updated dependencies [[`36dc54ac740b8b4c6a2b904a1d0aadd8923a875c`](https://github.com/sveltejs/kit/commit/36dc54ac740b8b4c6a2b904a1d0aadd8923a875c), [`5dae3676b8cc6f8ee0def57340e6a6e591bafecd`](https://github.com/sveltejs/kit/commit/5dae3676b8cc6f8ee0def57340e6a6e591bafecd), [`ada595908b5501b8f4ac30c89c0d6314f364fde3`](https://github.com/sveltejs/kit/commit/ada595908b5501b8f4ac30c89c0d6314f364fde3), [`e228f8997840b89c6248e1c5df6f3108008a06be`](https://github.com/sveltejs/kit/commit/e228f8997840b89c6248e1c5df6f3108008a06be)]: - @sveltejs/kit@2.4.1 ## 4.0.0 ### Major Changes - breaking: update peer dependency on `@sveltejs/kit` ([#11649](https://github.com/sveltejs/kit/pull/11649)) ### Minor Changes - feat: support `read` from `$app/server` ([#11649](https://github.com/sveltejs/kit/pull/11649)) ### Patch Changes - Updated dependencies [[`288f731c8a5b20cadb9e219f9583f3f16bf8c7b8`](https://github.com/sveltejs/kit/commit/288f731c8a5b20cadb9e219f9583f3f16bf8c7b8)]: - @sveltejs/kit@2.4.0 ## 3.0.2 ### Patch Changes - chore: upgrade esbuild to 0.19.11 ([#11632](https://github.com/sveltejs/kit/pull/11632)) ## 3.0.1 ### Patch Changes - chore: update primary branch from master to main ([`47779436c5f6c4d50011d0ef8b2709a07c0fec5d`](https://github.com/sveltejs/kit/commit/47779436c5f6c4d50011d0ef8b2709a07c0fec5d)) - Updated dependencies [[`47779436c5f6c4d50011d0ef8b2709a07c0fec5d`](https://github.com/sveltejs/kit/commit/47779436c5f6c4d50011d0ef8b2709a07c0fec5d), [`16961e8cd3fa6a7f382153b1ff056bc2aae9b31b`](https://github.com/sveltejs/kit/commit/16961e8cd3fa6a7f382153b1ff056bc2aae9b31b), [`197e01f95652f511160f38b37b9da73a124ecd48`](https://github.com/sveltejs/kit/commit/197e01f95652f511160f38b37b9da73a124ecd48), [`102e4a5ae5b29624302163faf5a20c94a64a5b2c`](https://github.com/sveltejs/kit/commit/102e4a5ae5b29624302163faf5a20c94a64a5b2c), [`f8e3d8b9728c9f1ab63389342c31d7246b6f9db6`](https://github.com/sveltejs/kit/commit/f8e3d8b9728c9f1ab63389342c31d7246b6f9db6)]: - @sveltejs/kit@2.0.4 ## 3.0.0 ### Major Changes - breaking: require SvelteKit 2 ([#11316](https://github.com/sveltejs/kit/pull/11316)) - chore: upgrade esbuild ([#11122](https://github.com/sveltejs/kit/pull/11122)) ## 2.0.8 ### Patch Changes - chore: upgrade to esbuild 0.18.11 ([#10330](https://github.com/sveltejs/kit/pull/10330)) - Updated dependencies [[`23d1df702`](https://github.com/sveltejs/kit/commit/23d1df702f0fd77983040404352d8d83fd1dd8a1), [`486a971fe`](https://github.com/sveltejs/kit/commit/486a971fe7c375aae1585f1fa2505e28f86f4b8e)]: - @sveltejs/kit@1.22.2 ## 2.0.7 ### Patch Changes - chore: update all dependencies with minor version bumps ([#9761](https://github.com/sveltejs/kit/pull/9761)) ## 2.0.6 ### Patch Changes - docs: remove comment discourage direct use of adapters ([#9344](https://github.com/sveltejs/kit/pull/9344)) - Updated dependencies [[`b575287d`](https://github.com/sveltejs/kit/commit/b575287d063562868d7726f6451352aa43a63453), [`8114c658`](https://github.com/sveltejs/kit/commit/8114c658c0bc053198ff76704c002cfeb8225e2a), [`620f5605`](https://github.com/sveltejs/kit/commit/620f56058de0993e776c146db4c19fca97b9cb39), [`6a91e887`](https://github.com/sveltejs/kit/commit/6a91e887ee4c1bef8aabfafbf1ab6079113c2832), [`1c32723a`](https://github.com/sveltejs/kit/commit/1c32723a52beca0c5aa895b1114341da78d92eaf), [`0f863bbc`](https://github.com/sveltejs/kit/commit/0f863bbc957ab2ed37b04ebd839fc864b945034d), [`78b4a1bb`](https://github.com/sveltejs/kit/commit/78b4a1bb5e1ae11a894d70a0a28cc344ea0b1284), [`66b2f4ef`](https://github.com/sveltejs/kit/commit/66b2f4ef03a5dd60da2757edde4effcfdf3183cf), [`5dada256`](https://github.com/sveltejs/kit/commit/5dada256dc05674a18946f8f19db1f25ba91aeaf), [`a71b5e69`](https://github.com/sveltejs/kit/commit/a71b5e69ef37ce46e8e8590d537036cb7e267d51), [`daad7e48`](https://github.com/sveltejs/kit/commit/daad7e48b175245cbb7efd0e255263bfb52a5ee6), [`18d330b1`](https://github.com/sveltejs/kit/commit/18d330b16330d76c4b2991839c6b4462d5a4163f), [`18d7e81a`](https://github.com/sveltejs/kit/commit/18d7e81a9892e718c3cd07b2366a60f2e09561ab)]: - @sveltejs/kit@1.11.0 ## 2.0.5 ### Patch Changes - chore: support newest version of undici ([#9005](https://github.com/sveltejs/kit/pull/9005)) - Updated dependencies [[`6cdf54d1`](https://github.com/sveltejs/kit/commit/6cdf54d1f3561348d87f35ddc8330081919eb839)]: - @sveltejs/kit@1.7.1 ## 2.0.4 ### Patch Changes - fix: Root route data endpoint redirect when using split routes ([#9006](https://github.com/sveltejs/kit/pull/9006)) - Updated dependencies [[`74cfa8d5`](https://github.com/sveltejs/kit/commit/74cfa8d5f1f13f81759e20e90f4ff86a4f96040d), [`bfa2b6ec`](https://github.com/sveltejs/kit/commit/bfa2b6ec88a6d522d87c924d7c466c01e142e66e)]: - @sveltejs/kit@1.5.6 ## 2.0.3 ### Patch Changes - chore: simplify functions-internal cleanup ([#8953](https://github.com/sveltejs/kit/pull/8953)) - fix: correctly compare routes when generating split functions ([#8952](https://github.com/sveltejs/kit/pull/8952)) - Updated dependencies [[`0abb8ebf`](https://github.com/sveltejs/kit/commit/0abb8ebffc6121f81c2bbfa0a0f68866d4cc1627), [`bef54f63`](https://github.com/sveltejs/kit/commit/bef54f63d2315066d30e8f1bcf471ddf2bd72c35), [`51cd6e64`](https://github.com/sveltejs/kit/commit/51cd6e643178e3a113fc2c3e8a63755bcbfe902d), [`930c8e4e`](https://github.com/sveltejs/kit/commit/930c8e4ee2e3046ed1b622777dafa23029a19fe5), [`ee8066fc`](https://github.com/sveltejs/kit/commit/ee8066fcb29ed1e7e3ab513cabb7997e38c984f2), [`49d2ec62`](https://github.com/sveltejs/kit/commit/49d2ec62e6385694f11701bf2fa411d07449344c), [`eb943565`](https://github.com/sveltejs/kit/commit/eb943565a4324dbed3da5a581924ca91a24366de)]: - @sveltejs/kit@1.5.3 ## 2.0.2 ### Patch Changes - fix: preserve functions-internal folder so that auto-generated functions are not removed when ntl build is run ([#8899](https://github.com/sveltejs/kit/pull/8899)) - Updated dependencies [[`1960296d`](https://github.com/sveltejs/kit/commit/1960296da62fdd4ad8e8bb7286940b98fbe8db0f), [`1beb19cb`](https://github.com/sveltejs/kit/commit/1beb19cb487bd6d719048f0feedcb2fbee91a005), [`b915dfe9`](https://github.com/sveltejs/kit/commit/b915dfe9d16a930246a469c9aea8c1a84e5157ba), [`a402d50b`](https://github.com/sveltejs/kit/commit/a402d50b33eba2a937d09e635275c319061ce678)]: - @sveltejs/kit@1.5.1 ## 2.0.1 ### Patch Changes - chore: throw helpful migration error ([#8915](https://github.com/sveltejs/kit/pull/8915)) ## 2.0.0 ### Major Changes - breaking: bump `@sveltejs/kit` peer dependency ([#8740](https://github.com/sveltejs/kit/pull/8740)) ### Patch Changes - Updated dependencies [[`c7648f66`](https://github.com/sveltejs/kit/commit/c7648f6608a413e2654625cbd30f890d2148cf13), [`63613bf1`](https://github.com/sveltejs/kit/commit/63613bf194c18ce50e111585ad770fc93f9e43c7), [`d1f7655e`](https://github.com/sveltejs/kit/commit/d1f7655efdff70d91f94fe0cb0de50ed2511b5e5)]: - @sveltejs/kit@1.5.0 ## 1.0.5 ### Patch Changes - chore: update link to docs for missing netlify.toml warning ([#8673](https://github.com/sveltejs/kit/pull/8673)) - Updated dependencies [[`24d2efe4`](https://github.com/sveltejs/kit/commit/24d2efe4e5b641b9caacf21ba77a42f812b3b120)]: - @sveltejs/kit@1.2.4 ## 1.0.4 ### Patch Changes - docs: move adapter docs to site ([#8531](https://github.com/sveltejs/kit/pull/8531)) ## 1.0.3 ### Patch Changes - fix: publish missing files ([#8532](https://github.com/sveltejs/kit/pull/8532)) ## 1.0.2 ### Patch Changes - chore: remove superfluous main field from package.json ([#8519](https://github.com/sveltejs/kit/pull/8519)) - Updated dependencies [[`7e2d3405`](https://github.com/sveltejs/kit/commit/7e2d34056e99f371e22406d941b764df365a2649)]: - @sveltejs/kit@1.1.1 ## 1.0.1 ### Patch Changes - docs: add note about inability to access file system at runtime ([#8441](https://github.com/sveltejs/kit/pull/8441)) - Updated dependencies [[`9c01c32e`](https://github.com/sveltejs/kit/commit/9c01c32ef72bbed630fadcb8283f8f8533ced5e1), [`b6ca02a6`](https://github.com/sveltejs/kit/commit/b6ca02a684dbf13a3138b552e2d2be64697f2254), [`130abe43`](https://github.com/sveltejs/kit/commit/130abe43cef2cfbaf922aa16b20cbd4332a07c15), [`c4137536`](https://github.com/sveltejs/kit/commit/c4137536f2c6572eaeec1a82ccea0852f5be6b98), [`40464efa`](https://github.com/sveltejs/kit/commit/40464efab172a17f0b637d7dadea30d77ef1ed10), [`ce028470`](https://github.com/sveltejs/kit/commit/ce0284708184198efdd30f3ff72fd579cef830b4)]: - @sveltejs/kit@1.0.12 ## 1.0.0 ### Major Changes First major release, see below for the history of changes that lead up to this. Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch ## 1.0.0-next.88 ### Patch Changes - chore: add peerDependencies, add more specific next version ([#8141](https://github.com/sveltejs/kit/pull/8141)) ## 1.0.0-next.87 ### Patch Changes - fix: revert platform change from browser to neutral ([#8122](https://github.com/sveltejs/kit/pull/8122)) ## 1.0.0-next.86 ### Patch Changes - fix: set esbuild platform to neutral ([#8083](https://github.com/sveltejs/kit/pull/8083)) ## 1.0.0-next.85 ### Patch Changes - update esbuild to ^0.16.3 ([#7543](https://github.com/sveltejs/kit/pull/7543)) ## 1.0.0-next.84 ### Patch Changes - Add information about edge functions and `event.platform` ([#7498](https://github.com/sveltejs/kit/pull/7498)) ## 1.0.0-next.83 ### Patch Changes - update dependencies ([#7355](https://github.com/sveltejs/kit/pull/7355)) ## 1.0.0-next.82 ### Patch Changes - Drop CJS version of adapter-netlify ([#7401](https://github.com/sveltejs/kit/pull/7401)) ## 1.0.0-next.81 ### Patch Changes - Use config.kit.paths.base prefix for static assets ([#4448](https://github.com/sveltejs/kit/pull/4448)) ## 1.0.0-next.80 ### Patch Changes - Transfer server data as devalue-encoded JSON ([#7177](https://github.com/sveltejs/kit/pull/7177)) ## 1.0.0-next.79 ### Patch Changes - fix: clear out build directory when running `adapter-netlify` ([#7159](https://github.com/sveltejs/kit/pull/7159)) ## 1.0.0-next.78 ### Patch Changes - chore: bump esbuild ([#6829](https://github.com/sveltejs/kit/pull/6829)) ## 1.0.0-next.77 ### Patch Changes - Update to esbuild 0.15 ([#6740](https://github.com/sveltejs/kit/pull/6740)) - feat: only generate ESM functions ([#6760](https://github.com/sveltejs/kit/pull/6760)) ## 1.0.0-next.76 ### Patch Changes - Update adapter to only glob files ([#6492](https://github.com/sveltejs/kit/pull/6492)) ## 1.0.0-next.75 ### Patch Changes - Use devalue to serialize server-only `load` return values ([#6318](https://github.com/sveltejs/kit/pull/6318)) ## 1.0.0-next.74 ### Patch Changes - Don't use top-level-await, as it is not supported right now ([#6360](https://github.com/sveltejs/kit/pull/6360)) ## 1.0.0-next.73 ### Patch Changes - Run `server.init()` for edge functions ([#6327](https://github.com/sveltejs/kit/pull/6327)) ## 1.0.0-next.72 ### Patch Changes - feat: Moved hooks.js initialization from Server.respond into Server.init ([#6179](https://github.com/sveltejs/kit/pull/6179)) ## 1.0.0-next.71 ### Patch Changes - Initialise `env` ([#5663](https://github.com/sveltejs/kit/pull/5663)) ## 1.0.0-next.70 ### Patch Changes - breaking: remove writeStatic to align with Vite ([#5618](https://github.com/sveltejs/kit/pull/5618)) ## 1.0.0-next.69 ### Patch Changes - Update dependencies ([#5005](https://github.com/sveltejs/kit/pull/5005)) ## 1.0.0-next.68 ### Patch Changes - feat: get client IP from Context object rather than the request header ([#5473](https://github.com/sveltejs/kit/pull/5473)) ## 1.0.0-next.67 ### Patch Changes - chore: upgrade TypeScript to 4.7.4 ([#5414](https://github.com/sveltejs/kit/pull/5414)) ## 1.0.0-next.66 ### Patch Changes - Generate sourcemaps for server-side functions when bundling with esbuild ([#5258](https://github.com/sveltejs/kit/pull/5258)) ## 1.0.0-next.65 ### Patch Changes - fix: add redirects for routes containing `__data.json` suffix ([#5180](https://github.com/sveltejs/kit/pull/5180)) ## 1.0.0-next.64 ### Patch Changes - Update dependencies ([#5121](https://github.com/sveltejs/kit/pull/5121)) ## 1.0.0-next.63 ### Patch Changes - Update adapter entrypoint typings to be NodeNext/ESNext-compatible ([#5111](https://github.com/sveltejs/kit/pull/5111)) ## 1.0.0-next.62 ### Patch Changes - only serve `_app/immutable` with immutable cache header, not `_app/version.json` ([#5051](https://github.com/sveltejs/kit/pull/5051)) ## 1.0.0-next.61 ### Patch Changes - Add types to pkg.exports ([#5045](https://github.com/sveltejs/kit/pull/5045)) ## 1.0.0-next.60 ### Patch Changes - Encode binary responses as base64 ([#5048](https://github.com/sveltejs/kit/pull/5048)) ## 1.0.0-next.59 ### Patch Changes - breaking: replace @sveltejs/kit/install-fetch with @sveltejs/kit/node/polyfills ([#4934](https://github.com/sveltejs/kit/pull/4934)) ## 1.0.0-next.58 ### Patch Changes - docs: explain how to change node version ([#4921](https://github.com/sveltejs/kit/pull/4921)) ## 1.0.0-next.57 ### Patch Changes - Copy existing `_redirects` file before appending function redirects ([#4890](https://github.com/sveltejs/kit/pull/4890)) ## 1.0.0-next.56 ### Patch Changes - breaking: Remove try-catch around server.respond ([#4738](https://github.com/sveltejs/kit/pull/4738)) ## 1.0.0-next.55 ### Patch Changes - Fix adapter-netlify edge functions ([#4702](https://github.com/sveltejs/kit/pull/4702)) ## 1.0.0-next.54 ### Patch Changes - Ensure tmp dir is created ([#4694](https://github.com/sveltejs/kit/pull/4694)) ## 1.0.0-next.53 ### Patch Changes - Ensure build directory exists before writing \_redirects ([#4676](https://github.com/sveltejs/kit/pull/4676)) ## 1.0.0-next.52 ### Patch Changes - Adds support for Netlify Edge Functions ([#4657](https://github.com/sveltejs/kit/pull/4657)) ## 1.0.0-next.51 ### Patch Changes - Provide getClientAddress function ([#4289](https://github.com/sveltejs/kit/pull/4289)) ## 1.0.0-next.50 ### Patch Changes - breaking: replace builder.prerender() with builder.writePrerendered() and builder.prerendered ([#4192](https://github.com/sveltejs/kit/pull/4192)) ([#4229](https://github.com/sveltejs/kit/pull/4229)) ## 1.0.0-next.49 ### Patch Changes - Add Netlify Functions context as `event.platform.context` ([#4145](https://github.com/sveltejs/kit/pull/4145)) ## 1.0.0-next.48 ### Patch Changes - Rename `__fetch_polyfill` to `installFetch` ([#4111](https://github.com/sveltejs/kit/pull/4111)) ## 1.0.0-next.47 ### Patch Changes - Fix incorrect set-cookie header handling on adapter-netlify ([#4096](https://github.com/sveltejs/kit/pull/4096)) ## 1.0.0-next.46 ### Patch Changes - breaking: rename `app.render` to `server.respond` ([#4034](https://github.com/sveltejs/kit/pull/4034)) ## 1.0.0-next.45 ### Patch Changes - update to Vite 2.8 and esbuild 0.14 ([#3791](https://github.com/sveltejs/kit/pull/3791)) ## 1.0.0-next.44 ### Patch Changes - Fix string replacement in CJS builds ([#3546](https://github.com/sveltejs/kit/pull/3546)) ## 1.0.0-next.43 ### Patch Changes - Bump version to trigger rebuild with set-cookie support ([#3529](https://github.com/sveltejs/kit/pull/3529)) ## 1.0.0-next.42 ### Patch Changes - Avoid setting the body of the request when the request method is GET or HEAD ([#3459](https://github.com/sveltejs/kit/pull/3459)) ## 1.0.0-next.41 ### Patch Changes - Breaking: change app.render signature to (request: Request) => Promise ([#3384](https://github.com/sveltejs/kit/pull/3384)) ## 1.0.0-next.40 ### Patch Changes - Polyfill fetch before running any app code ([#3400](https://github.com/sveltejs/kit/pull/3400)) ## 1.0.0-next.39 ### Patch Changes - Allow `__fetchPolyfill()` to run several times ([#3377](https://github.com/sveltejs/kit/pull/3377)) ## 1.0.0-next.38 ### Patch Changes - Add immutable cache headers to generated assets ([#3222](https://github.com/sveltejs/kit/pull/3222)) ## 1.0.0-next.37 ### Patch Changes - Overhaul adapter API ([#2931](https://github.com/sveltejs/kit/pull/2931)) - Update adapters to provide app.render with a url ([#3133](https://github.com/sveltejs/kit/pull/3133)) - Add experimental function splitting ([#2931](https://github.com/sveltejs/kit/pull/2931)) - Don't bundle final output ([#2931](https://github.com/sveltejs/kit/pull/2931)) ## 1.0.0-next.36 ### Patch Changes - update to esbuild 0.13.15 and other dependency updates ([#2957](https://github.com/sveltejs/kit/pull/2957)) ## 1.0.0-next.35 ### Patch Changes - fix: adapter-netlify: handle undefined body ([#2682](https://github.com/sveltejs/kit/pull/2682)) ## 1.0.0-next.34 ### Patch Changes - fix: encode UInt8Array response bodies as base64 ([#2630](https://github.com/sveltejs/kit/pull/2630)) ## 1.0.0-next.33 ### Patch Changes - update dependencies ([#2574](https://github.com/sveltejs/kit/pull/2574)) ## 1.0.0-next.32 ### Patch Changes - update to vite 2.6.0 and esbuild 0.13 ([#2522](https://github.com/sveltejs/kit/pull/2522)) ## 1.0.0-next.31 ### Patch Changes - chore: add links to repository and homepage to package.json ([#2425](https://github.com/sveltejs/kit/pull/2425)) ## 1.0.0-next.30 ### Patch Changes - chore: export package.json from adapters ([#2351](https://github.com/sveltejs/kit/pull/2351)) ## 1.0.0-next.29 ### Patch Changes - Deploy generated Netlify entrypoint to the internal functions directory. This allows it to co-exist with other Netlify functions. ([#2113](https://github.com/sveltejs/kit/pull/2113)) ## 1.0.0-next.28 ### Patch Changes - Ensure the raw body is an Uint8Array before passing it to request handlers ([#2215](https://github.com/sveltejs/kit/pull/2215)) ## 1.0.0-next.27 ### Patch Changes - 94b34fa6: [breaking] standardize final output dir as /build (vs /.svelte-kit) ([#2109](https://github.com/sveltejs/kit/pull/2109)) ## 1.0.0-next.26 ### Patch Changes - 4cb4e749: update build output locations ([#2058](https://github.com/sveltejs/kit/pull/2058)) - d81de603: revert adapters automatically updating .gitignore ([#1924](https://github.com/sveltejs/kit/pull/1924)) ## 1.0.0-next.25 ### Patch Changes - e9f78999: fix: include esbuild config in adapter type definition ([#1954](https://github.com/sveltejs/kit/pull/1954)) ## 1.0.0-next.24 ### Patch Changes - e6995797: feat(adapters): expose esbuild configuration ([#1914](https://github.com/sveltejs/kit/pull/1914)) ## 1.0.0-next.23 ### Patch Changes - 67ca3a39: return the correct headers ([#1913](https://github.com/sveltejs/kit/pull/1913)) ## 1.0.0-next.22 ### Patch Changes - 9461178: Use multivalue headers to set multiple cookies ([#1906](https://github.com/sveltejs/kit/pull/1906)) ## 1.0.0-next.21 ### Patch Changes - 4720b67: Default body parsing to binary ([#1890](https://github.com/sveltejs/kit/pull/1890)) ## 1.0.0-next.20 ### Patch Changes - 7faf52f: Update and consolidate checks for binary body types ([#1687](https://github.com/sveltejs/kit/pull/1687)) ## 1.0.0-next.19 ### Patch Changes - 2ac5781: Use esbuild inject API to insert shims ([#1822](https://github.com/sveltejs/kit/pull/1822)) ## 1.0.0-next.18 ### Patch Changes - 9f0c54a: Externalize app initialization to adapters ([#1804](https://github.com/sveltejs/kit/pull/1804)) ## 1.0.0-next.17 ### Patch Changes - c51ab7d: Upgrade esbuild to ^0.12.5 ([#1627](https://github.com/sveltejs/kit/pull/1627)) ## 1.0.0-next.16 ### Patch Changes - edc307d: Remove peerDependencies due to pnpm bug ([#1621](https://github.com/sveltejs/kit/pull/1621)) - 2636e68: Attempt to fix peerDependencies specification ([#1620](https://github.com/sveltejs/kit/pull/1620)) - 3b988a4: Allow `_redirects` to be placed in root directory ([#1586](https://github.com/sveltejs/kit/pull/1586)) ## 1.0.0-next.15 ### Patch Changes - 028abd9: Pass validated svelte config to adapter adapt function ([#1559](https://github.com/sveltejs/kit/pull/1559)) - Updated dependencies [6372690] - Updated dependencies [c3d36a3] - Updated dependencies [bf77940] - Updated dependencies [2172469] - Updated dependencies [028abd9] - @sveltejs/kit@1.0.0-next.110 ## 1.0.0-next.14 ### Patch Changes - f59530f: Allow custom redirects for Netlify Adapter - 71e293d: change toml parser to support dotted keys and other language features added after the TOML v0.4.0 spec ([#1509](https://github.com/sveltejs/kit/pull/1509)) - 1ba1784: Prevent adapter from splitting query params if they contain commas ([#1467](https://github.com/sveltejs/kit/pull/1467)) - dca4946: Make kit a peerDependency of the adapters ([#1505](https://github.com/sveltejs/kit/pull/1505)) - Updated dependencies [261ee1c] - Updated dependencies [ec156c6] - Updated dependencies [586785d] - @sveltejs/kit@1.0.0-next.109 ## 1.0.0-next.13 ### Patch Changes - dad93fc: Fix workspace dependencies ([#1434](https://github.com/sveltejs/kit/pull/1434)) - Updated dependencies [dad93fc] - Updated dependencies [37fc04f] - @sveltejs/kit@1.0.0-next.108 ## 1.0.0-next.12 ### Patch Changes - 11e7840: Ensure rawBody is a string or Uint8Array ([#1382](https://github.com/sveltejs/kit/pull/1382)) - Updated dependencies [11e7840] - Updated dependencies [11e7840] - Updated dependencies [9e20873] - Updated dependencies [2562ca0] - @sveltejs/kit@1.0.0-next.103 ## 1.0.0-next.11 ### Patch Changes - c6fde99: Convert to ESM ([#1323](https://github.com/sveltejs/kit/pull/1323)) - Updated dependencies [694f5de] - Updated dependencies [0befffb] - Updated dependencies [c6fde99] - @sveltejs/kit@1.0.0-next.97 ## 1.0.0-next.10 ### Patch Changes - 2e72a94: Add type declarations ([#1230](https://github.com/sveltejs/kit/pull/1230)) - Updated dependencies [82955ec] - @sveltejs/kit@1.0.0-next.91 ## 1.0.0-next.9 ### Patch Changes - d3cb858: Convert body to string, unless type is octet-stream ([#1121](https://github.com/sveltejs/kit/pull/1121)) - Updated dependencies [4af45e1] - @sveltejs/kit@1.0.0-next.82 ## 1.0.0-next.8 ### Patch Changes - 1237eb3: Fix dependencies ([#1109](https://github.com/sveltejs/kit/pull/1109)) - 1237eb3: Pass rawBody from netlify adapter ([#1109](https://github.com/sveltejs/kit/pull/1109)) - Updated dependencies [1237eb3] - Updated dependencies [1237eb3] - @sveltejs/kit@1.0.0-next.81 ## 1.0.0-next.7 ### Patch Changes - 0db2cf7: Fix serverless function ([#1102](https://github.com/sveltejs/kit/pull/1102)) ## 1.0.0-next.6 ### Patch Changes - 7a4b351: Bundle serverless functions with esbuild ([#1091](https://github.com/sveltejs/kit/pull/1091)) ## 1.0.0-next.5 ### Patch Changes - 6e27880: Move server-side fetch to adapters instead of build step ([#1066](https://github.com/sveltejs/kit/pull/1066)) ## 1.0.0-next.4 ### Patch Changes - 8805c6d: Pass adapters directly to svelte.config.cjs ([#579](https://github.com/sveltejs/kit/pull/579)) ## 1.0.0-next.3 ### Patch Changes - f35a5cd: Change adapter signature ([#505](https://github.com/sveltejs/kit/pull/505)) ## 1.0.0-next.2 ### Patch Changes - 512b8c9: adapter-netlify: Use CJS entrypoint ([#485](https://github.com/sveltejs/kit/pull/485)) ## 1.0.0-next.1 ### Patch Changes - Fix adapters and convert to ES modules ## 0.0.13 ### Patch Changes - Add svelte-kit start command ## 0.0.12 ### Patch Changes - b475ed4: Overhaul adapter API - fixes #166 ([#180](https://github.com/sveltejs/kit/pull/180)) ## 0.0.11 ### Patch Changes - 67eaeea: Move app-utils stuff into subpackages ## 0.0.10 ### Patch Changes - Use setup ## 0.0.9 ### Patch Changes - 0320208: Rename 'server route' to 'endpoint' - 5ca907c: Use shared mkdirp helper ## 0.0.8 ### Patch Changes - various