pypi python-amazon-sp-api 2.0.3
v2.0.3

latest releases: 2.0.7, 2.0.6, 2.0.5...
8 hours ago

Version 2.0.3

New Features

Asynchronous Client Support

  • Introduced an asynchronous client package under sp_api.asyncio, allowing for non-blocking API calls. This is particularly useful for applications that require high concurrency and efficiency.
graph TD;
    D[Async Client] -->|sp_api.asyncio| E[Non-blocking Calls];
Loading
  • Added httpx-based transport for synchronous clients, enabling connection pooling and consistent streaming behavior.
graph TD;
    A[Sync Client] -->|httpx-based transport| B[Connection Pooling];
    A -->|httpx-based transport| C[Consistent Streaming];
Loading

These enhancements improve the library's performance and scalability, providing developers with more robust options for handling API requests.

Documentation

  • Added new documentation section for asynchronous clients, detailing usage patterns and examples for integrating async functionality into projects. This includes guidance on importing async clients, basic usage, streaming report documents, and proper client closure.

Internal Changes

  • Updated the project version to 2.0.3 in sp_api/__version__.py.

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

NewReleases is sending notifications on new releases.