September 2023
Upsolver new features, enhancements, and bug fixes for September 2023.
Release Notes Blog
For more detailed information on these updates, check out the Upsolver October 2023 Feature Summary blog.
Weekly Software Updates
The following software updates were released in September:
2023.09.13-12.16
⬆️ Enhancements
Add
IF EXISTS
syntax toDROP
statements, e.g.DROP TABLE IF EXISTS "my_table"
, to prevent the statement from failing if an entity does not exist. This applies to:Snowflake Jobs:
Create the Snowflake table when there are no dynamic columns and the
CREATE_TABLE_IF_MISSING
option is TRUE.
2023.09.05-11.12
✨ New Features
Support added for il-central-1 region. This region is currently only supported with private VPC deployments.
⬆️ Enhancements
PostgreSQL CDC:
Tables that aren't included in the publication will not be part of the snapshot.
Apache Kafka Jobs:
When copying data from Kafka topics, names are now treated as globs (stars match any number of characters, and a question mark matches one character).
Elasticsearch Jobs:
Write
timestamp
anddate
types as ISO-8601 strings in jobs that write to Elasticsearch.
🔧 Bug Fixes
Fixed a bug in synchronized transformation jobs whereby a job with a smaller write interval than another job would not read the respective data.
Last updated