For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Platform 2023.2.5 is a maintenance release containing enhancements, bug fixes, and security updates.
Bug fixes (2)
Feature
Description
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.