Subscribe to our RSS feed or by email to receive automatic notifications when we ship new features and improvements.
July 22, 2024

2023.2.5

Platform 2023.2.5 is a maintenance release containing enhancements, bug fixes, and security updates.

FeatureDescription
running a JST, the result from (ENG-1070)When running a JST, the result from any Set entries, Set values, or String matchAll method will yield an iterator instead of an array, which will cause these returns to appear as an empty object. These methods should now return an array, as expected.
JSON Transformation (JST) methods that take (ENG-3007)JSON Transformation (JST) methods that take an array as input were returning an error. Updated the optimization steps in JST to ensure steps are re-ordered correctly prior to running the transformation.