summaryrefslogtreecommitdiff
path: root/packages/integrations/cloudflare/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-03-31[ci] formatGravatar Matt Kane 2-3/+2
2025-03-31feat(cloudflare): add KV session storage support (#13514)Gravatar Matt Kane 2-1/+84
* feat(cloudflare): add KV session storage support * Change code block language to JSONC * Comments * Use user-defined binding name * Use createCodegenDir * Remove unused import
2025-03-21[ci] formatGravatar Florian Lefebvre 1-1/+1
2025-03-21feat(cloudflare): global env (#13444)Gravatar Florian Lefebvre 1-2/+3
* feat(cloudflare): global env * fix: test
2025-03-19fix: don't attempt to move files after build with base (#13463)Gravatar Matt Kane 1-13/+1
* fix: don't attempt to move files after build with base * Remove console * Reword changeset * Remove unused import
2025-02-24Replace globby/fast-glob/tiny-glob with tinyglobby (#13299)Gravatar Bjorn Lu 1-3/+2
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-02-21feat(cloudflare): Includes onerror passthrough (#13201)Gravatar Eric Kwoka 1-1/+1
* ✨ Includes onerror passthrough param * :package: Includes Changeset
2025-02-07chore: fix linting issuesGravatar Emanuele Stoppa 3-17/+16
2025-02-07chore: move cloudflare adapter to core monorepoGravatar Emanuele Stoppa 8-28/+28
2025-01-17Remove internal vue handling in cloudflare integration (#506)Gravatar Bjorn Lu 1-14/+0
2025-01-13feat: upgrade underscore-redirects (#501)Gravatar Florian Lefebvre 1-31/+8
2025-01-07chore: update adapters to better support astro v5 (#454)Gravatar Alexander Niebuhr 3-35/+66
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-01-07fix(deps): update all non-major dependencies (#457)Gravatar renovate[bot] 2-1/+5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2025-01-07feat(cloudflare,netlify): stabilize astro:env secrets support (#496)Gravatar Florian Lefebvre 1-1/+1
2024-12-13fix: cloudflare resolve conditions (#476)Gravatar Bjorn Lu 1-2/+2
2024-12-06Add support for `wrangler.jsonc` (#455)Gravatar meyer 1-2/+7
2024-12-05Fix cloudflare ssr conditions setup (#465)Gravatar Bjorn Lu 1-20/+7
2024-11-28chore: fix buildGravatar Emanuele Stoppa 1-0/+1
2024-11-28Merge branch 'main' into nextGravatar Emanuele Stoppa 1-17/+3
2024-11-27fix(deps): update all non-major dependencies (#431)Gravatar renovate[bot] 1-17/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-10-31Merge branch 'main' into nextGravatar bluwy 2-5/+15
2024-10-31chore(deps): update all non-major dependencies (#428)Gravatar renovate[bot] 1-0/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-10-27chore: externalize `cloudflare:sockets` imports (#409)Gravatar Alexander Niebuhr 1-0/+10
2024-10-21feat: improve _routes.json generation (#423)Gravatar Marco Schumacher 1-5/+4
2024-10-01Merge branch 'main' into nextGravatar bluwy 1-5/+36
2024-09-23Reduce amount of rules in routes json file (#394)Gravatar Veit Bjarsch 1-2/+33
2024-09-17Added windows support for static file path splitting (#387)Gravatar Veit Bjarsch 1-3/+3
2024-09-16Adapter related changes for IntegrationData (#377)Gravatar Alexander Niebuhr 4-13/+11
* chore: port adapter related changes from astro #11864 * chore: bump version * chore: bump * fix: types * fix * fix: tests * fix: locals * Update expected image endpoint --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2024-09-13feat: update adapters supported features to account for new shape for Astro ↵Gravatar Erika 1-4/+1
5 (#392) * feat: update adapters supported features to account for new shape for Astro 5 * chore: changeset
2024-09-11feat: remove hybrid (#375)Gravatar Erika 2-6/+7
* feat: remove hybrid * fix: udpate with new API * fix: update for latest next changes * fix: more test-utils fix * fix: build * fix: build * fix: tests * fix: netlify * fix: astro env * fix: use types from AStro * chore: changeset
2024-09-02chore(deps): update all non-major dependencies (#370)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-08-29fix: build errorsGravatar Alexander Niebuhr 2-2/+4
2024-08-29chore: fix type errorsGravatar Alexander Niebuhr 1-2/+0
2024-08-20Upgrade to eslint v9 (#356)Gravatar Bjorn Lu 1-1/+2
2024-08-03fix(cloudflare): add proxy /_image endpoint (#335)Gravatar Alexander Niebuhr 1-2/+15
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-08-03fix(cloudflare): env vars in middleware & prerendering (#341)Gravatar Alexander Niebuhr 1-1/+7
2024-08-03fix(cloudflare): env vars in middleware for prerendering (#340)Gravatar Alexander Niebuhr 2-1/+29
2024-06-25fix(cloudflare): wrangler.toml error (#302)Gravatar Alexander Niebuhr 1-1/+1
2024-06-22feat(cloudflare): major v11 (#290)Gravatar Alexander Niebuhr 5-185/+86
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-06-20feat(cloudflare): remove experimental support for astro:env (#292)Gravatar Florian Lefebvre 3-36/+0
2024-06-16fix: backward compatibility Astro <= 4.9 (#282)Gravatar Alexander Niebuhr 1-1/+5
2024-06-10feat(cloudflare): support astro:env (#258)Gravatar Alexander Niebuhr 3-0/+33
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-06-10feat(netlify): support astro:env (#275)Gravatar Florian Lefebvre 1-2/+2
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2024-06-07feat(cloudflare): support `txt` and `bin`(#251)Gravatar Adrian Lyjak 2-46/+84
2024-05-11fix(cloudflare): node_modules on prerender pages only (#226)Gravatar Alexander Niebuhr 1-0/+21
2024-05-03fix(cloudflare): "shared" wasm module imports (#249)Gravatar Adrian Lyjak 2-58/+148
2024-04-24fix(cloudflare): routes.json order (#247)Gravatar Alexander Niebuhr 1-4/+4
2024-04-23fix(cloudflare): ignore client build during cleanup (#243)Gravatar Alexander Niebuhr 3-2/+21
Co-authored-by: Luiz Ferraz <luiz@lferraz.com>
2024-04-22fix(cloudflare): removes log (#241)Gravatar Alexander Niebuhr 1-1/+0
2024-04-22fix(cloudflare): dynamic-imports-analyzer regexp to ast (#238)Gravatar Alexander Niebuhr 2-43/+92