Skip to content
Klyo Changelog

Klyo Gateway

Product updates for Klyo Gateway, most recent first.

Subscribe via RSS.

  1. improvement v1.12.0
    Redesigned chat top bar and resizable sidebar

    The chat top bar consolidates profile, admin, statistics, language, theme, and logout into a single account menu. The same menu and a clear…

  2. feature v1.11.1
    Default alerting with Prometheus rules and bundled Alertmanager

    The gateway now ships with a default Prometheus alert rule set and a bundled Alertmanager service so a fresh install can page an operator wi…

  3. improvement v1.11.1
    Preflight validation and live startup visibility for self-hosted installs

    make up now runs a preflight pass against the host before starting any container. The checks cover port conflicts, database password mismatc…

  4. feature v1.11.1
    Redacted diagnostics bundle for support cases

    make support-bundle collects a single redacted tarball containing the artefacts most often requested during a support case: recent container…

  5. feature v1.11.1
    Verified database snapshot taken before every migration

    Every schema migration now starts with an automatic, verified snapshot of the database. The snapshot is checksummed and a sample restore is…

  6. feature v1.11.0
    Automatic model fallback when a provider errors before the first token

    If a model errors before it produces any reply content, the gateway now transparently retries the request against the next allowed model in…

  7. fix v1.11.0
    Cancelled replies, edit-regenerate, and provider errors now surface clearly

    Three chat reliability fixes. Cancelling a reply mid-stream no longer leaves a spinner stuck on "Generating…" until reload. The bubble now r…

  8. feature v1.10.13
    Frontier model catalog refresh across Anthropic, OpenAI, and Google

    The admin Providers page now lists current frontier models from the three major providers so they can be enabled without editing YAML. Added…

  9. security v1.10.12
    Hardening pass on firewall, egress, PII, and TOTP

    Six safety-critical components received targeted hardening as part of the traceability gate that ships with every release. The firewall rege…

  10. improvement v1.10.11
    In-app changelog tab now reads the public release feed

    The changelog tab inside the gateway no longer surfaces an internal engineering log. It now reads the public release feed at changelog.klyo.…

  11. security v1.10.10
    Closed login timing oracle and password-change race condition

    Two authentication hardening fixes. The login endpoint previously took measurably less time to respond when the submitted email did not exis…

  12. improvement v1.10.10
    Verified-backup health endpoint and canary auto-rollback on SLO breach

    Two reliability additions for self-hosted operators. The new /health/deep endpoint returns HTTP 503 when no SHA-256-verified backup complete…

  13. feature v1.10.9
    Safety evidence package shipped with every release

    A signed safety evidence package is now attached to every gateway release. Customers deploying into regulated verticals — avionics, automoti…

  14. feature v1.10.8
    Appeal flow for false-positive PII redactions

    End users can now report a false-positive redaction directly from the chat preview. Each finding on the preview banner exposes a "Report fal…

  15. improvement v1.10.7
    Unified routing for policy-flagged content with active-target visibility

    When a Secure LLM or on-premise model is configured and the administrator opts in, content that would otherwise be blocked for policy reason…

  16. security v1.10.6
    Web framework upgraded to close RSC denial-of-service vulnerability

    The bundled web framework is upgraded to close CVE-2026-23869, a denial-of-service vulnerability in Server Components endpoints where a craf…

  17. security v1.10.5
    Removed unused authentication library flagged by CVE-2026-27962

    Removed an unused authentication library that customer dependency-scanners were flagging for CVE-2026-27962 — a JWT signature-verification b…

  18. improvement v1.10.3
    Secure LLM display name now shown in the chat attribution pill

    The friendly display name administrators set for the Secure LLM provider — for example, "Our EU GPT-4o" — now appears under each assistant r…

  19. fix v1.10.2
    Hotfix for Secure LLM save returning a 500 error

    Hotfix for v1.10.1. Saving a new Secure LLM provider on a self-hosted install returned a 500 error because the encryption master key generat…

  20. improvement v1.10.1
    Bundled on-premise model container is now opt-in

    Self-hosted deployments without a GPU can now leave the bundled local-inference container out entirely, saving roughly 8 GB of resident memo…

  21. feature v1.10.0
    Secure LLM lane for policy-flagged content

    Customers without on-premise GPUs can now nominate any trusted external or self-hosted model as the route for policy-flagged content. A new…

  22. fix v1.9.1.1
    Hotfix for strict Content-Security-Policy breaking the web UI

    Hotfix for a regression introduced in v1.9.0. The strict Content-Security-Policy added during the security audit refused every framework scr…

  23. improvement v1.9.0
    Kernel egress firewall installs with no extra steps on supported hosts

    The bootstrap script now auto-detects whether the host kernel supports the optional eBPF egress sidecar shipped in v1.8.2, generates the req…

  24. fix v1.9.0
    Login no longer hangs when LDAP is not configured

    Fixed a regression where login could block for around 48 seconds on installs that did not have LDAP configured. The auth flow tried LDAP fir…

  25. improvement v1.9.0
    Local-inference runtime tunable from environment variables

    Self-hosted operators can now tune the bundled local-inference runtime directly from .env. CPU and memory limits, the maximum number of conc…

  26. security v1.9.0
    Security audit closes backlog of vulnerabilities

    A full-stack security audit has closed a backlog of vulnerabilities. Highlights include a command-injection fix in the backup-restore endpoi…

  27. feature v1.8.2
    Optional kernel-level firewall for outbound LLM traffic

    A new optional sidecar enforces LLM egress directly in the Linux kernel via eBPF. The gateway authorizes each LLM call; without an authoriza…

  28. fix v1.8.1
    Hotfix for database extension version mismatch on first start

    Hotfix for v1.8.0. Some self-hosted installs whose database had previously pulled a newer time-series extension via a rolling tag failed on…

  29. security v1.8.0
    Container hardening for self-hosted deployments

    Self-hosted containers now run as a non-root user with a read-only root filesystem, no Linux capabilities beyond what bootstrap requires, an…

  30. feature v1.7.0
    PII detection expansion, admin approval gate, and on-prem fallback

    Four new detection plugins ship by default: API keys and bearer tokens, employee IDs (including localized variants), client identifiers pair…

  31. improvement v1.6.8
    Pre-built container images for self-hosted installs

    Gateway and web images are now published to a public container registry on every release, with :<version>, :<major>.<minor>, and :latest tag…

  32. fix v1.6.6
    Custom branding now applies across the entire chat and admin UI

    Fixed a regression that limited admin-configured branding to the login page only. The configured logo, application name, and favicon now pro…

  33. security v1.6.5
    Bundled admin interfaces now bind to loopback by default

    The bundled monitoring, identity, and routing interfaces (Grafana, Prometheus, Uptime Kuma, the proxy dashboard, the secret store, the direc…

  34. fix v1.6.4
    Self-hosted installs no longer require direct access to the gateway port

    Fixed a class of "cannot reach the API server" failures on fresh self-hosted installs. The web tier now proxies all API calls to the gateway…

  35. security v1.6.2
    Firewall now strips invisible Unicode characters before keyword matching

    Closed a bypass where zero-width, bidirectional-override, and soft-hyphen characters could split a blocked keyword and evade the firewall's…

  36. improvement v1.6.1
    Schema migrations now apply automatically on upgrade

    Gateway now manages its database schema through a versioned migration system. On startup, the container detects the existing schema, brings…

  37. feature v1.6.0
    Klyo Marketplace integration for plugin discovery and reviews

    Gateway can now connect to Klyo Marketplace to register the install, sync available plugins, and submit star-rating reviews from the admin c…

  38. feature v1.5.0
    Self-host licensing and tiered billing plans

    Gateway now runs in two deployment modes behind a shared billing surface: managed SaaS and self-hosted. Self-hosted deployments validate aga…

  39. feature v1.4.0
    Monthly budgets and routing markup per LLM group

    Each LLM group can now carry a monthly budget ceiling. When a group exceeds its budget, further requests are blocked with HTTP 402 until the…

  40. improvement v1.4.0
    Ten cloud LLM providers preconfigured out of the box

    New deployments ship with ten cloud providers already registered in the catalog: OpenAI, Google Gemini, Azure OpenAI, Groq, Mistral, DeepSee…

  41. feature v1.3.0
    Plugin marketplace with search, categories, and ratings

    The admin console now includes a plugin marketplace with search, category filters, star ratings, and customer reviews. Plugins install and u…

  42. improvement v1.2.0
    Multi-language firewall, IP allow/deny lists, and session management

    The firewall now normalizes input with Unicode NFKC and evaluates rules across seven languages, closing bypasses that relied on alphabet swa…

  43. feature v1.2.0
    GDPR data export and configurable message retention

    Administrators can now configure a retention window that auto-deletes conversations and messages after the set period. End users can downloa…

  44. feature v1.2.0
    Shared conversations with per-link permissions

    Conversations can now be shared with individual users or with entire LLM groups, as view-only or edit. Shared links support an optional expi…

  45. feature v1.1.0
    Cost intelligence panel and routing decision log

    The admin console now breaks down spend per model with trend indicators and an estimated savings figure against an always-cheapest baseline.…

  46. feature v1.0.0
    Klyo Gateway is generally available

    Klyo Gateway is generally available. Traffic routes across LLM providers using one of four strategies — cost, quality, latency, or balanced…