2.5.0 (2025-10-22)
2.4.0 (2025-10-22)
2.3.0 (2025-08-28)
2.2.0 (2025-08-25)
2.1.0 (2025-08-24)
2.0.0 (2025-08-24)
- Authorization interface changed from separate GetUserID/Authorization calls to combined Authorization method
1.3.2 (2025-08-21)
1.3.1 (2025-08-21)
- release 1.3.1 (e5885f8)
1.3.0 (2025-08-20)
- 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)
- improve authentication flow and session handling (#45) (cd28916)
- remove oauth2.AccessTypeOffline from AuthCodeURL calls (#41) (a2d0d88)
1.2.3 (2025-08-19)
- improve KVS repository error handling (#36) (126ff82)
- improve KVS update method error handling (#37) (92eb5d4)
1.2.2 (2025-08-18)
1.2.1 (2025-08-18)
1.2.0 (2025-08-18)
- add automatic TLS host detection and improve server lifecycle management (#21) (dc3c058)
- add support for stdio MCP servers (#19) (b159d26)
- 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)
1.1.0 (2025-08-17)
1.0.0 (2025-08-17)
- GLOBAL_SECRET environment variable and --global-secret flag are no longer supported. Secrets are now automatically generated and persisted.