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

Gateway 5.5.0 is a minor release that introduces external secrets management, Gateway Manager database import and export, and FlowAI execution capabilities. This release also includes bug fixes and enhancements.

For more information on new features included in this release, see [Gateway 5.5.0 feature announcement](/itential-gateway/release-notes/feature-announcements/550).

#### Enhancements (4)

| Feature                                                    | Description                                                                                                                                                                                                                                     |
| ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **External secrets management** (ENG-22481)                | Added support for resolving secrets from external providers at runtime, including HashiCorp Vault (token and AppRole auth), CyberArk CCP, and custom plugins. Resolved values are never stored in the Gateway database or returned to Platform. |
| **Gateway Manager database import and export** (ENG-24248) | Exposed Gateway database import and export as API-callable methods, accessible via the Itential Platform API and the Gateway Manager UI. Supports JSON and YAML formats, with Git-sourced imports available through the Platform API.           |
| **LLM provider proxying for FlowAI** (ENG-24473)           | Extended Gateway to proxy LLM provider requests for FlowAI. Model profiles in FlowAI can now be configured to route requests to Anthropic, OpenAI, Google Gemini, AWS Bedrock, Mistral, and Ollama through a specific Gateway cluster.          |
| **Python 3.14 support** (ENG-24911)                        | Updated Netmiko to support Python 3.10 through 3.14.                                                                                                                                                                                            |

#### Bug fixes (2)

| Ticket                                                                        | Description                                                                                                                                                        |
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Proxy no\_proxy settings not honored** (ENG-24905)                          | Fixed an issue where Gateway ignored system `no_proxy` settings when routing traffic through `http_proxy` or `https_proxy`.                                        |
| **Decorator parser corrupts JSON strings containing apostrophes** (ENG-24309) | Fixed an issue where the decorator parser corrupted JSON string values containing apostrophes, causing array and object decorator parameters to fail unmarshaling. |