Skip to content

Releases: sigbit/mcp-auth-proxy

v2.5.0

22 Oct 20:20
8cc318c

Choose a tag to compare

2.5.0 (2025-10-22)

Features

  • tls: add support for manual TLS certificate management and auto-reloading (#90) (f888826)

v2.4.0

22 Oct 19:36
a832cfc

Choose a tag to compare

2.4.0 (2025-10-22)

Features

  • repository: add SQL repository support with multiple backends (#88) (e3699bd)

v2.3.0

02 Sep 13:39
e95c650

Choose a tag to compare

2.3.0 (2025-08-28)

Features

  • auth: add no-provider-auto-select flag to disable auto-redirect (#80) (128e1cc)

v2.2.0

25 Aug 15:59
3a4baff

Choose a tag to compare

2.2.0 (2025-08-25)

Features

  • support glob patterns for OIDC allowed users (#77) (fe65156)

Bug Fixes

  • replace context.Done() with Wait() in backend tests (#75) (47ed79f)

v2.1.0

24 Aug 17:19
a0da4a8

Choose a tag to compare

2.1.0 (2025-08-24)

Features

  • refactor backend architecture with interface pattern and trusted proxy support (#72) (9d7f9d0)

v2.0.0

24 Aug 05:11
a89634f

Choose a tag to compare

2.0.0 (2025-08-24)

⚠ BREAKING CHANGES

  • Authorization interface changed from separate GetUserID/Authorization calls to combined Authorization method

Features

  • enhance OAuth providers with organization and workspace support (#69) (239f2b2)

Bug Fixes

  • improve Docker image tagging strategy for releases (#70) (37bbe8c)

v1.3.2

21 Aug 13:27
5ac07e2

Choose a tag to compare

1.3.2 (2025-08-21)

Bug Fixes

  • resolve configuration merge conflicts and update documentation (#58) (76791f8)

v1.3.1

21 Aug 12:59
7671a44

Choose a tag to compare

1.3.1 (2025-08-21)

Miscellaneous Chores

v1.3.0

20 Aug 16:05
928761c

Choose a tag to compare

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)

v1.2.3

19 Aug 15:59
54f94c6

Choose a tag to compare

1.2.3 (2025-08-19)

Bug Fixes

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