🚀 Jitsu v2.9.0
·
120 commits
to newjitsu
since this release
What's New
- 🔔 Notifications: New Feature! You can now subscribe to notifications for sync and batch statuses. (Currently, only Slack notifications are supported in the self-hosted version.)
- 🔄 Syncs: It is now possible to edit saved state in UI
- ⚙️ Functions: Warehouse API was added to JavaScript functions that allows to query data from ClickHouse warehouses.
- 🎯 Snowflake destination: Support for Key-Pair authentication #1182
- 🎯 Posthog destination: fix an issue with the tracking of anonymous users by @jspizziri in #1179
- 🎯 GA4 destination: fix an issue with zero value purchases/transactions by @jspizziri in #1183
- ⚙️ Self-hosted: Redis was brought back as viable solution for Persistent Storage. by @dmeremyanin in #1185
- ⚙️ Self-hosted:
rotor
,bulker
,ingest
: Add support for custom CA certificate in Kafka SSL configuration by @dmeremyanin in #1175 jitsucom/bulker#23 - ⚙️ Self-hosted:
rotor
: Allow use of third-party S3-compatible storages for MaxMind by @dmeremyanin in #1174 - ⚙️ Self-hosted:
bulker
: Add configurable retention time for retry topic by @dmeremyanin jitsucom/bulker#25
Other changes
- 🎾 @jitsu/js:1.9.17: added option to customize cookie names
- 🎯 Snowflake destination: fix bug when some alphanumeric columns could be created as 'quoted' case sensitive
- 🎯 ClickHouse destination: increase column width limit to 127
- 🎯 MySQL destination: fix for primary key managing queries not working on some versions
- 🎾 ingest: CORS: added cache-control header to Access-Control-Allow-Headers
- 🎾 @jitsu/js:1.9.17: De-duplicate getSeed generation in high throughput scenarios by @ikraamg in #1186
- 🚀 bulker: Batch processing performance optimization
- 🛡️ console: remove risky console.logs by @rodfsoares in #1170
- 🚀 bugfixes and UI improvements, dependencies upgrades ...
New Contributors
- @vkhanhqui made their first contribution in #1177
- @ikraamg made their first contribution in #1186