Tags

Tags give the ability to mark specific points in history as being important
  • v2.1.33

    protected Release: Gateway v2.1.33
    - remove forced re-login after user group changes and group scope updates by refreshing live permissions in place
    - fix scoped Docker and node permission handling across sidebar, routes, command palette, container detail tabs, and realtime updates
    - harden backend permission checks to use effective scopes for certificate visibility and related restricted views
  • v2.1.32

    protected Release: Gateway v2.1.32
    - add admin-configurable OIDC user provisioning settings for automatic account creation and default group assignment
    - move the Users page create action into the standard page header and add the Notifications page subtitle styling cleanup
    - keep first real OIDC sign-in on system-admin while allowing later auto-provisioning to be disabled or redirected to a chosen default group
  • v2.1.31

    protected Release: Gateway v2.1.31
    - move notification page actions into the shared page header for alerts, webhooks, and delivery log
    - switch delivery log filters to the standard search and filter bar pattern
    - add delivery log search across webhook, event, severity, and HTTP status
  • v2.1.30

    protected Release: Gateway v2.1.30
    - move notification page actions into the shared page header for alerts, webhooks, and delivery log
    - switch delivery log filters to the standard search and filter bar pattern
    - add delivery log search across webhook, event, severity, and HTTP status
  • v2.1.29

    protected
    c5bf743b · Fix proxy SSL enable flow ·
    Release: Gateway v2.1.29
    - allow selecting a proxy SSL certificate before HTTPS is enabled in the settings page
    - block enabling proxy HTTPS without a selected certificate in both frontend and backend
    - prevent broken nginx config generation when SSL cert or key paths are missing
  • v2.1.28

    protected Release: Gateway v2.1.28
    - persist proxy folder expand and collapse state across reloads
    - fix proxy host list action column alignment, drag overlay row layout, and last-row borders
    - remove the doubled bottom border when the ungrouped section is empty
  • v2.1.27

    protected Release: Gateway v2.1.27
    - refine nginx template editor with modal-based settings, cheatsheet, preview, stronger template diagnostics, and improved nginx directive highlighting
    - move proxy template variable editing into proxy settings, simplify proxy creation, and fix raw mode config validation to avoid false Gateway-local nginx checks
    - resolve recent command palette template labels by name instead of raw ids
  • v2.1.26

    protected Release: Gateway v2.1.26
    - hide manual renew actions for DNS-01 ACME certificates in the SSL certificate list
    - show Auto-Renew as No for DNS-01 certificates to match the actual renewal behavior
  • v2.1.25

    protected Release: Gateway v2.1.25
    - fix health bar fallback so the first successful health check only lights the newest bar instead of the full history
    - add inline SSL certificate selection to the proxy host settings tab
    - align the proxy SSL settings layout to 25% / 25% / 50% for Force HTTPS, HTTP/2, and certificate selection
  • v2.1.24

    protected Release: Gateway v2.1.24
    - fix node nginx config test to run only on the target nginx daemon instead of failing on Gateway-local include paths
    - stop false validation errors for valid node configs that reference host-specific nginx files such as /etc/nginx/gateway/stub_status.conf
  • v2.1.23

    protected Release: Gateway v2.1.23
    - add proxy health check body match modes: includes, exact match, starts with, and ends with
    - show the body match mode inline with the expected body field in proxy create and edit flows
    - allow clearing proxy health check expected body values correctly
    - keep empty health bars gray and color only the newest bar from current status when no recent history exists
    - improve proxy details and settings layouts for health check fields
  • v2.1.3-nginx

    protected Release: Nginx Daemon v2.1.3-nginx
    - move nginx-daemon managed site configs to `/etc/nginx/gateway/conf.d`
    - move nginx-daemon managed htpasswd files to `/etc/nginx/gateway/htpasswd`
    - validate and reload nginx with the configured global config path instead of relying on implicit defaults
    - align the installer and daemon defaults with the new Gateway-owned nginx directory layout
  • v2.1.22

    protected Release: Gateway v2.1.22
    - move Gateway-managed nginx site configs to a single canonical path under `/etc/nginx/gateway/conf.d`
    - move Gateway-managed htpasswd files to `/etc/nginx/gateway/htpasswd`
    - migrate legacy nginx Gateway files from old distro-specific paths during installer reruns
    - make nginx-daemon validate and reload using the configured global nginx config explicitly
  • v2.1.21

    protected Release: Gateway v2.1.21
    - persist the gateway updating lock across browser tabs so newly opened tabs are blocked immediately during a system update
    - sync the update lock via browser storage events between active tabs
    - clear stale updating screens automatically once the backend reports the target version is running again
  • v2.1.20

    protected Release: Gateway v2.1.20
    - stop generated nginx proxy host configs from redeclaring the shared SSL session cache so they no longer conflict with global nginx settings
    - switch generated nginx HTTP/2 listeners to the modern `http2 on;` form instead of deprecated `listen ... http2`
    - refresh node detail daemon update state immediately after checking for updates and after successful node reconnects
    - improve proxy host creation inputs by allowing port fields to clear fully and by showing domain autocomplete suggestions on focus
  • v2.1.19

    protected Release: Gateway v2.1.19
    - fix Docker table column sizing so content columns keep room, actions stop clipping, and compact columns no longer steal space from real data
    - restore reliable start-side truncation for long Docker names and image references instead of hard clipping
    - improve nginx-daemon running detection on Alpine and OpenRC systems by falling back to process discovery when pid file lookup is incomplete
  • v2.1.2-nginx

    protected Release: Nginx Daemon v2.1.2-nginx
    Nginx daemon release v2.1.2
    
    - fix nginx running-state detection on Alpine/OpenRC hosts by checking additional pid file locations and falling back to process discovery
  • v2.1.18

    protected Release: Gateway v2.1.18
    - accept multiple configured public IPv4 and IPv6 addresses for domain DNS validation instead of matching only a single detected address
    - add regression coverage for multi-IP domain validation so domains pointing at any configured server IP are marked valid
    - replace the Alpine-incompatible grep -P usage in setup-node.sh with a portable version parser
  • v2.1.17

    protected Release: Gateway v2.1.17
    - remove resize tweening from the AI side panel while dragging so panel width updates feel immediate instead of elastic
    - keep the existing open and close animation for the AI panel while matching the sidebar resize behavior during live drag