Skip to content

v2021.2.0

Compare
Choose a tag to compare
@lukaszbudnik lukaszbudnik released this 10 Sep 14:27
· 594 commits to main since this release
3a3241d

This release improves observability, tracing, and logging.

Most notable new features are:

  • implemented Prometheus metrics, available at /metrics - #284
  • implemented health checks (Eclipse MicroProfile Health spec), available at /health - #285 and #286
  • added support for logLevel configuration property in migrator.yaml (optional and defaults to INFO)
  • replaced old vet, lint with staticcheck tool
  • increased test coverage to 95%
  • closed 3 dependabot pull requests