Skip to content

Commit 228cf1d

Browse files
committed
docs: Update CHANGELOG for v1.4.0
1 parent dd769cb commit 228cf1d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.0] - 2025-08-28
9+
10+
### Changed
11+
12+
- Implemented pagination for result fetching to correctly handle large result sets that exceed the API's single-request limit. This ensures that `--limit 0` fetches all results and that `--limit` values greater than 50,000 are respected.
13+
814
## [1.3.0] - 2025-08-28
915

1016
### Added

0 commit comments

Comments
 (0)