* Added metrics related to service state: version, uptime, number of running/max workers.
1.0.0
------------------
* Added default performance metrics for event handlers. * Added a full-stack example in the repository. * Expanded the usage documentation.
0.2.0
------------------
* *[BREAKING CHANGE]* ``PrometheusMetrics`` dependency doesn't support the ``prefix`` argument anymore. If you need to customize prefix for the generic metrics (such as total requests/latency), do it in the YAML config file for your service.
0.1.1
------------------
* Fixed crash when HTTP entrypoint raised an exception.