Tags give the ability to mark specific points in history as being important
-
-
-
-
v2.6.3
Release: v2.6.38b42a93e · ·v2.6.3 Dependency refresh release. - client-go v2.55.1 -> v2.57.0, with the new API surface mirrored into the MCP tools: the group Datadog integration now reads the nested properties payload and exposes datadog_ci_visibility, and groups expose the new root_storage_statistics object. - All remaining Go modules updated, including golang.org/x/crypto v0.55.0 and lipgloss v2.0.6. - Docs site stack refreshed (pnpm 11.21.0, astro 7.2.1) with the dependency audit gate clear. Verified with the full Docker e2e suite: 1445 tests, 17 skipped, 0 failures.
-
v2.6.2
Release: v2.6.2f8fa8b23 · ·v2.6.2: public endpoint moves to mcp.jmrp.io/gitlab, Fly.io retired The public HTTP instance is now https://mcp.jmrp.io/gitlab, served alongside the other MCP servers listed at mcp.jmrp.io. Fly.io is gone from the project: fly.toml, the fly-debug workflow, the fly-deploy release job and the seven fly-* Makefile targets are all removed, and this repository now publishes artifacts only. BREAKING: the gitlab-mcp-server.fly.dev endpoint no longer exists. Clients configured against it must move to https://mcp.jmrp.io/gitlab. PRIVATE-TOKEN is unchanged; GITLAB-URL is now optional and defaults to https://gitlab.com. Also in this release: - server.json no longer claims the generic https://{host}:{port}/ remote, which was blocking sibling servers from publishing to the MCP Registry - every check-* freshness gate now runs in CI; check-stats and check-footprint had drifted unnoticed and gen_stats no longer derives figures from git history - every _test.go file is named after the module it tests, which recovered 622 lines of tests that .gitignore had been excluding from the repository -
v2.6.1
Release: v2.6.1a13a2265 · ·v2.6.1: read-only and safe mode enforced per action, plus client-go v2.55.1
-
v2.6.0
Release: v2.6.03e36df9c · ·v2.6.0: stateless streamable HTTP by default (MCP protocol 2026-07-28) and SDK v1.7.0 follow-ups
-
v2.5.3
Release: v2.5.3eac6a5e4 · ·v2.5.3 Dependency refresh across Go, pnpm and GitHub Actions, the e2e notification settings race fix, and the go-sdk v1.7.0 and client-go v2.53.0 upgrades that landed earlier in this cycle.
-
-
-
-
-
-
v2.3.0
Release: v2.3.099f09337 · ·v2.3.0 — version bump + dependency refresh + action updates Includes: - Client-go v2.42.0 -> v2.43.0 (webhook payload struct additions only; no MCP code changes needed) - Go modules: golang.org/x/tools 0.46.0 -> 0.47.0, lufia/plan9stats - pnpm: astro 7.0.3, astro-mermaid 2.1.0, eslint 10.6.0, mermaid 11.16.0, prettier 3.9.1, @astrojs/starlight 0.41.1, etc. - Alpine 3.24.0 -> 3.24.1 (Dockerfile runtime stage) - actions/checkout v6 -> v7 (4 workflow files) - CLAUDE.md client-go version aligned with go.mod - Dropped duplicate CE-on-Enterprise meta eval section - Audit_doc_coverage auditor (DOC-002, PR #192) Full release notes in CHANGELOG and the release PR body.