Skip to content
Compare
Choose a tag to compare
@relekang relekang released this 24 Jun 09:58
· 30 commits to master since this release

Features

Healthcheck

micro-analytics now has a healthcheck endpoint at /_healthcheck. It will show the health fetched
with the adapter. If the adapter does not support healthcheck it will show "unknown". The endpoint
also has information about version of adapter and micro-analytics-cli and a list of optional features.
See demo.micro-analytics.io/_healthcheck for example response.

Breaking changes

Adapter utils moved to micro-analytics-adapter-utils

Adapter utils are moved to its own package, micro-analytics-adapter-utils, including adapter tests. writing-adapters guide has updated information