Skip to content

Releases: sigbit/mcp-auth-proxy

v2.5.4

03 Mar 13:04
118ced7

Choose a tag to compare

2.5.4 (2026-03-03)

Bug Fixes

  • follow backend 307/308 redirects in transparent proxy (#116) (4546f40)
  • widen OAuth signature columns from VARCHAR(255) to VARCHAR(512) (#117) (68437b1), closes #111

v2.5.3

10 Jan 06:05
36eb35b

Choose a tag to compare

2.5.3 (2026-01-03)

Bug Fixes

  • send MCP initialize metadata for stdio backends (#106) (16de9cd)

v2.5.2

04 Dec 15:22
3cccd04

Choose a tag to compare

2.5.2 (2025-12-04)

Bug Fixes

  • docker: update base image to golang:1.22-bookworm and switch to debian:bookworm-slim (#98) (dbeabda)
  • upgrade dependencies (#100) (8c1c8fd)
  • upgrade Go version to 1.25 in workflow files (#101) (3b869e9)

v2.5.1

04 Dec 14:53
8a4c542

Choose a tag to compare

2.5.1 (2025-12-04)

Bug Fixes

  • idp: replace hardcoded issuer with external URL in IDP router (#96) (a7dbccb)

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)