We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f0fff commit 8d70627Copy full SHA for 8d70627
1 file changed
CHANGELOG.md
@@ -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
15
## [1.0.62] - 2025-06-10
16
17
### Fixed
0 commit comments