Releases: saleweaver/python-amazon-sp-api
v1.9.50
Version 1.9.50
Changes
-
Module Import Path: Corrected the import path for
ExternalFulfillmentto 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
Version 1.9.48
New Features
-
Fulfillment Inbound API: Introduced the
update_shipment_namemethod in theFulfillmentInboundclass. 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:
boto3from1.40.15to1.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
Changelog
Version 1.9.47
New Features
-
Fulfillment Inbound API: Added a new method
update_shipment_nameto theFulfillmentInboundclass. 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:
requestsfrom2.32.4to2.32.5boto3from1.39.14to1.40.15
Internal
- Updated version number from 1.9.46 to 1.9.47.
v1.9.46
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
Version 1.9.40
Changes Relevant to Users
-
New Feature
- Added
send_invoicemethod in themessagingmodule. 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.
- Added
-
Dependency Updates
- Upgraded
boto3dependency from1.38.42to1.39.13in bothrequirements.txtanddocs/requirements.txt. This update includes the latest features and bug fixes from AWS services.
- Upgraded
Internal Changes
- Version Update
- Incremented version number to
1.9.40insp_api/__version__.py.
- Incremented version number to
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
Version 1.9.39
Changes Relevant to Users
- Dependency Updates
- Upgraded
boto3dependency from1.38.40to1.38.42in bothrequirements.txtanddocs/requirements.txt. This update ensures continued compatibility with AWS services and incorporates the latest enhancements. - Upgraded
setuptoolsfrom77.0.3to80.9.0to include the latest improvements and bug fixes.
- Upgraded
Internal Changes
- Version Update
- Incremented version number to
1.9.39insp_api/__version__.py.
- Incremented version number to
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
Version 1.9.38
Changes Relevant to Users
- Dependency Updates
- Upgraded
boto3dependency from1.38.36to1.38.40in bothrequirements.txtanddocs/requirements.txt. This update ensures continued compatibility with AWS services and incorporates the latest enhancements.
- Upgraded
Internal Changes
- Version Update
- Incremented version number to
1.9.38insp_api/__version__.py.
- Incremented version number to
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
Version 1.9.37
Changes Relevant to Users
-
New Report Type
- Added
GET_DATE_RANGE_FINANCIAL_HOLDS_DATAtoReportType. This new report type allows users to access financial hold data within a specified date range, enhancing financial data analysis capabilities.
- Added
-
Dependency Updates
- Upgraded
boto3dependency from1.38.31to1.38.36in bothrequirements.txtanddocs/requirements.txt. This ensures compatibility with the latest AWS features and improvements. - Updated
requestsdependency from2.32.3to2.32.4. This update includes minor bug fixes and performance improvements.
- Upgraded
Internal Changes
- Version Update
- Incremented version number to
1.9.37insp_api/__version__.py.
- Incremented version number to
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
Version 1.9.36
Changes Relevant to Users
- Dependency Update
- Upgraded
boto3dependency from1.38.29to1.38.31in bothrequirements.txtanddocs/requirements.txt. This update ensures users have access to the latest features and improvements provided byboto3.
- Upgraded
Internal Changes
- Version Update
- Incremented version number to
1.9.36insp_api/__version__.py.
- Incremented version number to
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
Version 1.9.35
Changes Relevant to Users
- New Feature
- Introduced a
timeoutparameter to theget_report_documentmethod in theReportsclass. This feature allows users to specify a timeout for requests when downloading documents, providing enhanced control over network operations.
- Introduced a
Internal Changes
-
Dependency Update
- Updated
boto3dependency from1.38.28to1.38.29in bothrequirements.txtanddocs/requirements.txtto ensure compatibility and access to the latest features and bug fixes.
- Updated
-
Version Update
- Incremented version number to
1.9.35insp_api/__version__.py.
- Incremented version number to
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.