Skip to content

🚀 Jitsu v2.10.0

Latest
Compare
Choose a tag to compare
@absorbb absorbb released this 28 May 14:07
· 8 commits to newjitsu since this release

What's Changed

  • 🎯 MotherDuck (DuckDB) New destination added!
  • 🔔 Notifications: Added support for email notifications. Check configuration docs
  • 🔄 Syncs: Added Schema Changes option that allows to automatically react on schema changes or new streams in source connectors of file or database types.
  • 🕵️‍♂️ Identity Stitching fixed #1133
  • ⚙️ console: It is now possible to delete workspace by @danhemerlein in #1196
  • ‼️ Breaking Change ‼️ Events Log settings of ingest:INGEST_CLICKHOUSE_HOST and bulker:BULKER_CLICKHOUSE_HOST now expect port of http(s) protocol, e.g.: clickhouse.example.com:8443

Other changes

  • 🎯 ClickHouse destination: Experimental support for JSON type (Enabled when enable_json_type=1 added to connection parameters)
  • ⚙️ Compatibility: Added endpoints to maintain compatibility with new versions of analytics-react-native package
  • 🚀 Various performance optimizations
  • 🚀 bugfixes and UI improvements, dependencies upgrades ...