You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.3.1] - 2026-01-24
9
+
10
+
### Fixed
11
+
12
+
- Fixed `search.basic_iter()` pagination bug that caused only the first page of results to be returned. The iterator now correctly fetches all pages when iterating through search results.
13
+
14
+
### Changed
15
+
16
+
- Added `get_raw()` method to internal request classes for retrieving full API responses with pagination metadata.
17
+
- Expanded `search.basic_iter()` method signature to explicitly list all filter parameters instead of using `**kwargs`.
18
+
8
19
## [1.3.0] - 2026-01-06
9
20
10
21
### Changes
@@ -72,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments