Changelog
✨ Features
25090286: feat(auth): guide self-managed OAuth setup interactively (Radek Antoniuk radek.antoniuk@gmail.com)
9ba91ba8: feat(config): add GLAB_ names for the unprefixed variables (Kai Armstrong karmstrong@gitlab.com)
097347cc: feat(df): add gradle wrapper command behind the firewall proxy (Michael Eddington meddington@gitlab.com)
13275f1c: feat(df): add maven wrapper command behind the firewall proxy (Michael Eddington meddington@gitlab.com)
888552a7: feat(df): add pnpm wrapper command behind the firewall proxy (Michael Eddington meddington@gitlab.com)
0ce82469: feat(df): add pypi wrapper commands behind the firewall proxy (Michael Eddington meddington@gitlab.com)
75066e9c: feat(df): add rubygems wrapper commands behind the firewall proxy (Michael Eddington meddington@gitlab.com)
🐛 Bug Fixes
a489f81d: fix(api): error on bracketed field names, send every query array value (Andrew Dunn andunn@gitlab.com)
6a6419fe: fix(api): follow the pagination Link URL without rebuilding the query (Andrew Dunn andunn@gitlab.com)
41de0467: fix(auth): skip login prompts answered by environment variables (Kai Armstrong karmstrong@gitlab.com)
5f925319: fix(orbit): forward --help to the Orbit binary once it is installed (Michael Angelo Rivera arivera@gitlab.com)
a0aa51d8: fix(skills): stop the bundled skill using :iid, which is not a placeholder (ANBUCHELVAN GANESAN CSE anbuchelvanganesan.cse2024@citchennai.net)
ea37fd93: fix(update): keep the update check error short when GitLab is down (Jeston Singh sjestonsingh@gmail.com)
2fc3a328: fix(update): name gitlab.com directly in the update check error (Jeston Singh sjestonsingh@gmail.com)
📦 Dependencies
a11463a4: chore(deps): update module github.com/mattn/go-runewidth to v0.0.29 (GitLab Renovate Bot gitlab-bot@gitlab.com)
8d6e643e: chore(deps): update module github.com/modelcontextprotocol/go-sdk to v1.8.0 (GitLab Renovate Bot gitlab-bot@gitlab.com)
3223c801: chore(deps): update module gitlab.com/gitlab-org/api/client-go to v3 (Kai Armstrong karmstrong@gitlab.com)
5af4347c: chore(deps): update module golang.org/x/crypto to v0.56.0 (GitLab Renovate Bot gitlab-bot@gitlab.com)
8fd217ea: chore(deps): update module golang.org/x/sync to v0.23.0 (GitLab Renovate Bot gitlab-bot@gitlab.com)
c176f4fc: chore(deps): update module golang.org/x/sys to v0.48.0 (GitLab Renovate Bot gitlab-bot@gitlab.com)
🔧 Maintenance
ed87e3bc: chore(docs): use even newer documentation linting tools (Evan Read eread@gitlab.com)
f679ecb2: chore(lint): add comment noise tooling and enable gocritic (Kai Armstrong karmstrong@gitlab.com)
7ed0e7b3: chore(lint): allow footnote definitions in ReferenceLinks Vale rule (Brendan Lynch blynch@gitlab.com)
cffb151c: refactor(df): tidy policy fake and add verdict.Allowed constant (Michael Eddington meddington@gitlab.com)
055843e3: refactor(update): use errors.AsType for the API error check (Jeston Singh sjestonsingh@gmail.com)
🔀 Others
eb28adfc: perf(mr): skip fetch in checkout when MR head is already local (Gabriel Mazzetto gabriel@gitlab.com)