Releases: nuxt-hub/core
Releases · nuxt-hub/core
v0.10.7
🚀 Enhancements
- db: Add support for database replica (#808)
- cli: Add "name" and "custom" arguments for db generate cli command (#816)
- cli: Add
--forceflag to skip confirmation when dropping all tables (#834) - db: Add
hub.db.applyMigrationsDuringDev: booleanoption (#837) - db: Use drizzle studio d1 driver (#846)
🩹 Fixes
- db: Generate schema types during prepare (#795)
- Change Cloudflare D1 API URI (#794)
- devtools: Point Drizzle Studio to correct D1 database file (#806)
- db: Create package.json during prepare (#797)
- db: Resolve Nuxt aliases in schema bundling (#802)
- db: Correct D1 migrations_dir path in wrangler.json (#814)
- playground: Fix get todos database query (#819)
- Fix incorrect license in README (#829)
- db: Resolve @nuxthub/db from rootDir for pnpm workspaces (#828)
- db: Bundle cache schema entries (#833)
- db: Respect explicit libsql driver on Cloudflare (#842)
- db: Pass driver options to postgres-js (#844)
📖 Documentation
- Fix typo in schema documentation (#807)
- Add environments, CI/CD guide, and env vars reference (#804)
- Add nuxt-studio (64f9105)
- Make formatting in db migrate command usage consistant (#822)
- Update migration handling for Cloudflare D1 (#848)
- blob: Clarify nuxt image dev config (#851)
- Fix typo in url (d4e24b3)
🏡 Chore
- Update deps (7a8ec94)
- Update deps" (a5f46e9)
- release: V0.10.6 (ea6305c)
- Don't pass empty params to kit cli (43dc045)
❤️ Contributors
- Rihan Arfan (@RihanArfan)
- Max (@onmax)
- M Reinhard (@michaelreinhard1)
- Branislav Juhás (@branislavjuhaas)
- Miguelrk (@miguelrk)
- Hareland (@hareland)
- Darius Haskell (@hsklnet)
- Sébastien Chopin (@atinux)
- Jens Becker [email protected]
- Nogic (@nogic1008)
v0.10.6
🚀 Enhancements
- db: Add support for database replica (#808)
🩹 Fixes
- db: Generate schema types during prepare (#795)
- Change Cloudflare D1 API URI (#794)
- devtools: Point Drizzle Studio to correct D1 database file (#806)
- db: Create package.json during prepare (#797)
- db: Resolve Nuxt aliases in schema bundling (#802)
📖 Documentation
- Fix typo in schema documentation (#807)
❤️ Contributors
- Sébastien Chopin (@atinux)
- Max (@onmax)
- Jens Becker (@jsbeckr)
- Nogic (@nogic1008)
v0.10.5
🚀 Enhancements
- Add support for
workflowand other external bundlers (#779)
🩹 Fixes
- cli: Handle D1 driver in CLI commands (#759)
- blob: Validate multipart upload body (#763)
- db: Generate schema types during nuxt prepare (#758)
- kv,cache: Merge default binding when driver explicitly set (#767)
- Support https dev server with drizzle studio when using pglite (#753)
- Enable Node.js compatibility for Cloudflare Workers (#780)
- db: Skip tsconfig resolution during schema build (#785)
- devtools: Pass local-network-access permission to drizzle studio embed (4f11aae)
- db: Lazy URL resolution for Docker/K8s deployments (#790)
- db: Use libsql in dev mode when cloudflare preset is set (#775)
- db: Use dynamic import for migrations plugin (#788)
📖 Documentation
❤️ Contributors
- Max (@onmax)
- Rihan Arfan (@RihanArfan)
v0.10.4
🚀 Enhancements
🩹 Fixes
- types: Properly export ModuleHooks (d2060fd)
- db: Add ts declaration for
hub:db:schema(#733) - db: Update
neon-httpconnection string format in setup.ts (#750)
📖 Documentation
- Restructure docs, update routes & navigation (#717)
- Add og image (7edb2fc)
- Clarify D1 migrations not run during build (#734)
- Auto-generate wrangler bindings from config (#732)
- Clean up prose tabs spacing (#738)
- blob: Add @nuxt/image integration guide (#729)
- installation: Update module installation command (#749)
🏡 Chore
- Update deps (e49c264)
❤️ Contributors
- Adam Kasper (@adamkasper)
- Rihan Arfan (@RihanArfan)
- Sébastien Chopin (@atinux)
- Max (@onmax)
- Mrkaashee (@mrkaashee)
- Hugo (@HugoRCD)
v0.10.3
🚀 Enhancements
🩹 Fixes
- db: Pass mode to drizzle for mysql (#730)
- build: Merge nitro generated env to root in wrangler.json (#720)
❤️ Contributors
- Max (@onmax)
- Rihan Arfan (@RihanArfan)
v0.10.2
🚀 Enhancements
- blob: Add support for access (public / private) and improve S3 driver (#709)
- db: Add
drizzle-orm/neon-httpsupport (#713)
🩹 Fixes
- db: Resolve JSON
$type<>types in schema (#723) - Make sure to run tsdown in new context for proper types generation (038ea73)
📖 Documentation
🏡 Chore
❤️ Contributors
- Sébastien Chopin (@atinux)
- Max (@onmax)
- Adam Kasper (@adamkasper)
- Hugo (@HugoRCD)
v0.10.1
v0.10.0
NuxtHub is now multi-vendor 🚀 (#693)
Read more at https://hub.nuxt.com/changelog/nuxthub-multi-vendor

v0.9.1
This new release is now focusing on self-hosting first to prepare the multi-cloud support.
Read more on https://hub.nuxt.com/changelog/self-hosting-first
🚀 Enhancements
- types: Export
HubBlobinterface for external use (#658) - Self hosting first (#686)
- Use prose-img from
@nuxt/ui-pro(#573)
🩹 Fixes
- Prefer
nitro.staticover_generate(#601) - types: Add missing type definition for databaseMigrationsDirs (#635)
- migrations: Do not return after first successful migrate (#659)
📖 Documentation
- Update changelog date (9e9d6fe)
- Add image in changelog (94aee1c)
- cache: Add note on cache key normalization and escapeKey usage (#632)
🏡 Chore
- Update banner (b3709d9)
❤️ Contributors
- Rihan Arfan (@RihanArfan)
- Daniel (@Dantescur)
- Farnabaz (@farnabaz)
- Muntasir Mahmud (@MuntasirSZN)
- Mr Kaashee (@mrkaashee)
- Hugo Richard (@HugoRCD)
- Daniel Roe (@danielroe)
- Sébastien Chopin (@atinux)
v0.9.0
Read our announcement https://hub.nuxt.com/changelog/environments
- NuxtHub now supports preview and additional environments on Workers projects 🥳
- Environment variables and secrets are now managed via the NuxtHub Admin fully ⚙️ and the new GitHub Action will build the Nuxt app with variables and secrets scoped to build-time 🧰
This release contains potentially breaking changes. Read our changelog for the migration guide.
🚀 Enhancements
- Environments + env sync API (#579)
📖 Documentation
- Update nitro.unjs.io links to nitro.build (#571)
❤️ Contributors
- Farnabaz (@farnabaz)
- Rihan Arfan (@RihanArfan)
- Mr Kaashee (@mrkaashee)