Skip to content

Releases: saleweaver/python-amazon-sp-api

v1.9.50

29 Sep 15:45
3656190

Choose a tag to compare

Version 1.9.50

Changes

  • Module Import Path: Corrected the import path for ExternalFulfillment to ensure proper module loading and usage.

    graph TD;
        A[Client] --> B[sp_api.api.external_fulfillment.external_fulfillment];

Internal

  • Updated version number from 1.9.49 to 1.9.50 in __version__.py.

v1.9.48

03 Sep 18:51
24b89bc

Choose a tag to compare

Version 1.9.48

New Features

  • Fulfillment Inbound API: Introduced the update_shipment_name method in the FulfillmentInbound class. This method allows users to update the name of an existing shipment. It accepts the following parameters:

    • inboundPlanId: Identifier for the inbound plan.
    • shipmentId: Identifier for the shipment.
    • body: A dictionary containing the new name for the shipment.
    graph TD;
        A[Client] --> B[update_shipment_name];
        B --> C[inboundPlanId];
        B --> D[shipmentId];
        B --> E[body];

Changes

  • Dependencies: Updated the following dependencies:
    • boto3 from 1.40.15 to 1.40.21

Internal

  • Removed unnecessary test package entries from setup.py.
  • Updated version number from 1.9.47 to 1.9.48.

v1.9.47

25 Aug 09:42
70f25cb

Choose a tag to compare

Changelog

Version 1.9.47

New Features

  • Fulfillment Inbound API: Added a new method update_shipment_name to the FulfillmentInbound class. This method allows updating the name of an existing shipment. It supports the following parameters:

    • inboundPlanId: Identifier for the inbound plan.
    • shipmentId: Identifier for the shipment.
    • body: A dictionary containing the new name for the shipment.
    graph TD;
        A[Client] --> B[update_shipment_name];
        B --> C[inboundPlanId];
        B --> D[shipmentId];
        B --> E[body];

Changes

  • Dependencies: Updated the following dependencies:
    • requests from 2.32.4 to 2.32.5
    • boto3 from 1.39.14 to 1.40.15

Internal

  • Updated version number from 1.9.46 to 1.9.47.

v1.9.46

28 Jul 11:01
73f7ca9

Choose a tag to compare

Changelog

Version 1.9.46

New Features

  • No new features added in this release.

Bug Fixes

  • No bug fixes included in this release.

Changes

  • Updated version number from 1.9.45 to 1.9.46.

Internal

  • No internal changes relevant to end-users.

Diagrams

  • No changes requiring diagrams in this release.

v1.9.40

26 Jul 07:43
0641345

Choose a tag to compare

Version 1.9.40

Changes Relevant to Users

  • New Feature

    • Added send_invoice method in the messaging module. This method allows users to send an invoice message to buyers for a specified order. The method supports sending attachments as part of the message.
  • Dependency Updates

    • Upgraded boto3 dependency from 1.38.42 to 1.39.13 in both requirements.txt and docs/requirements.txt. This update includes the latest features and bug fixes from AWS services.

Internal Changes

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

This release introduces the ability to send invoice messages directly through the API, enhancing communication capabilities with buyers. Additionally, it ensures compatibility with the latest AWS services by updating the boto3 dependency.

v1.9.39

24 Jun 07:26
13d0eae

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

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

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

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

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.