Skip to content

Release v2.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 00:01
· 41 commits to main since this release
35826a3

Added

  • created_under(prefix, value) — composes a 201 Created Location header from
    a route prefix + value.id() (requires api_bones::HasId). Decouples DTOs
    from HTTP route paths while keeping the call site to one line.
  • Bump api-bones 4.0.14.5.0 (adds HasId).