Skip to content

Releases: jitsucom/jitsu

🚀 Jitsu v2.4.3

06 Feb 13:47
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • ⚠️ Important: Authorization was not enabled for: bulker, ingest, syncctl services when configured using raw tokens (primarily in docker-compose)
  • console: listen for requests on all hostnames (0.0.0.0) - may be necessary for productions setups

🚀 Jitsu v2.4.1

01 Feb 16:18
Compare
Choose a tag to compare

This release offers a refinement to self-hosted deployment process among with bunch of other fixes and improvements.

Due to number of changes migration from previous docker-compose setup is not supported

Here is the list of the most significant changes:

✅ Event Ingestion API was moved to the dedicated service written in Go language: jitsucom/ingest
✅ GitHub OAuth app is no longer required to setup Jitsu
✅ Improved performance of jitsucom/rotor service. Now it supports concurrent execution of multiple functions
✅ Simplified setup of Connector Syncs with much shorter Minikube example
jitsucom/console image was significantly reduced in size, from 900M to 172M
✅ Kafka image upgraded to the fresh one bitnami/kafka:3.6.0

Jitsu 1.44.8

16 Oct 12:01
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • Postgres Destination: added support for servers with SNI
  • Google Ads source: support for custom WHERE clause for GAQL query
  • Salesforce source: added native airbyte version
  • Firebase Source: load user's DisplayName and PhotoURL properties
  • Airbyte and Singer based sources: correctly detect numeric types in data columns

Jitsu 1.44.7

30 Jun 07:25
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • Fixed Javascript Debugger UI not rendered correctly.
  • Facebook Marketing source: API version bumped to 17. Now API version can be overridden with environment variable FACEBOOK_MARKETING_API_VERSION

Jitsu 1.44.6

02 Jun 08:05
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • Snowflake: fix for table cleanup didn't work properly during source syncs
  • Sources Sync: support more variants of date formats in source data
  • Sources Sync: fix for bug with primary key calculation of objects without explicit key that could lead to data duplication in some cases
  • Firebase source: optimize performance of sub-collection syncs
  • Airbyte Sources: don't offer dev versions of images that could lead to failed syncs
  • Added Google Analytics (GA4) airbyte source
  • Added WooCommerce airbyte source.
  • Build fixes

Jitsu 1.44.5

02 May 08:47
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • Google Ads source: correct data type for videoQuartile-s metrics
  • Source Sync Tasks: allow tasks to run for up to 48 hours

Jitsu 1.44.4

18 Apr 15:44
Compare
Choose a tag to compare

This hotfix release includes the following changes:

Global destination feature

In multi-project setups it is now possible to select a 'global destination' that will capture events from all API keys in all projects.
Read more

Other changes

  • #1010 reduce default value of MaxIdle parameter for all redis pools to 10
  • #1009 added "host.docker.internal:host-gateway" host alias for airbyte source tasks
  • #1012 Added options to customize prometheus metrics endpoint and authorization

Jitsu 1.44.3

05 Apr 07:52
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • Fixed bug that could lead to loss of events for streaming destination during config update.
  • #1007 Google Sheets source: deprecate Singer based source in favor of Airbyte version
  • Added Facebook Pages airbyte source
  • Added SFTP and SFTP Bulk airbyte source connectors

Jitsu 1.44.2

29 Mar 09:16
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • #1006 Facebook Marketing Source: upgrade API to v16
  • Snowflake destination: respect max allowed SQL query length and payload size
  • Snowflake destination: quote reserved words for column names

Jitsu 1.44.1

24 Mar 12:56
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • Auth0 SSO: /api/v1/users/info response is enriched with sso provider's profile data
  • Merged #1003 PR that made possible to use auth0 SSO service for other OIDC providers