Download Latest Version v0.11.3 source code.tar.gz (2.9 MB)
Email in envelope

Get an email when there's a new version of agentgateway

Home / v0.11.0
Name Modified Size InfoDownloads / Week
Parent folder
agentgateway-linux-arm64.sha256 2025-12-18 99 Bytes
agentgateway-darwin-amd64 2025-12-18 53.7 MB
agentgateway-darwin-amd64.sha256 2025-12-18 100 Bytes
agentgateway-darwin-arm64 2025-12-18 49.2 MB
agentgateway-darwin-arm64.sha256 2025-12-18 100 Bytes
agentgateway-linux-amd64 2025-12-18 59.3 MB
agentgateway-linux-amd64.sha256 2025-12-18 99 Bytes
agentgateway-linux-arm64 2025-12-18 52.4 MB
agentgateway-windows-amd64.exe 2025-12-18 58.4 MB
agentgateway-windows-amd64.exe.sha256 2025-12-18 105 Bytes
README.md 2025-12-18 15.7 kB
v0.11.0 source code.tar.gz 2025-12-18 2.9 MB
v0.11.0 source code.zip 2025-12-18 3.2 MB
Totals: 13 Items   279.1 MB 0

Agentgateway is an open source project that is built on AI-native protocols to connect, secure, and observe agent-to-agent and agent-to-tool communication across any agent framework and environment.

This release is one of the largest Agentgateway releases to date, and includes significant new features and improvements.

New Features

  • Added support for Mutual TLS listeners
  • LLM Prompt Guards now support multiple prompt guards, in an ordered list
  • Added support for automatic LLM Prompt Caching
  • Added support for LLM Embeddings
  • Added support for OpenAI Responses API
  • Added support for Anthropic Count Tokens API
  • Added support for Basic authentication
  • Added support for API Key authentication
  • Support for stateful routing to MCP backends
  • Added support for HTTP-based External Authorization servers (in addition to the existing gRPC support). Check out the examples using this to integrate with Tailscale and Oauth2 Proxy!
  • CIDR and IP support for CEL expressions. See the example for a sample IP authorization allowlist!
  • Added support for the Azure OpenAI provider
  • Policies can now be specified on listeners, allowing policies to run before routing occurs.
  • A new concept of "Frontend Policies" has been added. These can be configured at the top level frontendPolicies field. Frontend policies define how to handle incoming traffic, and can be dynamically updated. This includes fields to customize TCP, TLS, and HTTP behavior, as well as logging and tracing.
  • New fields have been exposed to CEL expressions: response.headers, apiKey, basicAuth, llm.params.{dimensions,encoding_format} (for Embeddings), and source.{subjectAltNames,issuer,subject,subjectCn} (for Mutual TLS).

Kubernetes Controller (Kgateway)

When deploying Agentgateway, it is recommended to run with Kgateway which provides a first class Kubernetes controller (with Gateway API support). In addition to the features above, this release paves the way for the upcoming Kgateway v2.2.0, which is a major leap forward in running Agentgateway on Kubernetes.

This release will further decoupled Agentgateway from Kgateway's Envoy-based components, including...

  • A new set of APIs: AgentgatewayPolicy, AgentgatewayBackend, and AgentgatewayParameters.
  • A new Helm chart for Agentgateway usage.
  • A new controller image dedicated to Agentgateway.

These new changes will avoid confusion between the two dataplane modes of Kgateway, and enhance our ability to deliver features quickly.

Please note, these changes represent a breaking change in the v2.1.0 to v2.2.0 upgrade. Please consult the migration guide, and stay tuned for the official v2.2.0 release!

Breaking Changes

  • When using the promptGuard policy type, guards (regex, webhook, moderation, etc) are now specified in an ordered list.
  • When using the extAuthz policy type, a new field protocol is required. To retain the old behavior, set this to grpc.
  • When using an ai backend type, the following fields have been moved: backendAuth, backendTLS, promptGuard, prompts, overrides, defaults, modelAliases. Instead, these are now under policies.backendAuth, and similar for the others. In addition, all backend policies may now be set on the new field, instead of just the subset that was previously allowed.
  • The config.listener settings have been moved to frontendPolicies.

What's Changed

New Contributors

Full Changelog: https://github.com/agentgateway/agentgateway/compare/v0.10.5...v0.11.0

Source: README.md, updated 2025-12-18