# GitLab CLI v1.112.0 - Product: GitLab CLI (https://whatsnew.fyi/product/gitlab-cli) - Vendor: GitLab - Date: 2026-08-04 - Version: v1.112.0 - Original notes: https://gitlab.com/gitlab-org/cli/-/releases/v1.112.0 - Permalink: https://whatsnew.fyi/product/gitlab-cli/releases/v1.112.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Warn when environment variable token overrides stored credentials during authentication - **added** — Add CI verdict log and summary renderer for df command - **added** — Add df parent command with npm-config and ci-summary subcommands - **fixed** — Avoid dumping HTML error pages in auth status output - **fixed** — Handle nil Response in oauth2 error sanitization - **fixed** — Preserve wrapper context when sanitizing auth errors - **fixed** — Show system notes in text output when --type all is specified - **fixed** — Fix CI pipeline must pass error on closing the MR - **changed** — Update module github.com/mattn/go-runewidth to v0.0.27 - **changed** — Update module github.com/modelcontextprotocol/go-sdk to v1.7.0 - **changed** — Update module gitlab.com/gitlab-org/api/client-go/v2 to v2.53.0 - **changed** — Update module go.yaml.in/yaml/v3 to v3.0.5 - **removed** — Remove ask deprecation notice - **changed** — Fetch board issues in parallel for improved performance ##### Changelog ###### ✨ Features * a102d691: feat(auth): warn when env token overrides stored credentials (Stan Hu ) * c9b64657: feat(df): add CI verdict log and summary renderer (Michael Eddington ) * 1b77d060: feat(df): add df parent command with npm-config and ci-summary (Michael Eddington ) ###### 🐛 Bug Fixes * 78e5651f: fix(auth): avoid dumping HTML error pages in auth status (Stan Hu ) * 7c627d05: fix(auth): handle nil Response in oauth2 error sanitization (Stan Hu ) * 334c6841: fix(auth): preserve wrapper context when sanitizing auth errors (Stan Hu ) * cd0a8301: fix(issue-8220): show system notes in text output when --type all (Syed Saif Ali Alvi ) * e80134a1: fix(mr-close): fixed the ci pipeline must pass error on closing the MR (Parth Sharma ) ###### 📝 Documentation * c049b9aa: docs: document forcing an off-cycle release (Jay McCure ) ###### 📦 Dependencies * 7386a64c: chore(deps): update module github.com/mattn/go-runewidth to v0.0.27 (GitLab Renovate Bot ) * e60e805f: chore(deps): update module github.com/modelcontextprotocol/go-sdk to v1.7.0 (GitLab Renovate Bot ) * 607d7b97: chore(deps): update module gitlab.com/gitlab-org/api/client-go/v2 to v2.53.0 (GitLab Renovate Bot ) * 93117d1b: chore(deps): update module go.yaml.in/yaml/v3 to v3.0.5 (GitLab Renovate Bot ) ###### 🔧 Maintenance * 2c9133c9: chore(duo): remove ask deprecation notice (Kai Armstrong ) * c3c8f397: refactor(utils): simplify EnsureDestinationRoot and consolidate securefile copy (Kai Armstrong ) ###### 🔀 Others * 93219c74: perf(issue): fetch board issues in parallel (Parth Sharma )