v0.2.0
[v0.2.0] - 2024-11-23
Added
none
Changed
- RootBackend and ProductBackend protocols use
returns
library types Result and Maybe instead of
raising exceptions. - Create Order endpoint from
.../order
to.../orders
- Order field
id
must be a string, instead of previously allowing int. This is because while an
order ID may an integral numeric value, it is not a "number" in the sense that math will be performed
order ID values, so string represents this better.
Deprecated
none
Removed
none
Fixed
none
Security
none