Skip to content

Releases: knorq-ai/mcpgw

v0.1.2

02 Apr 17:06

Choose a tag to compare

Changelog

  • 80645ad Fix review findings: gofmt, auth bypass, README field names, limitations

v0.1.1

02 Apr 16:55

Choose a tag to compare

Changelog

  • 5696553 Add audit enrichment, server evaluation, and analytics API
  • 28d3446 Add circuit breaker, request/SSE timeouts, readiness probe, Dockerfile, and E2E tests
  • 0ba30cf Add production-quality security features: plugins, routing, RBAC, OAuth, PII redaction, injection detection
  • 59bda68 Add tests for session gauge, request ID length, batch empty array, config fields and update docs
  • a602218 Add tool poisoning demo, dashboard screenshots, and rewrite README for launch
  • 7391ad3 Change license from Apache 2.0 to MIT
  • d31951b Commit web/dist for go install compatibility
  • 90b7640 Fix E2E subprocess hang: use nil stderr instead of io.Discard
  • cf4da92 Fix E2E subprocess stderr inheritance causing go test WaitDelay failure
  • 39d15b0 Fix E2E test subprocess cleanup to prevent WaitDelay timeout in CI
  • 5adc90e Fix data race in E2E subprocess cleanup: use io.Discard and wait after kill
  • 00d7b0f Fix release workflow: build frontend before goreleaser
  • 9c83763 Fix review findings: request ID validation, batch size limit, docs accuracy, home dir handling
  • 2825803 Harden for launch: dashboard API auth, fix overclaims, remove Docker
  • e03c7ae Ignore web/tsconfig.tsbuildinfo to keep release builds clean
  • e93a5d5 Remove web/tsconfig.tsbuildinfo from tracking
  • dbf619a Rename module from yuyamorita/mcpgw to knorq-ai/mcpgw
  • 28849b4 Rewrite README with comprehensive feature coverage and demo guide

v0.1.0

02 Apr 16:53

Choose a tag to compare

Changelog

  • 5696553 Add audit enrichment, server evaluation, and analytics API
  • 28d3446 Add circuit breaker, request/SSE timeouts, readiness probe, Dockerfile, and E2E tests
  • 0ba30cf Add production-quality security features: plugins, routing, RBAC, OAuth, PII redaction, injection detection
  • 59bda68 Add tests for session gauge, request ID length, batch empty array, config fields and update docs
  • a602218 Add tool poisoning demo, dashboard screenshots, and rewrite README for launch
  • 7391ad3 Change license from Apache 2.0 to MIT
  • d31951b Commit web/dist for go install compatibility
  • 90b7640 Fix E2E subprocess hang: use nil stderr instead of io.Discard
  • cf4da92 Fix E2E subprocess stderr inheritance causing go test WaitDelay failure
  • 39d15b0 Fix E2E test subprocess cleanup to prevent WaitDelay timeout in CI
  • 5adc90e Fix data race in E2E subprocess cleanup: use io.Discard and wait after kill
  • 00d7b0f Fix release workflow: build frontend before goreleaser
  • 9c83763 Fix review findings: request ID validation, batch size limit, docs accuracy, home dir handling
  • 2825803 Harden for launch: dashboard API auth, fix overclaims, remove Docker
  • e03c7ae Ignore web/tsconfig.tsbuildinfo to keep release builds clean
  • e93a5d5 Remove web/tsconfig.tsbuildinfo from tracking
  • dbf619a Rename module from yuyamorita/mcpgw to knorq-ai/mcpgw
  • 28849b4 Rewrite README with comprehensive feature coverage and demo guide