[v0.5.0] - 2025-01-08
Added
- Endpoint
/orders/{order_id}/statuses
supportingGET
for retrieving statuses. The entity returned by this conforms
to the change proposed in stapi-spec#239. - RootBackend has new method
get_order_statuses
*args
/**kwargs
support in RootRouter'sadd_product
allows to configure underlyinging ProductRouter
Changed
- OrderRequest renamed to OrderPayload
Deprecated
none
Removed
- Endpoint
/orders/{order_id}/statuses
supportingPOST
for updating current status was added and then
removed prior to release - RootBackend method
set_order_status
was added and then removed
Fixed
- Exception logging
Security
none