This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.
1.17.0 - 11 Nov 2020
We're are pleased to announce a 1.17.0
. Here's the list of most exciting features:
- Postgres data deduplication. This feature is very useful if you want to send same JSON objects with a unique key and don't worry about duplicates. Now you can configure primary key constraints in Postgres destination and records with existing ids will be updated! Read more about Postgres primary keys configuration
- System monitoring. Notifications about service starts, system errors will be sent in you Slack! Read more about Slack notifier configuration
- ClickHouse optimization. At present all fields are created as non-null by default, but you can specify nullable fields as well. Read more about ClickHouse configuration
- Test Destination connection. Now we support testing Snowflake and BigQuery connections as well! Read more about connection testing
See more detailed changelog on GitHub