Releases: DojoGenesis/gateway
Releases · DojoGenesis/gateway
v3.0.0
Agentic Gateway v3.0.0
See CHANGELOG.md for full release notes.
Changelog
Features
- e4cc10e feat: Era 4 Track A completion — D1Syncer wiring + sync tests
- 0db4fc2 feat: Era 4 Track A — D1 CAS sync (schema, sync loop, delta/batch/status endpoints)
- dee2e2d feat: Era 4 Track B — Edge Worker for webhook handling (8 platform adapters)
- 2b01443 feat: Era 4 Track C — Federated Agent Mesh (DID identity, announce, delegate)
- 248c37b feat: Era 4 Track D — integration gate + test coverage sweep
Bug Fixes
- ac17517 fix: MCP sidecar binary path in prod compose
- 9cc8e39 fix: sync Dockerfile.bridge with actual go.work module layout
- 5ab7054 fix: sync root Dockerfile with go.work module layout
- 354b713 fix: unblock CI — add dist/.gitkeep, fix GHCR namespace + goreleaser target
- 94526fb fix: untrack goreleaser dist/ artifacts blocking Release workflow
Full Changelog: v2.5.0...v3.0.0
Docker: docker pull ghcr.io/dojogenesis/agentic-gateway:3.0.0
v2.5.0
Agentic Gateway v2.5.0
Highlights
- 8 LLM providers — Anthropic, OpenAI, Google Gemini, Groq, Mistral, Kimi (K2.5), DeepSeek, Ollama
- 8 channel adapters — Slack, Discord, Telegram, Email, SMS, WhatsApp, Teams, WebChat
- 70+ HTTP routes — OpenAI-compatible API, agent management, CAS, MCP protocol, admin
- Telemetry worker — OTEL spans, orchestration events, D1 migration, dashboard panels
New since v2.4.0-era3
feat:Telemetry worker endpoints + Kimi (K2.5) providerfeat:D1 migration for CAS sync infrastructurefix:Workspace root propagation for cross-process CWD resolutionfix:Port unification 8080 → 7340 across 11 filesfix:Detach chat handler from HTTP request contextchore:Release prep — removed 179MB tracked binaries, fixed goreleaser version injection, updated CI Go version pins, fixed e2e port in CI
Install
go install github.com/DojoGenesis/gateway/cmd/[email protected]Full Changelog: v2.4.0-era3...v2.5.0