Skip to content

Releases: jitsucom/jitsu

EventNative 1.14.0

21 Oct 15:56
d4d3d22
Compare
Choose a tag to compare

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

22 Oct 08:38
4fbb880
Compare
Choose a tag to compare

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

20 Oct 11:02
dfb359f
Compare
Choose a tag to compare

In this release, we've added counting telemetry events. For more information about telemetry please visit our wiki page.

EventNative 1.11.0

19 Oct 11:17
4631fb4
Compare
Choose a tag to compare

In this release, we've added Last-modified, If-modified-since logic to resource loader (api keys, destinations).

EventNative 1.10.2

19 Oct 08:35
ed6add2
Compare
Choose a tag to compare

In this release, we've fixed an issue with batch and streaming pair storage.

EventNative 1.10.1

18 Oct 11:46
b741d7b
Compare
Choose a tag to compare

In this release docker image becomes 3-x smaller compared to the previous one.

EventNative 1.10.0

15 Oct 16:00
30e16ee
Compare
Choose a tag to compare

In this release, we've added Prometheus metrics supporting. For using it you need to enable it in config

EventNative 1.9.1

10 Oct 09:18
Compare
Choose a tag to compare

This release fixes an issue with the delay in reloading apikeys and destinations.

EventNative 1.9.0

09 Oct 14:03
Compare
Choose a tag to compare

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

08 Oct 09:16
49e2e9a
Compare
Choose a tag to compare

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.