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

# Gateway 5.5.2

Itential Gateway 5.5.2 is a maintenance release containing two enhancements and three bug fixes.

#### Enhancements (2)

| Issue                                                       | Description                                                                                                                                                                                                                                                     |
| ----------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Databricks LLM integration** (ENG-25555)                  | Added FlowAI LLM Provider support for Databricks.                                                                                                                                                                                                               |
| **Pass large values to Python script services** (ENG-26685) | Added support for passing large decorator property values to Python script services as files. Mark a property with `x-itential-payload-type: "file"` to have Gateway write its value to a temp file and pass the script an environment variable pointing to it. |

#### Bug fixes (3)

| Issue                                                                            | Description                                                                                                                                                                                         |
| -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Config delivery failure with Cisco-style banners** (ENG-26416)                 | Fixed an issue where Gateway couldn't send configuration to devices with Cisco-style banner configurations. Updated netsdk drivers now handle these banners correctly.                              |
| **Streaming required error with high maxTokens on Anthropic models** (ENG-26884) | Fixed an issue where requests with high maxTokens values to Anthropic models failed with a "streaming required" error. Changed the Anthropic SDK to use streaming to support larger token messages. |
| **iagctl RPM incompatible with RHEL and Rocky Linux** (ENG-27196)                | Fixed an issue where the iagctl RPM package wasn't compatible with RHEL 8/9 and Rocky Linux 8/9. Updated the netsdk build process to use compatible glibc Python packages.                          |