Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 11:57
· 24 commits to main since this release

3.0.0 (2024-08-22)

Bug Fixes

  • let compression finish before adding routes (#592) (f3796eb)

BREAKING CHANGES

  • requires await when registering the eik plugin
    with fastify (await fastify.register(service.api())).