pypi python-amazon-sp-api 1.9.54
v1.9.54

latest releases: 1.9.57, 1.9.56, 1.9.55...
4 hours ago

Version 1.9.54

Relevant Changes

  • Security: Updated MD5 hash usage to include usedforsecurity=False parameter to address security concerns when MD5 is used for non-security purposes.
  • Error Handling: Added error logging in the Reports class to print exceptions during document decompression, aiding in debugging and issue resolution.

Internal

  • Code cleanup: Removed unnecessary spaces in API request methods across several modules for consistency and readability.
  • Updated version number from 1.9.53 to 1.9.54 in __version__.py.

Diagrams

Security Update in MD5 Usage

graph TD;
    A[MD5 Usage] --> B[usedforsecurity=False];
    B --> C[Improved Security];
Loading

This version enhances security practices by explicitly marking MD5 usage as non-security-related, and improves error handling by logging exceptions during document processing.

Don't miss a new python-amazon-sp-api release

NewReleases is sending notifications on new releases.