Releases: jitsucom/jitsu
EventNative 1.14.0
In this release, we've added support of strict mapping. If strict mode is used, all fields that absent at mapping will be removed from an event
EventNative 1.13.0
Now EventNative has GET /api/v1/cluster
endpoint with admin token authorization which returns information about all instances (if etcd is configured). For more information please visit our docs page
EventNative 1.12.0
In this release, we've added counting telemetry events. For more information about telemetry please visit our wiki page.
EventNative 1.11.0
In this release, we've added Last-modified, If-modified-since logic to resource loader (api keys, destinations).
EventNative 1.10.2
In this release, we've fixed an issue with batch and streaming pair storage.
EventNative 1.10.1
In this release docker image becomes 3-x smaller compared to the previous one.
EventNative 1.10.0
In this release, we've added Prometheus metrics supporting. For using it you need to enable it in config
EventNative 1.9.1
This release fixes an issue with the delay in reloading apikeys and destinations.
EventNative 1.9.0
This release fixes some issues with the destination test endpoint.
Now you can send event requests with x-auth-token
header authorization.
EventNative 1.8.0
In this release, we've reworked the authorization configuration. Now one token has a client secret and a server secret in addition to configurable origins. You can set your authorization tokens in YAML config or specify an URL for reloading this config every auth_reload_sec
value seconds.
Also, we've have added a destination reloading feature. You can specify destinations: http://link
and your destinations will be reloaded every destinations_reload_sec
value seconds (only if the HTTP content was changed).
For more information please visit our documentation page.