Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
saleweaver committed Dec 22, 2024
2 parents 7e8ccb6 + 954d507 commit cd6d7fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v1.9.8 - 2024-12-20
## v1.9.8

### Changes Relevant to End-Users
- **Bug Fix in `load_all_pages` Utility**: Corrected indentation issues within the `load_all_pages` function, specifically addressing the handling of the `next_token_only` parameter. This fix ensures that pagination in API requests is managed more reliably, enhancing the function's robustness and accuracy.

### Internal Changes
- No internal changes were made in this release.

### Mermaid Diagram Representation

```mermaid
graph TD;
A[load_all_pages Function] -->|Corrected Indentation| B[next_token_only Handling];
```

This update addresses a critical bug in the `load_all_pages` utility, ensuring that the function behaves as expected when managing pagination, particularly when the `next_token_only` parameter is utilized.

## v1.9.7 - 2024-12-20
## v1.9.7

Expand Down
2 changes: 1 addition & 1 deletion sp_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.9.7'
__version__ = '1.9.8'

0 comments on commit cd6d7fd

Please sign in to comment.