Releases: alchemy-run/alchemy
Releases · alchemy-run/alchemy
v0.82.1
🚀 Features
- cloudflare: D1 import - by @john-royal in #1254 (7ba2b)
🐞 Bug Fixes
- cloudflare:
- D1 database create error due to malformed request - by @john-royal in #1278 (dc93d)
- D1 local migrations fail with "column already exists" - by @john-royal in #1279 (e6021)
View changes on GitHub
v0.82.0
🚀 Features
View changes on GitHub
v0.81.4
🚀 Features
- cloudflare: Add "delete: false" option to hyperdrive - by @john-royal in #1276 (a5f6a)
🐞 Bug Fixes
- cli: Include hyperdrive in generated tokens with workers:* scope - by @john-royal in #1275 (f6753)
View changes on GitHub
v0.81.3
🐞 Bug Fixes
- cloudflare: Website resources properly lowercase worker names - by @Mkassabov in #1268 (82834)
- core: Add missing ".ts" extensions to hey api client - by @john-royal in #1269 (808c3)
View changes on GitHub
v0.81.2
🐞 Bug Fixes
- cloudflare:
- Miniflare compatibility date warning - by @john-royal in #1256 (4992e)
- Support dev.domain in NextJS - by @sam-goodwin in #1264 (d80a0)
- Handle next.js 16 absolute paths in wasm imports - by @john-royal in #1259 (5363d)
- core:
- Do not wait for consistent state when destroying - by @sam-goodwin in #1252 (8eae9)
- prisma-postgres:
- Properly build
connectionString- by @xiaoyu2er in #1253 (eb4a8)
- Properly build
View changes on GitHub
v0.81.1
🐞 Bug Fixes
- cloudflare: Resolve zoneId in RedirectRule and use individual Rule apis - by @sam-goodwin in #1250 (0978c)
View changes on GitHub
v0.81.0
🚀 Features
- cloudflare:
- Add missing cache fields to hyperdrive - by @john-royal in #1240 (c1c8f)
- Resources for warp device profiles and CIDR Routes for tunnels - by @eastlondoner in #1243 (48731)
🐞 Bug Fixes
- cloudflare:
- Pass safe user headers to miniflare websocket - by @john-royal in #1235 (b533a)
- Paginate Cloudflare queue lookup - by @rileytomasek and CharlieHelps in #1245 (52a3e)
- core:
- Ensure root Scope is always root and monorepo improvements - by @sam-goodwin in #1249 (88b73)
View changes on GitHub
v0.80.1
🚀 Features
- cloudflare: Infer local dev port command or vite.config.ts - by @sam-goodwin in #1237 (2731d)
View changes on GitHub
v0.80.0
🚀 Features
- cloudflare: Worker.DevDomain and Worker.DevUrl - by @sam-goodwin in #1236 (28565)
- docker: Support
adoptforContainerandVolume- by @unknown and @sam-goodwin in #1227 (77b40) - neon: NeonProject supports
adopt- by @ericclemmons and John Royal in #1224 (0d3cf)
View changes on GitHub
v0.79.0
🐞 Bug Fixes
- cloudflare:
- Delete workflows on worker delete - by @john-royal in #1226 (fba20)
- docker:
- Retry 502 Bad Gateway - by @sam-goodwin in #1231 (6dbce)
- util:
- Preserve primitive arrays in
camelToSnakeObjectDeep- by @rileytomasek and CharlieHelps in #1232 (f236a) - CamelToSnake return nested primitives and add tests - by @bjorntechCarl and @sam-goodwin in #1229 (b571f)
- Preserve primitive arrays in