Skip to content

10.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 02:10

10.0.0 (2024-04-07)

Bug Fixes

  • load node-fetch and mime on start (01a39dd)
  • throw if the gateway response body is null (32bcd95)
  • update all dependencies (7b833ff)
  • use mime from the container in the statics controller (033b15c)
  • use node-fetch from the container in the http service (f8237e4)
  • use ts-async-import (95cf29b)

BREAKING CHANGES

  • The HTTP service change its 'inject' options in order to
    include 'node-fetch'.
  • StaticsController changed its 'inject' options in order to
    include 'mime'.