Skip to content

Latest commit

 

History

History
82 lines (39 loc) · 4.6 KB

File metadata and controls

82 lines (39 loc) · 4.6 KB

Changelog

1.3.0 (2025-08-20)

Features

  • add OIDC provider support (#40) (f8edabe)
  • improve error handling with custom error template (#47) (2ff3804)
  • improve session security with HttpOnly and MaxAge options (#46) (9038812)

Bug Fixes

  • improve authentication flow and session handling (#45) (cd28916)
  • remove oauth2.AccessTypeOffline from AuthCodeURL calls (#41) (a2d0d88)

1.2.3 (2025-08-19)

Bug Fixes

  • improve KVS repository error handling (#36) (126ff82)
  • improve KVS update method error handling (#37) (92eb5d4)

1.2.2 (2025-08-18)

Bug Fixes

  • implement OAuth CSRF protection with state validation (#30) (e1030ba)

1.2.1 (2025-08-18)

Bug Fixes

  • improve proxy header handling and remove existing Authorization header (#25) (409b10e)

1.2.0 (2025-08-18)

Features

  • add automatic TLS host detection and improve server lifecycle management (#21) (dc3c058)
  • add support for stdio MCP servers (#19) (b159d26)

Bug Fixes

  • handle stderr properly in stdio MCP server execution (#23) (f972958)
  • improve backend lifecycle management and error handling (#24) (4b5e828)

1.1.1 (2025-08-17)

Bug Fixes

  • simplify proxy header handling logic (#15) (cae3de3)

1.1.0 (2025-08-17)

Features

  • add PROXY_BEARER_TOKEN and PROXY_HEADERS options (#13) (abbbcf6)

1.0.0 (2025-08-17)

⚠ BREAKING CHANGES

  • GLOBAL_SECRET environment variable and --global-secret flag are no longer supported. Secrets are now automatically generated and persisted.

Features

  • replace global secret parameter with auto-generated secret (#6) (05ccbb2)

Bug Fixes

  • update release workflow permissions (#8) (2be8e5f)