Releases: jitsucom/jitsu
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.
EventNative 1.7.0
Now Eventnative has an endpoint that allows testing connection to the destination (PostgreSQL, Redshift, and Clickhouse for now)
EventNative 1.6.0
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
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
This release fixes user id issue.
EventNative 1.4.5
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
This release fixes passing warehouse parameter to snowflake connection.
EventNative 1.4.3
In this release, we've added support of google cloud storage in snowflake destination.
EventNative 1.4.2
This release contains small fixes in js part of EventNative