From bc2322daedabafabd22584f5a067f34e10327d39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Dec 2024 19:53:07 +0000 Subject: [PATCH] chore: update CHANGELOG.md for v1.9.7 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d88cc421..195ce6c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v1.9.7 - 2024-12-20 +## v1.9.7 + +### Changes Relevant to End-Users +- **Improvement in `load_all_pages` Utility**: Fixed indentation issues in the `load_all_pages` function to ensure correct behavior when using the `next_token_only` parameter. This change enhances the reliability of the function when handling pagination in API requests. + +### Internal Changes +- No internal changes were made in this release. + +### Mermaid Diagram Representation + +```mermaid +graph TD; + A[load_all_pages Function] -->|Fixed Indentation| B[next_token_only Handling]; +``` + +This update ensures that the `load_all_pages` function operates correctly, particularly when the `next_token_only` parameter is used, improving the overall robustness of API interactions. + ## v1.9.6 - 2024-12-20 ## v1.9.6