Releases: saleweaver/python-amazon-sp-api
v1.9.39
Version 1.9.39
Changes Relevant to Users
- Dependency Updates
- Upgraded
boto3
dependency from1.38.40
to1.38.42
in bothrequirements.txt
anddocs/requirements.txt
. This update ensures continued compatibility with AWS services and incorporates the latest enhancements. - Upgraded
setuptools
from77.0.3
to80.9.0
to include the latest improvements and bug fixes.
- Upgraded
Internal Changes
- Version Update
- Incremented version number to
1.9.39
insp_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
boto3
dependency from1.38.36
to1.38.40
in bothrequirements.txt
anddocs/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.38
insp_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_DATA
toReportType
. 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
boto3
dependency from1.38.31
to1.38.36
in bothrequirements.txt
anddocs/requirements.txt
. This ensures compatibility with the latest AWS features and improvements. - Updated
requests
dependency from2.32.3
to2.32.4
. This update includes minor bug fixes and performance improvements.
- Upgraded
Internal Changes
- Version Update
- Incremented version number to
1.9.37
insp_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
boto3
dependency from1.38.29
to1.38.31
in bothrequirements.txt
anddocs/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.36
insp_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
timeout
parameter to theget_report_document
method in theReports
class. 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
boto3
dependency from1.38.28
to1.38.29
in bothrequirements.txt
anddocs/requirements.txt
to ensure compatibility and access to the latest features and bug fixes.
- Updated
-
Version Update
- Incremented version number to
1.9.35
insp_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.
v1.9.34
Version 1.9.34
Changes Relevant to Users
- New Feature
- Added a
timeout
parameter to theget_report_document
method in theReports
class. This allows users to specify a timeout for the request when downloading a document, enhancing control over network operations.
- Added a
Internal Changes
-
Dependency Update
- Updated
boto3
dependency from1.38.17
to1.38.28
in bothrequirements.txt
anddocs/requirements.txt
to ensure compatibility and access to the latest features and bug fixes.
- Updated
-
Version Update
- Incremented version number to
1.9.34
insp_api/__version__.py
.
- Incremented version number to
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
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
insp_api/__version__.py
.
- Incremented version number to
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
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
insp_api/__version__.py
.
- Incremented version number to
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
Version 1.9.31
Changes Relevant to Users
- Bug Fixes
- Corrected a typo in the
grantless_scope
attribute of theApplicationManagement
class fromsellingpartnetapi::client_credential:rotation
tosellingpartnerapi::client_credential:rotation
. This ensures proper functionality when using the grantless scope for client credential rotation.
- Corrected a typo in the
Internal Changes
- Version Update
- Incremented version number to
1.9.31
insp_api/__version__.py
.
- Incremented version number to
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
Version 1.9.29
Changes Relevant to Users
- Enhancements
- Updated the
boto3
dependency from1.38.1
to1.38.17
in bothrequirements.txt
anddocs/requirements.txt
to ensure compatibility with the latest features and improvements.
- Updated the
Internal Changes
- Documentation Updates
- Updated the service link in
README.md
to reflect the new URL for real-time alerts and report downloads.
- Updated the service link in
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.