Version 1.9.51
Changes
- Documentation: Added a comprehensive
architecture.rstfile to the documentation, detailing the internal structure and components of the library. This addition helps users understand the library's design and how to extend it safely. - Documentation: Updated the
quickstart.rstto provide more detailed examples and explanations for setting up and using the library, including handling credentials, pagination, and retries. - Dependencies: Updated
boto3to version1.42.3andconfuseto version2.1.0in bothrequirements.txtanddocs/requirements.txtto ensure compatibility and leverage new features.
Internal
- Updated version number from 1.9.50 to 1.9.51 in
__version__.py.
Diagrams
Module Import Path
graph TD;
A[Client] --> B[sp_api.api.external_fulfillment.external_fulfillment];
Documentation Structure
graph TD;
A[Documentation] --> B[architecture.rst];
A --> C[quickstart.rst];
A --> D[endpoints];
A --> E[responses];
A --> F[utils];
A --> G[examples];