Skip to content

v1.6.0

Latest

Choose a tag to compare

@7nohe 7nohe released this 30 Jul 13:29
be9805d

What's Changed

  • feat(docs): add a blog RSS feed and list posts in sitemap/llms.txt by @7nohe in #191
  • docs(plugins): add READMEs for the Cloudflare and Vercel plugins by @7nohe in #192
  • fix(testing): export ServiceProvider and defineModule from the controller mock by @7nohe in #193
  • build: derive build and test order from the package graph by @7nohe in #198
  • feat(docs): surface the blog and its feed in the site navigation by @7nohe in #194
  • feat(docs): position Guren as Bun-first, deploy anywhere by @7nohe in #204
  • fix(orm): report the connection failure behind a failed database command by @7nohe in #205
  • fix(cli): default guren upgrade to the latest tag and surface downgrades by @7nohe in #199
  • fix(cli): align drizzle pins with what @guren/orm depends on by @7nohe in #202
  • fix(cli): stop guren doctor printing repair steps for checks that passed by @7nohe in #200
  • fix(plugin-cloudflare): name the SSR export the built bundle actually has by @7nohe in #201
  • fix(cli): report controller-test misses as a naming gap, not absent coverage by @7nohe in #203
  • fix(cli): report a failing command's error once by @7nohe in #206
  • fix(server): support raw head markup for site-wide favicon links by @7nohe in #209
  • fix(orm): createMySqlDatabase() fails on every query under drizzle-orm rc.4 by @7nohe in #207
  • fix(plugin-vercel): stop the function bundle from mangling class names by @7nohe in #210
  • fix(create-app): ship a default favicon for scaffolded apps by @7nohe in #211
  • docs: warn about identifier mangling in serverless bundling by @7nohe in #212
  • fix(cli): dispatch the root command on the argument citty actually reads by @7nohe in #213
  • test(plugin-vercel): fix temp-dir leak and dedupe test scaffolding by @7nohe in #214
  • feat(cli): warn about Bun-only defaults on Cloudflare/Vercel/Lambda deploys by @7nohe in #208
  • fix(cli): replace raw NUL bytes in source with \x00 escapes by @7nohe in #215
  • fix(server): deliver queued notifications through their channels by @7nohe in #217
  • feat(orm): add createAwsDataApiDatabase for Aurora Serverless by @7nohe in #195
  • feat(server): let jobs and notifiables pin their durable identity by @7nohe in #218
  • fix(cli): parse decorators so decorated files stay visible to check, doctor, audit, and codegen by @7nohe in #216
  • feat(cli): land @guren/plugin-lambda and the CDK construct on main by @7nohe in #219
  • feat(cli): make generated console commands runnable and document them by @7nohe in #221
  • fix(server): parse console signature tokens containing descriptions by @7nohe in #220
  • docs: document signature token descriptions by @7nohe in #224
  • feat(cli): auto-register make:command output and check what isn't by @7nohe in #223
  • fix(cli): dispatch the app's own kernel from the Lambda console handler by @7nohe in #225
  • refactor(core): share the deploy plugins' build-time helpers by @7nohe in #222
  • chore: version packages for v1.6.0 by @7nohe in #228

Full Changelog: v1.5.0...v1.6.0