Skip to content

Releases: saleweaver/python-amazon-sp-api

v1.9.39

24 Jun 07:26
13d0eae
Compare
Choose a tag to compare

Version 1.9.39

Changes Relevant to Users

  • Dependency Updates
    • Upgraded boto3 dependency from 1.38.40 to 1.38.42 in both requirements.txt and docs/requirements.txt. This update ensures continued compatibility with AWS services and incorporates the latest enhancements.
    • Upgraded setuptools from 77.0.3 to 80.9.0 to include the latest improvements and bug fixes.

Internal Changes

  • Version Update
    • Incremented version number to 1.9.39 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.38] -->|Updated| B[Version 1.9.39];
    B --> C[Updated boto3 Dependency];
    B --> D[Updated setuptools Dependency];

This release focuses on maintaining compatibility with AWS services by updating the boto3 dependency to its latest version and includes improvements from the updated setuptools package.

v1.9.38

21 Jun 17:43
Compare
Choose a tag to compare

Version 1.9.38

Changes Relevant to Users

  • Dependency Updates
    • Upgraded boto3 dependency from 1.38.36 to 1.38.40 in both requirements.txt and docs/requirements.txt. This update ensures continued compatibility with AWS services and incorporates the latest enhancements.

Internal Changes

  • Version Update
    • Incremented version number to 1.9.38 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.37] -->|Updated| B[Version 1.9.38];
    B --> C[Updated boto3 Dependency];

This release focuses on maintaining compatibility with AWS services by updating the boto3 dependency to its latest version.

v1.9.37

16 Jun 16:21
Compare
Choose a tag to compare

Version 1.9.37

Changes Relevant to Users

  • New Report Type

    • Added GET_DATE_RANGE_FINANCIAL_HOLDS_DATA to ReportType. This new report type allows users to access financial hold data within a specified date range, enhancing financial data analysis capabilities.
  • Dependency Updates

    • Upgraded boto3 dependency from 1.38.31 to 1.38.36 in both requirements.txt and docs/requirements.txt. This ensures compatibility with the latest AWS features and improvements.
    • Updated requests dependency from 2.32.3 to 2.32.4. This update includes minor bug fixes and performance improvements.

Internal Changes

  • Version Update
    • Incremented version number to 1.9.37 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.36] -->|Updated| B[Version 1.9.37];
    B --> C[Added New Report Type];
    B --> D[Updated boto3 Dependency];
    B --> E[Updated requests Dependency];

This release introduces a new report type for enhanced financial data analysis and includes updates to key dependencies to maintain compatibility and leverage the latest improvements.

v1.9.36

06 Jun 08:56
Compare
Choose a tag to compare

Version 1.9.36

Changes Relevant to Users

  • Dependency Update
    • Upgraded boto3 dependency from 1.38.29 to 1.38.31 in both requirements.txt and docs/requirements.txt. This update ensures users have access to the latest features and improvements provided by boto3.

Internal Changes

  • Version Update
    • Incremented version number to 1.9.36 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.35] -->|Updated| B[Version 1.9.36];
    B --> C[Updated boto3 Dependency];

This release focuses on maintaining compatibility and leveraging the latest improvements in dependencies to ensure optimal performance and stability.

v1.9.35

04 Jun 20:41
Compare
Choose a tag to compare

Version 1.9.35

Changes Relevant to Users

  • New Feature
    • Introduced a timeout parameter to the get_report_document method in the Reports class. This feature allows users to specify a timeout for requests when downloading documents, providing enhanced control over network operations.

Internal Changes

  • Dependency Update

    • Updated boto3 dependency from 1.38.28 to 1.38.29 in both requirements.txt and docs/requirements.txt to ensure compatibility and access to the latest features and bug fixes.
  • Version Update

    • Incremented version number to 1.9.35 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.34] -->|Updated| B[Version 1.9.35];
    B --> C[Added Timeout Parameter];
    B --> D[Updated boto3 Dependency];

This release enhances network request handling capabilities and updates a key dependency to improve overall package stability and functionality.

v1.9.34

03 Jun 09:00
Compare
Choose a tag to compare

Version 1.9.34

Changes Relevant to Users

  • New Feature
    • Added a timeout parameter to the get_report_document method in the Reports class. This allows users to specify a timeout for the request when downloading a document, enhancing control over network operations.

Internal Changes

  • Dependency Update

    • Updated boto3 dependency from 1.38.17 to 1.38.28 in both requirements.txt and docs/requirements.txt to ensure compatibility and access to the latest features and bug fixes.
  • Version Update

    • Incremented version number to 1.9.34 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.33] -->|Updated| B[Version 1.9.34];
    B --> C[Added Timeout Parameter];
    B --> D[Updated boto3 Dependency];

This release introduces a new feature for enhanced network request handling and updates a key dependency to improve overall package stability and functionality.

v1.9.33

16 May 18:01
Compare
Choose a tag to compare

Version 1.9.33

Changes Relevant to Users

  • Documentation Update
    • Enhanced the README to acknowledge community feedback on implementing Pydantic and async support for the upcoming version 2.0. Acknowledgment to contributors who participated in the voting process.

Internal Changes

  • Version Update
    • Incremented version number to 1.9.33 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.32] -->|Updated| B[Version 1.9.33];
    B --> C[README Enhancement];
    C --> D[Community Feedback Acknowledgment];

This update continues to prepare for version 2.0 by incorporating community insights and setting the stage for future enhancements, including Pydantic and async support.

v1.9.32

16 May 18:00
Compare
Choose a tag to compare

Version 1.9.32

Changes Relevant to Users

  • Documentation Update
    • Updated the README to reflect the community's decision to implement Pydantic and async support in the upcoming version 2.0. Contributors are encouraged to join the ongoing discussion on GitHub.

Internal Changes

  • Version Update
    • Incremented version number to 1.9.32 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.31] -->|Updated| B[Version 1.9.32];
    B --> C[README Update];
    C --> D[Pydantic and Async Support];

This update prepares the groundwork for version 2.0 by aligning community feedback with planned features, including Pydantic and async support.

v1.9.31

16 May 10:32
Compare
Choose a tag to compare

Version 1.9.31

Changes Relevant to Users

  • Bug Fixes
    • Corrected a typo in the grantless_scope attribute of the ApplicationManagement class from sellingpartnetapi::client_credential:rotation to sellingpartnerapi::client_credential:rotation. This ensures proper functionality when using the grantless scope for client credential rotation.

Internal Changes

  • Version Update
    • Incremented version number to 1.9.31 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.30] -->|Updated| B[Version 1.9.31];
    B --> C[ApplicationManagement];
    C --> D[grantless_scope Typo Fixed];

This update fixes a typo in the ApplicationManagement API, ensuring that the correct grantless scope is used for client credential rotations.

v1.9.29

16 May 10:25
Compare
Choose a tag to compare

Version 1.9.29

Changes Relevant to Users

  • Enhancements
    • Updated the boto3 dependency from 1.38.1 to 1.38.17 in both requirements.txt and docs/requirements.txt to ensure compatibility with the latest features and improvements.

Internal Changes

  • Documentation Updates
    • Updated the service link in README.md to reflect the new URL for real-time alerts and report downloads.
graph TD;
    A[Version 1.9.28] -->|Updated| B[Version 1.9.29];
    B --> C[Dependencies];
    C --> D[boto3 1.38.17];
    B --> E[Documentation];
    E --> F[Updated Service Link];

These updates ensure the package remains up-to-date with the latest boto3 enhancements and provide users with the correct service information for accessing real-time alerts and report downloads.