Releases: C0oki3s/veilgate
Releases · C0oki3s/veilgate
v1.1.5
Changelog
- dd5c03a: feat: OTel parity, decision-based severity, and prompt injection removal (@deffer-Func)
- 9642ca2: feat: add LiteLLM-style async metrics bus for dual Prometheus+OTel export (@deffer-Func)
- 9f92432: feat: add SigNoz dashboard JSON for VeilGate monitoring (@deffer-Func)
- f010218: feat: add SigNoz logs dashboard JSON — 25 panels covering all log types (@deffer-Func)
- 1e1d5d6: feat: add full log attribute columns to SigNoz list panels (@deffer-Func)
- 4d264a6: feat: add metrics.disabled switch and default listen to loopback (@deffer-Func)
- ba83bfa: feat: expand bus to full LiteLLM-style event coverage — all 35 metrics via OTel (@deffer-Func)
- fd347df: feat: update SigNoz dashboard — fix body filter, add service filter, diversify analytics (@deffer-Func)
v1.1.4
Changelog
- 9e17a67: Fix TestWatcherDebouncedReload timing race (@C0oki3s)
- 7d87bed: Merge feature/observability: signal recommender, behavioral signals, API blueprint, observability (@deffer-Func)
- c86a275: ci: trigger docs site redeploy (@C0oki3s)
- 6a5fa79: feat: add API blueprint miss signal for undocumented route detection (@deffer-Func)
- a36c8bd: feat: add automatic signal recommendation engine (@deffer-Func)
- 1f349de: feat: add behavioral signals, session ML dims, and per-IP response cache (@deffer-Func)
- ea9cf65: feat: add comprehensive observability — Prometheus, OTel, endpoint correlation (@deffer-Func)
- 96dda54: feat: config-driven OTLP telemetry — traces, logs, metrics push (@deffer-Func)
- 845327f: fix: address critical and medium reliability issues from infra audit (@deffer-Func)
- b49d4eb: fix: harden blueprint cache with pre-claim atomic pattern and test suite (@deffer-Func)
- 6260377: perf: cache blueprint path lookups to avoid per-request route scan (@deffer-Func)
- 1d1574a: refactor: split scorer.go, harden Bayes cap, config-drive behavioral thresholds (@deffer-Func)
- 1e2519a: release: v1.1.4 (@deffer-Func)
v1.1.3
Changelog
- c630400: feat: add AWS STS helpers, template funcs, and e2e test script (@deffer-Func)
- 0b44e0a: feat: add Azure, GCP, OCI cloud-specific token and ID helpers (@deffer-Func)
- 8fc38e5: feat: add comprehensive service-specific token helpers (@deffer-Func)
- d56d72c: feat: configurable challenge TTL cap, difficulty limit 1-4, deployment docs (@deffer-Func)
- 0000bab: fix: remove unreachable ip != nil guard in NewScorer (@deffer-Func)
- 98969df: release: v1.1.3 (@deffer-Func)
v1.1.2
Changelog
- 29453c8: feat: wire decoy paths through rules system into well-known discovery (@deffer-Func)
- 28c925d: fix: publish releases with gh cli (@deffer-Func)
- 1bf479c: fix: use built-in token for releases (@deffer-Func)
v1.1.1
Changelog
- 085fee9: feat(cli): add 'veilgate update' self-update subcommand (@deffer-Func)
- 5ce6500: feat: add agent deception rule support (@deffer-Func)
- e1874c6: feat: add upload policies and protocol hardening (@deffer-Func)
- cff3b10: fix(ci): install external veilgate-rules for tests (@C0oki3s)
v1.1.0
Changelog
- af87984: chore(release): v1.1.0 (@deffer-Func)
- d0e48e0: ci(release): ping proxy.golang.org after GoReleaser to trigger pkg.go.dev indexing (@deffer-Func)
- e4283d9: docs(config): document bearer/cookies/headers verifier blocks (@deffer-Func)
- 8b02830: feat(proxy): add WebSocket tunnel and gRPC streaming support (@deffer-Func)
- 1e79e79: fix(install): add --secret/--user flags and nil-config ML guards (@deffer-Func)
- d488e31: fix(install): fix set-e/command-substitution bug + checksum mismatch on missing assets (@deffer-Func)
- 68f94a9: fix(install): set group ownership on /etc/veilgate so service user can read config (@deffer-Func)
- a5a8e4a: fix: install rules via update-rules (@deffer-Func)
v1.0.0
Changelog
- 2007f28: Add CI test and Docker build workflow (C0oki3s rohith83090@gmail.com)
- 73735c1: Add docs and threshold-based auto mode (C0oki3s rohith83090@gmail.com)
- d84fae8: challenge: support cross-origin SPA clients (C0oki3s rohith83090@gmail.com)
- cc21c52: ci: publish docker image to ghcr (C0oki3s rohith83090@gmail.com)
- 8babdf8: feat(release): GoReleaser + checksums.txt + release workflow (Jai k.rohith.jsk@gmail.com)
- 334ab12: feat(verifiers): credential bypass layer — ships #1-9 (Jai k.rohith.jsk@gmail.com)
- 05ec279: fix(docker): pre-create writable rules dir + document learned.yaml permissions (Jai k.rohith.jsk@gmail.com)
- fd2d014: fix(install): fall back to building from source when no release exists (Jai k.rohith.jsk@gmail.com)
- 7dc1d4a: fix: normalize rules dir path handling (Jai k.rohith.jsk@gmail.com)
- bc2c522: fix: warn on unreachable tarpit threshold + nil-safe ML scorer (Jai k.rohith.jsk@gmail.com)
- 3b26f86: refactor(rules): replace embedded defaults with community directory system (C0oki3s rohith83090@gmail.com)
- 8c8d280: updated CI (C0oki3s rohith83090@gmail.com)
- 8ceb5a4: updated CI (C0oki3s rohith83090@gmail.com)
- b8f8094: updated readme (C0oki3s rohith83090@gmail.com)
- 4ec164f: updated readme (C0oki3s rohith83090@gmail.com)
- c560799: veilgate v0.1 (C0oki3s rohith83090@gmail.com)
- 6908181: verifier: add HMAC chain for server-to-server clients (C0oki3s rohith83090@gmail.com)