Releases: saleweaver/python-amazon-sp-api
Releases · saleweaver/python-amazon-sp-api
v2.1.20
Sorry, something went wrong.
No results found
Version 2.1.20
Changes to Existing Features
- Dependencies:
- Updated boto3 to version 1.43.58 in both docs/requirements.txt and requirements.txt. This update ensures compatibility with the latest AWS services and includes various bug fixes and improvements.
Internal
- Version Update:
- Bumped the package version to 2.1.20 to incorporate the latest dependency updates.
Diagram of Dependency Changes
graph TD;
A[Previous boto3 Version 1.43.55] --> B[docs/requirements.txt & requirements.txt];
B --> C[Updated to boto3 1.43.58];
This update maintains the package's compatibility with the latest AWS services by keeping the boto3 dependency current.
v2.1.19
Sorry, something went wrong.
No results found
Version 2.1.19
Changes to Existing Features
- Dependencies:
- Updated confuse to version 2.2.1 in both docs/requirements.txt and requirements.txt. This update includes improvements and bug fixes that enhance configuration management.
Internal
- Version Update:
- Bumped the package version to 2.1.19 to reflect the changes in dependencies.
Diagram of Dependency Changes
graph TD;
A[Previous confuse Version 2.1.0] --> B[docs/requirements.txt & requirements.txt];
B --> C[Updated to confuse 2.2.1];
This update ensures that the dependency on confuse is current, benefiting from the latest enhancements and fixes.
v2.1.18
Sorry, something went wrong.
No results found
Version 2.1.18
Changes to Existing Features
- Documentation:
- Updated sphinx-toolbox to version 4.3.0 in docs/requirements.txt. This upgrade enhances the documentation generation capabilities with the latest features and fixes.
Internal
- Version Update:
- Bumped the package version to 2.1.18 to reflect the changes in documentation dependencies.
Diagram of Documentation Dependency Changes
graph TD;
A[Previous sphinx-toolbox Version 4.2.0] --> B[docs/requirements.txt];
B --> C[Updated to sphinx-toolbox 4.3.0];
This update ensures that the documentation tools are up-to-date, leveraging new improvements and maintaining compatibility with the latest documentation standards.
v2.1.17
Sorry, something went wrong.
No results found
Version 2.1.17
Changes to Existing Features
- Dependencies:
- Updated pytz to version 2026.3 in both requirements.txt and docs/requirements.txt. This update ensures compatibility with the latest timezone data.
Internal
- Version Update:
- Bumped the package version to 2.1.17 to reflect the changes in dependencies.
Diagram of Dependency Changes
graph TD;
A[Previous pytz Version 2025.1] --> B[requirements.txt];
A --> C[docs/requirements.txt];
B --> D[Updated to pytz 2026.3];
C --> E[Updated to pytz 2026.3];
This update focuses on maintaining compatibility with the latest timezone data by updating the pytz dependency.
v2.1.16
Sorry, something went wrong.
No results found
Version 2.1.16
Changes to Existing Features
- Dependencies:
- Updated cachetools to version 7.1.6 in both requirements.txt and docs/requirements.txt. This update ensures improved performance and compatibility with other dependencies.
Internal
- Version Update:
- Bumped the package version to 2.1.16 to reflect the changes in dependencies.
Diagram of Dependency Changes
graph TD;
A[Previous cachetools Version 6.2.6] --> B[requirements.txt];
A --> C[docs/requirements.txt];
B --> D[Updated to cachetools 7.1.6];
C --> E[Updated to cachetools 7.1.6];
This update focuses on enhancing the package's performance and maintaining compatibility with the latest dependency versions.
v2.1.15
Sorry, something went wrong.
No results found
Version 2.1.15
Changes to Existing Features
- Dependencies:
- Updated setuptools to version 83.0.0 in both requirements.txt and docs/requirements.txt. This update ensures compatibility with the latest features and security improvements.
Internal
- Version Update:
- Bumped the package version to 2.1.15 to reflect the changes in dependencies.
Diagram of Dependency Changes
graph TD;
A[Previous setuptools Version 80.10.2] --> B[requirements.txt];
A --> C[docs/requirements.txt];
B --> D[Updated to setuptools 83.0.0];
C --> E[Updated to setuptools 83.0.0];
This update focuses on maintaining the package's compatibility and security by aligning with the latest dependency versions.
v2.1.14
Sorry, something went wrong.
No results found
Version 2.1.14
Changes to Existing Features
- Python Version Requirement:
- Updated the minimum required Python version to 3.10. This change ensures compatibility with the latest features and improvements in the Python ecosystem.
- Updated the quickstart documentation to reflect the new Python 3.10+ requirement.
Internal
-
CI/CD Workflows:
- Updated GitHub Actions workflows (python-publish.yml and version_increment.yml) to use Python 3.10 instead of 3.9, aligning with the new minimum version requirement.
-
Dependencies:
- Added python_requires='>=3.10' in setup.py to enforce the new minimum Python version requirement.
Diagram of Workflow Changes
graph TD;
A[Previous Python Version 3.9] --> B[python-publish.yml];
A --> C[version_increment.yml];
B --> D[Updated to Python 3.10];
C --> E[Updated to Python 3.10];
This update ensures that the package and its workflows are aligned with Python 3.10, enhancing performance and security.
v2.1.13
Sorry, something went wrong.
No results found
Version 2.1.13
Changes to Existing Features
- Application Integrations:
- Improved parameter handling in the create_notification, delete_notifications, and record_action_feedback methods. The body is now explicitly extracted from kwargs and passed as data, while other parameters are passed as params. This enhancement increases the reliability of API interactions.
Internal
- Dependencies:
- Updated boto3 from 1.43.36 to 1.43.55 in both requirements.txt and docs/requirements.txt.
- Updated sphinx-jinja2-compat from 0.1.1 to 0.4.1 in docs/requirements.txt.
- Updated sphinx-toolbox from 2.16.0 to 4.2.0 in docs/requirements.txt.
Diagram of Method Changes
graph TD;
A[Previous Method Implementation] --> B[create_notification];
A --> C[delete_notifications];
A --> D[record_action_feedback];
B --> E[Corrected Parameter Handling];
C --> F[Corrected Parameter Handling];
D --> G[Corrected Parameter Handling];
This update ensures that the methods in the ApplicationIntegrations class handle request bodies and parameters correctly, improving the reliability of API interactions.
v2.1.12
Sorry, something went wrong.
No results found
Version 2.1.12
Changes to Existing Features
- Application Integrations:
- Enhanced parameter handling in the create_notification, delete_notifications, and record_action_feedback methods. The body is now explicitly extracted from kwargs and passed as data, while other parameters are passed as params. This improvement increases the reliability of API interactions.
Internal
- Dependencies:
- Updated boto3 from 1.43.36 to 1.43.55 in both requirements.txt and docs/requirements.txt.
- Updated sphinx-jinja2-compat from 0.1.1 to 0.4.1 in docs/requirements.txt.
Diagram of Method Changes
graph TD;
A[Previous Method Implementation] --> B[create_notification];
A --> C[delete_notifications];
A --> D[record_action_feedback];
B --> E[Corrected Parameter Handling];
C --> F[Corrected Parameter Handling];
D --> G[Corrected Parameter Handling];
This update ensures that the methods in the ApplicationIntegrations class handle request bodies and parameters correctly, improving the reliability of API interactions.
v2.1.11
Sorry, something went wrong.
No results found
Version 2.1.11
Changes to Existing Features
- Application Integrations:
- Improved the handling of request parameters in the create_notification, delete_notifications, and record_action_feedback methods. The body is now explicitly extracted from kwargs and passed as data, while other parameters are passed as params. This change enhances the reliability of API interactions.
Internal
- Dependencies:
- Updated boto3 from 1.43.36 to 1.43.55 in both requirements.txt and docs/requirements.txt.
Diagram of Method Changes
graph TD;
A[Previous Method Implementation] --> B[create_notification];
A --> C[delete_notifications];
A --> D[record_action_feedback];
B --> E[Corrected Parameter Handling];
C --> F[Corrected Parameter Handling];
D --> G[Corrected Parameter Handling];
This update ensures that the methods in the ApplicationIntegrations class handle request bodies and parameters correctly, improving the reliability of API interactions.