Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@relekang relekang released this 29 Jun 20:19

Features

Support for realtime events

Add support for subscribe() which enables the server-sent events based realtime feed. Read more about it in the live-updates section of micro-analytics-cli documentation. It uses redis pub/sub under the hood making it work across different instances.

Bugfixes

Upgraded ioredis to version 3.1.1, which contains a few bug fixes.