Skip to content

Releases: jitsucom/jitsu

EventNative 1.28.0

15 Feb 10:18
Compare
Choose a tag to compare

We are happy to announce a huge release with completed significant issues:

EventNative 1.27.0

14 Jan 14:24
Compare
Choose a tag to compare

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

14 Jan 11:01
Compare
Choose a tag to compare

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

29 Dec 17:05
Compare
Choose a tag to compare

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

29 Dec 13:17
50214af
Compare
Choose a tag to compare

In this release, a bug with Postgres transaction commit was fixed

EventNative 1.27-beta1

28 Dec 14:54
Compare
Choose a tag to compare
Pre-release

In this release, we've implemented retrospective user recognition(issue #25 )! Read more about this feature.

EventNative 1.26.1

24 Dec 13:38
Compare
Choose a tag to compare

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

24 Dec 12:06
64ed341
Compare
Choose a tag to compare

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

17 Dec 13:06
Compare
Choose a tag to compare

In this release, we've added support of Google Analytics test connection (It validates config)

EventNative 1.25.1

16 Dec 14:51
Compare
Choose a tag to compare

In this release, we've fixed NPE in snowflake validation in the testing destination endpoint