You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »


NOTE:

  • Meshlets will only run with Java 11 and greater.

Version 

Release Date: TBD

New Features

Support filtering messages to only read messages from one instance (key)

Support DB views to skip null values for the compound sys_id and order *_sys_id values in alphabetical order.

Enhancements

Fix to truncate text if its over a column's length and log if record fails being inserted/updated in Snowflake.

Extend column to max size if content is larger than current size. Requires the extendColumnsMaxLength configuration.

Log which column is being truncated when insert/update a record into Snowflake and the data is too large for the column. Requires the truncateColumns configuration.

Bug Fixes

Fix for Numeric value 'true' is not recognized , Numeric value 'false' is not recognized error when translating boolean values for newly adding custom columns using the translateBooleans configuration.

Fix for processing message and improperly pushing to error queue.

Release Date: December 10, 2021


New Features

DataSync for Snowflake is now bi-directional! You can now share from your Snowflake database to ServiceNow. Click here to get started! 

Enhancements

Meshlets will only run with Java 11 and greater. 

Enable the purgeTable directive to truncate or delete all the records for a selected table in your database before bulk sharing. See Meshlet Configurations for Snowflake.