Skip to content

Releases: jitsucom/jitsu

Jitsu 1.43.2

21 Nov 11:32
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • Configurator UI: Added support for JITSU_SERVER_PUBLIC_URL environment variable to customize jitsu server URL offered in Onboarding tour and ApiKey connection docs snippets

Jitsu 1.43.1

16 Nov 13:56
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • Source Editor UI: added option to select sync hour for daily sync schedule
  • Uploader run period for destination in batch mode can be customized on Api Key level
  • Airbyte Zoom source switched to new implementation. Previous implementation marked as deprecated.

Jitsu 1.43.0

10 Nov 10:39
Compare
Choose a tag to compare

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

Check out release post on our website.

Jitsu 1.42.8

12 Sep 12:57
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • #966 Hubspot destination: decision whether to skip event now happens after javascript transformations – transformation may add necessary fields (e.g. user.email) to avoid skipping
  • S3 destination: Added Endpoint setting to UI form
  • #965 Destination extensions: properly handle configs with nested objects and arrays
  • Destination extensions: npm package: prefer latest version that matches configured semver during destination init.
  • Clickhouse destination: Skip MATERIALIZED, ALIAS and EPHEMERAL columns while inserting objects into tables.

Jitsu 1.42.7

01 Sep 10:07
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • #962 Hubspot destination: added Private Apps Access Token support for authorization since API Key is deprecated
  • Added Elasticsearch source (Airbyte based)
  • User Agent resolver: improve bot detection (parsed_ua.bot field value will be populated for significantly more known bots User Agents)
  • Fix for Airbyte support initialization when starting Jitsu outside docker container

Jitsu 1.42.6

22 Aug 14:35
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • Facebook Marketing source: Upgrade API version to v14.0
  • Amplitude Source: Allow to provide alternative API server (For projects with EU data residency)
  • Airbyte based Sources: fixed bug when selected Airbyte Image Version was not saved in source config
  • Airbyte based Sources: Discover catalog timeout increased to 30 min

Jitsu 1.42.5

10 Aug 13:18
Compare
Choose a tag to compare

This hotfix release includes the following fixes:

  • #960 Amplitude Destination: Allow to provide alternative API endpoint (For projects with EU data residency)
  • Allow redis database selection for all Server and Configurator redis connection pools
  • User agent parser: upgraded library and database version

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