Skip to content

Releases: jitsucom/jitsu

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.

EventNative 1.7.0

07 Oct 15:55
Compare
Choose a tag to compare

Now Eventnative has an endpoint that allows testing connection to the destination (PostgreSQL, Redshift, and Clickhouse for now)

EventNative 1.6.0

30 Sep 14:45
Compare
Choose a tag to compare

In this release, we've added an optional parameter 'folder' to s3. Now you can configure several destinations via a single bucket with folders.
Fixed issue with raw js pixel initialization.

EventNative 1.5.0

30 Sep 11:21
adb69fe
Compare
Choose a tag to compare

In this release, we have added support of recreation storage if an error happens.
Logs have been improved. Now you will see prefix with storage name value in every log row. Also, error logs are red now.
Event buffering in streaming storages has been fixed.

EventNative 1.4.6

24 Sep 08:05
Compare
Choose a tag to compare

This release fixes user id issue.

EventNative 1.4.5

22 Sep 09:35
86cb82d
Compare
Choose a tag to compare

This release fixes table name values which are extracted with a template. Values like 'Some Event' will be formatted to 'some_event'.

EventNative 1.4.4

18 Sep 17:45
Compare
Choose a tag to compare

This release fixes passing warehouse parameter to snowflake connection.

EventNative 1.4.3

18 Sep 11:21
983a2b3
Compare
Choose a tag to compare

In this release, we've added support of google cloud storage in snowflake destination.

EventNative 1.4.2

17 Sep 09:53
Compare
Choose a tag to compare

This release contains small fixes in js part of EventNative