Releases: jitsucom/jitsu
🚀 Jitsu v2.4.3
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
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
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
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 variableFACEBOOK_MARKETING_API_VERSION
Jitsu 1.44.6
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
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
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
Jitsu 1.44.3
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
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
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