Skip to content

v4.5.0

Compare
Choose a tag to compare
@marcopeg marcopeg released this 16 May 06:19
· 150 commits to master since this release
  • [service-fastify-static] Update dependencies
  • [service-fastify-cors] Update dependencies
  • [service-fastify-cookie] Update dependencies
  • [service-fastify-gql] Update dependencies
  • [service-fastify-apollo] Update dependencies
  • Deprecate service-env
  • Deprecate service-postgres
  • Deprecate service-postgres-pubsub
  • [core] Deprecate registerAction([name, handler, option])
  • [core] Deprecate registerAction(name, handler, option)
  • [core] Deprecate registerAction() in favor of registerExtension()
  • [core] Deprecate the forrest.run([ feature, feature ])
  • [service-fastify] Deprecate $FASTIFY_GET
  • [service-fastify] Deprecate $FASTIFY_POST
  • [service-fastify] Deprecate $FASTIFY_PUT
  • [service-fastify] Deprecate $FASTIFY_DELETE
  • [core] The appTrace integration goes last in $FINISH
  • [core] Moved the App tracing log out of the $FINISH extension
  • [core] Improve getConfig() error trace
  • [core] Improve getContext() error trace
  • [core] Improve registerAction() error trace
  • [core] Improve createExtension() error trace