Subscribe to our RSS Feed or by email to receive automatic notifications when new releases are published. Get notified when we ship new features and improvements.

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.

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