v1.110.0
Added 1
- Add the firewall MITM proxy and response classifier
Fixed 19
- Encode empty array fields correctly in API
- Preserve NDJSON number precision in API
- Remove trailing plus from API errors
- Return client errors during placeholder expansion
- Persist --git-protocol/--api-protocol non-interactively in authentication
- Reject blank launcher commands in browser
- Handle Ctrl+M as Enter in pipeline view
- Paginate interactive job selection in CI
- Reject empty variable keys in CI
- Reject failed responses when linting a remote URL in CI
- Stop tracing a canceled job in CI
- Distinguish missing manifests from read failures in cluster
- Return file sync transport errors in cluster
- Ignore empty assignee values in command utilities
- Report a local config file that cannot be parsed
- Require a key ID for deploy-key delete
- Match the clone directory for a URL ending in .git/
- Parse SSH config after long lines
- Preserve spaces in latest commit title
Changelog
✨ Features
- 85f9c9d7: feat(df): add the firewall MITM proxy and response classifier (Michael Eddington meddington@gitlab.com)
🐛 Bug Fixes
- cebccc86: fix(api): encode empty array fields correctly (vivekyarra vivekyarra567@gmail.com)
- d8414a19: fix(api): preserve NDJSON number precision (vivekyarra vivekyarra567@gmail.com)
- d42125a6: fix(api): remove trailing plus from errors (Yarra Vivek vivekyarra567@gmail.com)
- cf12a56f: fix(api): return client errors during placeholder expansion (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- 7cf6d4ed: fix(auth): persist --git-protocol/--api-protocol non-interactively (Kai Armstrong karmstrong@gitlab.com)
- c2dcffd6: fix(browser): reject blank launcher commands (vivekyarra vivekyarra567@gmail.com)
- fea85b79: fix(ci): handle Ctrl+M as Enter in pipeline view (Yarra Vivek vivekyarra567@gmail.com)
- 1d2b0405: fix(ci): paginate interactive job selection (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- 4ac40d4f: fix(ci): reject empty variable keys (Yarra Vivek vivekyarra567@gmail.com)
- 8b79539a: fix(ci): reject failed responses when linting a remote URL (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- 7a2c3088: fix(ci): stop tracing a canceled job (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- f9736cb4: fix(cluster): distinguish missing manifests from read failures (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- 42a41eb6: fix(cluster): return file sync transport errors (Yarra Vivek vivekyarra567@gmail.com)
- eb186ba6: fix(cmdutils): ignore empty assignee values (vivekyarra vivekyarra567@gmail.com)
- d5e698d3: fix(config): report a local config file that cannot be parsed (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- 87afdbba: fix(deploy-key): require a key ID for delete (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- 63314161: fix(git): match the clone directory for a URL ending in .git/ (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- df8e88c6: fix(git): parse SSH config after long lines (vivekyarra vivekyarra567@gmail.com)
- 8d0284d7: fix(git): preserve spaces in latest commit title (vivekyarra vivekyarra567@gmail.com)
- 5f42e4e8: fix(git): recognize uppercase URL schemes when parsing remotes (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- 1ca0edc9: fix(instance): default REST API protocol (vivekyarra vivekyarra567@gmail.com)
- 1fdccc5e: fix(iostreams): preserve long pager lines (Yarra Vivek vivekyarra567@gmail.com)
- 7cb260b1: fix(iostreams): treat a blank pager command as no pager (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- f4e62af5: fix(mcp): preserve UTF-8 in tool descriptions (Yarra Vivek vivekyarra567@gmail.com)
- b2b411fe: fix(milestone): return the base repository error instead of panicking (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- 92bee1eb: fix(mr diff): support long colored lines (vivekyarra vivekyarra567@gmail.com)
- 45b4ec6b: fix(mr merge): handle missing error response (Yarra Vivek vivekyarra567@gmail.com)
- 30459639: fix(mr): return to-do transport errors (Yarra Vivek vivekyarra567@gmail.com)
- 8eaada65: fix(project create): handle invalid response URL (vivekyarra vivekyarra567@gmail.com)
- 6b90190c: fix(project view): load nested README paths (Yarra Vivek vivekyarra567@gmail.com)
- 94b61357: fix(project): return fork transport errors (Yarra Vivek vivekyarra567@gmail.com)
- 07061fab: fix(project): return remote listing errors (vivekyarra vivekyarra567@gmail.com)
- d69d4141: fix(release create): reject long invalid timestamps (vivekyarra vivekyarra567@gmail.com)
- 8711911b: fix(release create): return tag transport errors (Yarra Vivek vivekyarra567@gmail.com)
- d1d44c87: fix(release download): reject malformed asset URLs (Yarra Vivek vivekyarra567@gmail.com)
- 7c8a34f3: fix(repo): normalize dot-git URLs with trailing slash (Yarra Vivek vivekyarra567@gmail.com)
- 792e1ddf: fix(schedule): validate variables before creating a schedule (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- 2718d24d: fix(securefile): paginate download all (Yarra Vivek vivekyarra567@gmail.com)
- 912cf2cb: fix(securefile): reject a file ID argument combined with --id or --name (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- f7934a58: fix(ssh-key): reject long invalid expiry (vivekyarra vivekyarra567@gmail.com)
- 3f3182a3: fix(stack): do not leak a file handle in AddStackBaseBranch (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- d2b1d607: fix(text): honor short truncation widths (Yarra Vivek vivekyarra567@gmail.com)
- 5b2f4df5: fix(text): wrap by display width (Yarra Vivek vivekyarra567@gmail.com)
- 7c430302: fix(token): prevent duration overflow (Yarra Vivek vivekyarra567@gmail.com)
- 9ee13a02: fix(variable): drop --scope from the group example in update (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
📝 Documentation
- 5b63aa90: docs(alias): fix the positional-placeholder example (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- e3e98ba7: docs: show optional command arguments as optional in usage (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
- c88360dd: docs: use GLAB_DEBUG in the bug template and agent guide (Lee Seonghyeon · 이성현 ihopenre@gmail.com)
📦 Dependencies
- acf4fd9e: chore(deps): update dependency @commitlint/format to ^21.2.0 (GitLab Renovate Bot gitlab-bot@gitlab.com)
- 766187d7: chore(deps): update module github.com/docker/cli to v29.6.2+incompatible (GitLab Renovate Bot gitlab-bot@gitlab.com)
- 9c701a55: chore(deps): update module github.com/mattn/go-isatty to v0.0.23 (GitLab Renovate Bot gitlab-bot@gitlab.com)
- 83bc0124: chore(deps): update module gitlab.com/gitlab-org/api/client-go/v2 to v2.51.0 (GitLab Renovate Bot gitlab-bot@gitlab.com)
- e1b79ba9: chore(deps): update module golang.org/x/crypto to v0.54.0 (GitLab Renovate Bot gitlab-bot@gitlab.com)
🔀 Others
- 997bc989: test: keep command tests inside their temp directories on Windows (Lee Seonghyeon · 이성현 ihopenre@gmail.com)