Skip to content

🚀 Jitsu v2.8.0

Compare
Choose a tag to compare
@absorbb absorbb released this 16 Aug 11:58
· 211 commits to newjitsu since this release

What's New

  • 🔒 @jitsu/js support for Privacy Settings to comply with with GDPR and other privacy regulations
  • 🧭 @jitsu/js support for Safari Intelligent Tracking Prevention solution
  • 🔄 Syncs: UI: It is now possible to cancel running task
  • 🔄 Syncs: UI: Display intermediate statistics or the progress of ongoing tasks
  • 🔄 Syncs: Support for "namespaces" – allow to sync streams to warehouse schema or database other than configured in destination
  • 🔄 Syncs: Improved compatibility with various source images. Support for concurrent streams.
  • 🎯 Google Analytics 4 destination: fill user_properties from user traits
  • 🎯 Posthog destination: support for screen events
  • 🎯 Posthog destination: fill geo ip properties

Other significant changes

  • 🚀 bulker: improved support of JSON type
  • 🚀 HTTP API: support for passing write key as query parameter
  • 🔄 Syncs: Preserve the order of table columns as specified in the source catalog
  • 🔄 Syncs: Normalize Names option that syncs table and column names in case insensitive fashion
  • ⚙️ Self-hosted: syncctl,sidecar services no longer depends on bulker service. Bulker library is nested into sidecar image
  • 🚀 ... a lot of bug fixes and UI improvements