·
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 ...