Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 06:07
· 2 commits to main since this release

4.0.0 (2026-04-29)

⚠ BREAKING CHANGES

  • arocapi no longer decorates fastify.prisma or
    fastify.opensearch; consumers must close over their own client
    references. Arocapi no longer calls
    prisma.$connect()/$disconnect() or opensearch.ping()/close() —
    consumers now own connecting before registration and closing on
    shutdown.

Features

  • replace decoration with options-based dependency injection (#20) (aa5c6b7)

Bug Fixes

  • files: filter by entity.memberOf instead of entity.id (#21) (a6f27bd)