🎉 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 #1241
- mcp: harden fail-open degraded mode by @apexlnc in #1232
- Setup nightly releases by @npolshakova in #1252
- telemetry: make spans hierarchical and refine MCP telemetry by @apexlnc in #1230
- DNS resolve offline fix by @npolshakova in #1253
- Local LLM config: sort configs by order by @howardjohn in #1256
- cel: add coalesce() function by @howardjohn in #1242
- fix: omit null cached_tokens in ai response for better compatibility by @MaYuan-02 in #1261
- tracing: fix start time on span by @howardjohn in #1254
- cel: add unvalidatedJwtPayload() function by @howardjohn in #1243
- local: set default path match by @howardjohn in #1218
- mcp: use agentgateway as server name instead of rmcp by @howardjohn in #1267
- cel: add
envas top level var by @howardjohn in #1264 - cel: expose query parameter functions by @howardjohn in #1268
- Add application/json Content-Type header to /v1/models response by @gordon-to in #1258
- local llm: allow file API key by @howardjohn in #1274
- cel: add cookie helper functions by @howardjohn in #1269
- embeddings: fix token counting for openai by @howardjohn in #1275
- refactor: move protos to shared crate by @howardjohn in #1271
- cel: add back serializing null values by @howardjohn in #1277
- fix: fix xds select loop potential deadlock by @noot in #1276
- ext authz: finish query param impl by @howardjohn in #1272
- tracing: use a stable scope name by @howardjohn in #1278
- DNS lookup family by @npolshakova in #1273
- proto: unify helper functions for shared proto objects by @howardjohn in #1279
- local llm: automatically handle responses compaction by @howardjohn in #1283
- refactor: make core wds collection pluggable by @stevenctl in #1285
- Bump gtw to v1.5.1 and gie to v1.4.0 by @howardjohn in #1238
- Fix local regex path match and prefix rewrite by @howardjohn in #1284
- mcp: fix failOpen in k8s by @howardjohn in #1299
- Misc refactoring of routes by @howardjohn in #1292
- gcp: fix auth when no ADC present by @howardjohn in #1291
- cache validator in tests by @howardjohn in #1290
- cel: drop inline by @howardjohn in #1300
- Bump go, rust, npm, python deps by @howardjohn in #1301
- gha: print out CPU used by @howardjohn in #1296
- tool dependency update by @howardjohn in #1302
- ui: bump monaco-editor dep by @markuskobler in #1305
New Contributors
- @gordon-to made their first contribution in #1258
- @noot made their first contribution in #1276
- @stevenctl made their first contribution in #1285
Full Changelog: v1.0.0...v1.0.1