v1.0.7
[1.0.7] — 2026-05-11
Internal architecture release completing the cmd/ferrogw refactor. No public API or behaviour changes.
Changed
cmd/ferrogwrefactor — Phases 2–6: Moved all remaining business logic out ofcmd/ferrogw/into dedicatedinternal/packages.main.gois now 59 lines of Cobra wiring + plugin imports.internal/httpserver/— HTTP server constructor (server.go) and Prometheus connection tracker (conntracker.go)internal/proxy/— Pass-through reverse proxy and model scanner (benchmarks preserved)internal/handler/— All/v1/*HTTP handlers: chat completions, completions, embeddings, images, modelsinternal/middleware/— Rate-limit middleware and proxy-auth middleware (joined existing CORS)internal/dashboard/— Template rendering, pprof wiring, and startup logointernal/httpserver/router.go— Full Chi router wiringinternal/bootstrap/bootstrap.go— Gateway construction, provider registration, config loading, startup banner, andServe()entry point
Full changelog: https://github.com/ferro-labs/ai-gateway/blob/v1.0.7/CHANGELOG.md