Skip to content

v1.9.24

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 12:05
ad87eb5

Version 1.9.24

Changes Relevant to Users

  • Pagination Enhancements
    • Improved the ApiResponse class to better handle pagination by adding support for an additional nextToken key in the response payload. This enhancement ensures more reliable navigation through paginated data.
graph TD;
    A[Version 1.9.23] -->|Improved| B[Version 1.9.24];
    B --> C[ApiResponse];
    C --> D[nextToken Support];

Internal Changes

  • Code Quality Improvements
    • Minor formatting adjustments in load_all_pages.py to enhance code readability and maintain consistency.
graph TD;
    A[Version 1.9.23] -->|Refined| B[Version 1.9.24];
    B --> C[load_all_pages.py];
    C --> D[Formatting Adjustments];

These changes aim to improve the overall functionality and maintainability of the python-amazon-sp-api package, ensuring a smoother experience for developers interacting with Amazon's Selling Partner API.