| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agentgateway-darwin-arm64 | 2026-03-20 | 53.8 MB | |
| agentgateway-darwin-arm64.sha256 | 2026-03-20 | 100 Bytes | |
| agentgateway-linux-amd64 | 2026-03-20 | 59.0 MB | |
| agentgateway-linux-amd64.sha256 | 2026-03-20 | 99 Bytes | |
| agentgateway-linux-arm64 | 2026-03-20 | 53.6 MB | |
| agentgateway-linux-arm64.sha256 | 2026-03-20 | 99 Bytes | |
| agentgateway-windows-amd64.exe | 2026-03-20 | 63.6 MB | |
| agentgateway-windows-amd64.exe.sha256 | 2026-03-20 | 105 Bytes | |
| README.md | 2026-03-20 | 5.3 kB | |
| v1.0.1 source code.tar.gz | 2026-03-20 | 4.3 MB | |
| v1.0.1 source code.zip | 2026-03-20 | 5.1 MB | |
| Totals: 11 Items | 239.4 MB | 0 | |
🎉 Welcome to the 1.0.1 release of the agentgateway project!
Artifacts
Docker images are available:
cr.agentgateway.dev/agentgateway:v1.0.1cr.agentgateway.dev/controller:v1.0.1
Helm charts are available:
cr.agentgateway.dev/charts/agentgateway:v1.0.1cr.agentgateway.dev/charts/agentgateway-crds:v1.0.1
Binaries are available below.
Quick Start
Follow the Kubernetes or Standalone quick start guide to get started!
What's Changed
- cel: properly escape messages in permissive mode failures by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1241
- mcp: harden fail-open degraded mode by @apexlnc in https://github.com/agentgateway/agentgateway/pull/1232
- Setup nightly releases by @npolshakova in https://github.com/agentgateway/agentgateway/pull/1252
- telemetry: make spans hierarchical and refine MCP telemetry by @apexlnc in https://github.com/agentgateway/agentgateway/pull/1230
- DNS resolve offline fix by @npolshakova in https://github.com/agentgateway/agentgateway/pull/1253
- Local LLM config: sort configs by order by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1256
- cel: add coalesce() function by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1242
- fix: omit null cached_tokens in ai response for better compatibility by @MaYuan-02 in https://github.com/agentgateway/agentgateway/pull/1261
- tracing: fix start time on span by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1254
- cel: add unvalidatedJwtPayload() function by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1243
- local: set default path match by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1218
- mcp: use agentgateway as server name instead of rmcp by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1267
- cel: add
envas top level var by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1264 - cel: expose query parameter functions by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1268
- Add application/json Content-Type header to /v1/models response by @gordon-to in https://github.com/agentgateway/agentgateway/pull/1258
- local llm: allow file API key by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1274
- cel: add cookie helper functions by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1269
- embeddings: fix token counting for openai by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1275
- refactor: move protos to shared crate by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1271
- cel: add back serializing null values by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1277
- fix: fix xds select loop potential deadlock by @noot in https://github.com/agentgateway/agentgateway/pull/1276
- ext authz: finish query param impl by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1272
- tracing: use a stable scope name by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1278
- DNS lookup family by @npolshakova in https://github.com/agentgateway/agentgateway/pull/1273
- proto: unify helper functions for shared proto objects by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1279
- local llm: automatically handle responses compaction by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1283
- refactor: make core wds collection pluggable by @stevenctl in https://github.com/agentgateway/agentgateway/pull/1285
- Bump gtw to v1.5.1 and gie to v1.4.0 by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1238
- Fix local regex path match and prefix rewrite by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1284
- mcp: fix failOpen in k8s by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1299
- Misc refactoring of routes by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1292
- gcp: fix auth when no ADC present by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1291
- cache validator in tests by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1290
- cel: drop inline by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1300
- Bump go, rust, npm, python deps by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1301
- gha: print out CPU used by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1296
- tool dependency update by @howardjohn in https://github.com/agentgateway/agentgateway/pull/1302
- ui: bump monaco-editor dep by @markuskobler in https://github.com/agentgateway/agentgateway/pull/1305
New Contributors
- @gordon-to made their first contribution in https://github.com/agentgateway/agentgateway/pull/1258
- @noot made their first contribution in https://github.com/agentgateway/agentgateway/pull/1276
- @stevenctl made their first contribution in https://github.com/agentgateway/agentgateway/pull/1285
Full Changelog: https://github.com/agentgateway/agentgateway/compare/v1.0.0...v1.0.1