Skip to content

Releases: jitsucom/jitsu

🚀 Jitsu v2.4.6

28 Feb 16:10
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • 🔄 console: fixed bug with Sign In page not working on some setups
  • 🔄 console: Live Events now has the toggle to enable Functions debug logs
  • ⚙️ GTM destination fix for GTM tag initialization
  • ⚙️ rotor: another fix for graceful shutdown

👉 Full changelog

🚀 Jitsu v2.4.5

20 Feb 16:04
Compare
Choose a tag to compare

This hotfix release includes the following changes:

  • 🔄 console: fixed bug in anonymous telemetry system that could cause error and timeout on some UI operations.
  • ⚙️ rotor: token authorization can be enabled for rotor endpoints
  • ⚙️ rotor: graceful shutdown now must work properly
  • 💅🏾 @jitsu/js. Jitsu processing queue now accepts arrays in addition to callbacks
  • unified format of AUTH_TOKENS for all components.

👉 Full changelog

🚀 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