Skip to content

Commit 8d70627

Browse files
committed
docs: add CHANGELOG entry for v1.0.63
1 parent 62f0fff commit 8d70627

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.0.63] - 2025-06-12
2+
3+
### Added
4+
5+
- 📊 **CI Job Log Pagination**: Added pagination support for CI job logs to prevent context window flooding
6+
- `get_pipeline_job_output` now supports optional `limit` and `offset` parameters
7+
- Default limit is 1000 lines when pagination is used
8+
- Returns lines from the end of the log, with configurable offset
9+
- Includes truncation metadata showing what was skipped
10+
- Maintains backward compatibility (no parameters = full log)
11+
- See: [PR #97](https://github.com/zereight/gitlab-mcp/pull/97)
12+
13+
---
14+
115
## [1.0.62] - 2025-06-10
216

317
### Fixed

0 commit comments

Comments
 (0)