Releases: jitsucom/jitsu
Releases · jitsucom/jitsu
Jitsu 1.42.8
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
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
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
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
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