Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@philvarner philvarner released this 08 Jan 22:37
0a5d877

[v0.5.0] - 2025-01-08

Added

  • Endpoint /orders/{order_id}/statuses supporting GET 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's add_product allows to configure underlyinging ProductRouter

Changed

  • OrderRequest renamed to OrderPayload

Deprecated

none

Removed

  • Endpoint /orders/{order_id}/statuses supporting POST 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