> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# 2023.2.5

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.                                                 |