Files
gitlab-mcp/RELEASE_NOTES.md
simple 3c23675eec [version-update] fix: correct Private-Token header authentication for GitLab API 🔐
🚀 Breaking Changes:
- Removed incorrect `Bearer ` prefix from Private-Token header in legacy authentication mode
- Fixed authentication issues for older GitLab instances with private tokens

📝 Details:
- Ensures proper API authentication for both new and legacy GitLab configurations
2025-06-10 09:51:54 +09:00

538 B

[1.0.62] - 2025-06-10

Fixed

  • 🔐 Private Token Authentication Fix: Fixed Private-Token header authentication for GitLab API
    • Removed incorrect Bearer prefix from Private-Token header in legacy authentication mode
    • Fixed authentication issues when using older GitLab instances with private tokens
    • Ensures proper API authentication for both new and legacy GitLab configurations
    • See: PR #91, Issue #88