You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
## v2.0.14 - 2026-02-01
2
+
## Version 2.0.14
3
+
4
+
### Bug Fixes
5
+
6
+
#### Orders API Asynchronous Handling
7
+
8
+
- Fixed asynchronous handling in the `OrdersV0` client by ensuring that the `_access_restricted` method is awaited properly. This resolves potential issues with handling restricted resources in asynchronous environments.
These changes enhance the reliability and correctness of asynchronous operations within the Orders API, ensuring smoother integration and execution in applications using the `python-amazon-sp-api` library.
17
+
18
+
### Documentation
19
+
20
+
- Updated the Fulfillment Inbound documentation to replace `.. info::` with `.. note::` for better clarity.
21
+
22
+
### Dependencies
23
+
24
+
- Added `httpx` to `docs/requirements.txt` to support HTTP requests in documentation examples.
0 commit comments