Releases: jitsucom/jitsu
EventNative 1.28.0
We are happy to announce a huge release with completed significant issues:
- Singer taps as sources [#139]: We currently support any singer tap as a pull data source! Read more about configuration;
- Google Analytics as a source [#178]: Since Singer hasn't supported Google Analytics yet, you can use our custom implementation! Read more about configuration;
- Facebook Marketing API as a source [#167]: Now EventNative can pull your Facebook marketing data! Read more about configuration;
- Redis as a source [#175] - Read more about configuration;
- Facebook Conversion API as a destination [#145]: At present EventNative can send your data (page views, conversions, registrations, etc) to Facebook! Read more about configuration;
- Dry run endpoint [#136]: Now you can figure out what structure will be used to store your event without saving it to the destination. Read more about configuration.
EventNative 1.27.0
We are happy to announce [Retrospective users recognition feature[#25] is released now! Know all users referer links! Read more about this feature and configuration.
EventNative 1.26.4
In this release, we've got rid of generating event id on the JS pixel side (#dupl. Now event id is generated on the backend side (if it isn't provided in a request). Reed more in #155 issue.
EventNative 1.26.3
In this release, we've replaced event id and anonymous id Math.random() generation in JS pixel with uuidv4. For more information see this issue.
EventNative 1.26.2
In this release, a bug with Postgres transaction commit was fixed
EventNative 1.27-beta1
In this release, we've implemented retrospective user recognition(issue #25 )! Read more about this feature.
EventNative 1.26.1
In this release, we've improved the SQL logs configuration. Now DDL and DML logs are configured separately. For more details, see issue #150
EventNative 1.26.0
In this release, we have implemented bulk update logic. When bulk update functionality is used, some part of data is removed by some deletion condition and then the new data is inserted (for example, there were 100 rows at the source, then one row was removed - this would delete old data and insert the fresh one).
EventNative 1.25.2
In this release, we've added support of Google Analytics test connection (It validates config)
EventNative 1.25.1
In this release, we've fixed NPE in snowflake validation in the testing destination endpoint