Skip to content

v0.4.3

Choose a tag to compare

@sleewoo sleewoo released this 29 Aug 08:59
· 122 commits to main since this release
Immutable release. Only release title and notes can be modified.

0.4.3 (2026-08-29)

Bug Fixes

  • backend: return 405 if HTTP method is not implemented (fa4358d)
  • backend: serve HEAD via sibling GET handler with GET validation schemas (7cdfcb1)
  • backend: validate only 2xx responses (f61572d)
  • core-generator: import ValidationSchemas from correct path (40edc73)
  • fetch-generator: deploy only supported request methods (e1d9106)
  • fetch-generator: ignore non-2xx response types (28ac480)
  • h3-generator: serve HEAD through the sibling GET handler (9b58091)
  • hono-generator: catch body parsing error on response validation (2dbfe3f)
  • types: safely compare base against a string (1d01d47)