Skip to content

v0.10.9

Choose a tag to compare

@github-actions github-actions released this 06 Jun 23:20
0cf281d

Added

  • Added reusable TypeScript cursor pagination helpers for service contracts and
    handlers, including CursorQuerySchema, CursorPageSchema,
    normalizeCursorQuery, and buildCursorPage for stable ID/keyset pages.

Changed

  • Extended TrellisService.with(deps) so service health checks and health info
    callbacks can receive application-owned dependencies through args.deps.
  • Documented offset and cursor pagination helper choices in the design docs,
    guide docs, and out-of-tree service AGENTS.md template.

Fixed

  • Restored public root and contract-support exports for offset pagination
    handler helpers normalizePageQuery and buildPageResponse.