Skip to content

Releases: jitsucom/jitsu

Jitsu 1.42.4

01 Aug 11:39
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • #957 Fixed Snowflake "value is not recognized" errors caused by \ symbol incorrectly treated as an escape character.
  • Make destination errors multiline and more readable.

Jitsu 1.42.3

25 Jul 10:21
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • #953 S3 source: fixed "only single character unicode strings can be converted to Py_UCS4" error
  • Close.com source: added proper support in UI
  • Config reader: replace environment variable placeholders inside objects that are array elements
  • Startup time improved in certain cases

Jitsu 1.42.2

04 Jul 16:36
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • Google Ads Source: protocol switched to version 11
  • MongoDB Source: switched to v2 to get proper support of MongoDB Atlas clusters (Previous MongoDB Source marked as deprecated)
  • Airbyte sources: Increased timeout for discovering huge catalogs
  • Sources UI: Fix for "cannot be used as a JSX Component" error
  • Sync Task logger: measure destination load time and speed, and total task time and speed
  • Build fixes

Jitsu 1.42.1

16 Jun 12:00
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • Firebase source: firestore - fixed excessive time and reads count that was required to load large collections
  • Jitsu now better handles temporary loss of redis connection
  • Fix for Kustomer source – it works now
  • Source Configuration UI: Improved error reporting
  • Live Events UI: errors events now properly appears for each retry attempt
  • Yaml config: Environment variables substitution now works inside array elements

Jitsu 1.42.0

08 Jun 13:55
Compare
Choose a tag to compare

We're pleased to announce Jitsu v1.42 with:

Check out release post on our website.

Jitsu 1.41.7

23 May 19:43
fa257ba
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • Fixed bug with UI form loading for some sources (e.g. Asana)
  • Fixed build error caused by new version of oapi-codegen library with incompatible changes

Jitsu 1.41.6

25 Apr 13:21
4e48f80
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • #905 Fixed bug that applied flattening for S3 destination even when format was set to json.
  • #905 Fixed error in S3 documentation incorrectly showing that default value for format is json while in fact it was flat_json
  • #825 Allow any streaming storage to work as Post Handle destination
  • Source sync Task logs: duplicate sync logs to the main server log file by default. Allow to set up extra log file for task logs with sync-tasks: parameters group
  • Fix for Airbyte Sources UI form init with incorrect state of authorization type.
  • Small UI fixes

Jitsu 1.41.5

08 Apr 12:17
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • SSO authorization fix

Jitsu 1.41.4

07 Apr 13:43
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • #883 Always overwrite event's api_key field with value from http token
  • #834 Google Ads Source: Added Developer Token field with documentation

Jitsu 1.41.3

31 Mar 15:36
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • #863 Fixed bug preventing Airbyte sources to work in Kubernetes.
  • Added documentation with example of Docker-in-Docker setup for Jitsu airbyte sources in k8s
  • #877 Fixed bug with javascript-sdk setting up user cookie for the current web page path instead of "/" path. Bug could lead to more unique user ids then actual number of unique users.