NOTE:

  • Meshlets will only run with Java 11 and greater.

Version 

Release Date: TBD

Lithium 9.1.0 require Java 17+ to run with the new versions of the Spring libraries that require Java 17 and requires a new logback-spring.xml logging configuration file. Please contact Perspectium Support for this file.

Enhancements

Upgrade to Spring Boot 3.4.2, Spring Framework 6.2.3 and Spring Cloud 2024.0.0 libraries. These libraries require Java 17+ to run and are using SnakeYAML 2.3 which are not affected by CVE-2022-1471.

Upgrade to Snowflake 3.22.0 JDBC driver.

Release Date: February 27, 2025

  • Lithium 9.0.2 and newer will require a new databaseConfig.json. Contact Perspectium Support for more information.
  • Meshlets require the Spring - Main configuration for allow-circular-references to be set to true in the application.yml configuration file to properly run. Please see here for more information.
Bug Fixes

Ignore .delete messages sent to the meshlet when the record doesn't exist in Snowflake.

(info) NOTE: Since deletes don't have any content to store in the temporary files the meshlet uses, the number of deleted records won't be used to determine if the maxFileSize configuration has been reached to pushed changes to Snowflake. The deletes will happen once the max is reached for inserts/updates or the postInterval timing interval has been reached.

Release Date: October 29, 2024

Meshlets require the Spring - Main configuration for allow-circular-references to be set to true in the application.yml configuration file to properly run. Please see here for more information.

Enhancements

Support reading records sent from ServiceNow that have invalid XML characters causing invalid white space character error.

Support reading records sent from ServiceNow that have extra CDATA tags causing special character such as emojis to error in the meshlet.

Release Date: September 11, 2024

Meshlets require the Spring - Main configuration for allow-circular-references to be set to true in the application.yml configuration file to properly run. Please see here for more information.

Enhancements

Support reading data from MBS that was sent from ServiceNow with Encrypt on Send option due to ServiceNow GlideEncrypter deprecation. See ServiceNow Encryption Options for more information. 

  • No labels