Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 21:25

3.0.0 (2026-08-21)

Features

  • replace koa-jsonapi-zod with @jsonapi-serde/integration-koa (db20f6f)
  • upgrade Koa to v3 and replace koa-bodyparser with @koa/bodyparser (eae0c88)

BREAKING CHANGES

  • Generated projects now use Koa v3, which drops
    generator middleware support. All middleware must be async functions.
    The koa-bodyparser dependency is replaced with @koa/bodyparser
    (named export instead of default).