v0.3.0
[0.3.0] - 2024-12-6
Added
none
Changed
- OrderStatusCode and ProviderRole are now StrEnum instead of (str, Enum)
- All types using
Result[A, Exception]
have been replace with the equivalent typeResultE[A]
- Order and OrderCollection extend _GeoJsonBase instead of Feature and FeatureCollection, to allow for tighter constraints on fields
Deprecated
none
Removed
none
Fixed
none
Security
none