Skip to content

v1.9.12

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 16:29
8e35daa

v1.9.12

Changes Relevant to End-Users

  • API Endpoint Update: The list_packing_group_items method in the FulfillmentInbound class now requires a packingGroupId parameter. This change ensures more precise retrieval of packing group items by specifying the packing group directly.

Internal Changes

  • Dependency Updates: Updated several dependencies to their latest versions for improved performance and security:
    • boto3 updated from 1.36.5 to 1.36.15
    • pytz updated from 2024.2 to 2025.1

Mermaid Diagram Representation

graph TD;
    A[FulfillmentInbound Class] -->|Updated| B[list_packing_group_items Method];
    B -->|Added Parameter| C[packingGroupId];
    D[Dependencies] -->|Updated| E[boto3, pytz];

This release includes an important API endpoint update for more precise data retrieval and updates to dependencies for enhanced stability and security.