Skip to content

NeoGate v0.2.0

Latest

Choose a tag to compare

@neogate-io neogate-io released this 16 Jun 06:57

NeoGate v0.2.0 expands the gateway from a request relay and admin console into a more operationally complete private AI gateway, with scheduled upstream monitoring, richer channel management, improved deployment paths, and refreshed public documentation.

Highlights

  • Added a dedicated neogate-scheduler workspace package for scheduled background jobs.
  • Added scheduled upstream channel probes, including per-channel probe samples, latency/status tracking, and automatic cleanup of old probe history.
  • Added scheduled upstream model catalog sync for enabled OpenAI-compatible endpoints, with discovered models recorded into provider and channel model state.
  • Added channel model runtime state so routing, diagnostics, pricing readiness, missing models, cooldowns, and probe results can be managed at the model level.
  • Added upstream channel diagnostics in the admin console, including endpoint checks, /v1/models discovery, probe requests, missing-model reporting, and recent probe trend visualization.
  • Added first-class upstream channel key management, including create, list, reveal, update, delete, enable/disable, health, cooldown, and last-used metadata.
  • Refined admin channel management with improved endpoint/model editors, model fetching, pricing readiness indicators, runtime switches, responsive model detail tables, and clearer localized text.
  • Added a China-specific Docker Compose file, docker-compose.cn.yml, with preconfigured image, Cargo, APT, and npm mirrors for easier mainland China deployments.
  • Added Windows install script generation and improved install command behavior, setup prompts, clipboard handling, bootstrap health endpoints, and npm mirror support.
  • Added source and cluster deployment documentation in English and Chinese, including explicit scheduler startup guidance.
  • Added a bilingual static website, comparison pages, refreshed repository presentation, roadmap, security policy, contribution guide, and GitHub issue/PR templates.
  • Improved Docker build reliability with a root Cargo workspace, lockfile, configurable mirrors, and combined backend/scheduler release builds.
  • Improved image-task compatibility by preserving image_format for async image tasks and adjusted Nginx sendfile behavior for streamed or generated assets.
  • Continued admin UI consistency work across tables, status switches, pagination, scroll behavior, and narrow viewport layouts.

Version

  • Target branch: main
  • Tag: v0.2.0
  • License: AGPL-3.0-only