Releases: jitsucom/jitsu
Releases · jitsucom/jitsu
Jitsu 1.42.4
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
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
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
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
We're pleased to announce Jitsu v1.42 with:
- Support for Source Connectors Plugins created with our TypeScript SDK
- BigQuery available for Source syncs
- New JS transformations
- New connectors: Airtable source and Google Cloud Storage destination
- Memory leaks fixes
- UI improvements
- and more
Check out release post on our website.
Jitsu 1.41.7
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
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 wasflat_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
This hotfix release includes the following fixes:
- SSO authorization fix
Jitsu 1.41.4
Jitsu 1.41.3
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.