Skip to content

v0.51.8

Choose a tag to compare

@github-actions github-actions released this 16 Apr 06:35
· 30 commits to main since this release

   🚨 Breaking Changes

  • core: Replace trace-map WeakMap with request:prepare hook  -  by @productdevbook and Claude Opus 4.6 (1M context) (b1740)
  • schema: Require explicit schemaConverters on silgi()  -  by @productdevbook and Claude Opus 4.6 (1M context) (6902b)
  • silgi: Add silgi.ready() + opt-in signal handling in serve()  -  by @productdevbook and Claude Opus 4.6 (1M context) (c302e)

   🐞 Bug Fixes

  • Forward hooks to createFetchHandler in adapter code paths  -  by @productdevbook and Claude Opus 4.6 (1M context) (42558)
  • adapters: Propagate event via AsyncLocalStorage, not WeakMap  -  by @productdevbook and Claude Opus 4.6 (1M context) (6249a)
  • analytics: Require auth and always redact sensitive headers  -  by @productdevbook and Claude Opus 4.6 (1M context) (e785a)
  • bun: Forward analytics/scalar/basePath through wrapHandler  -  by @productdevbook and Claude Opus 4.6 (1M context) (a00a1)
  • core: Release pooled context via using instead of manual calls  -  by @productdevbook and Claude Opus 4.6 (1M context) (486be)
  • pkg: Declare silgi/zod as side-effectful in sideEffects array  -  by @productdevbook and Claude Opus 4.6 (1M context) (3b581)

   🏎 Performance

  • handler: Skip microtask cost for request:prepare when no hooks  -  by @productdevbook and Claude Opus 4.6 (1M context) (afbaf)
    View changes on GitHub