This repository was archived by the owner on Apr 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Changed
11+
12+ - Replaced the root and product backend Protocol classes with Callable type aliases to
13+ enable future changes to make product opportunity searching, product ordering, and/or
14+ asynchronous (stateful) product opportunity searching optional.
815
916## [ v0.5.0] - 2025-01-08
1017
6471
6572none
6673
67-
6874## [ v0.3.0] - 2024-12-6
6975
7076### Added
7581
7682- OrderStatusCode and ProviderRole are now StrEnum instead of (str, Enum)
7783- All types using ` Result[A, Exception] ` have been replace with the equivalent type ` ResultE[A] `
78- - Order and OrderCollection extend _ GeoJsonBase instead of Feature and FeatureCollection, to allow for tighter
84+ - Order and OrderCollection extend \ _ GeoJsonBase instead of Feature and FeatureCollection, to allow for tighter
7985 constraints on fields
8086
8187### Deprecated
@@ -140,7 +146,7 @@ Initial release
140146- Add link ` create-order ` to OpportunityCollection
141147
142148[ unreleased ] : https://github.com/stapi-spec/stapi-fastapi/compare/v0.5.0...main
143- [ v0.4 .0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.5.0
149+ [ v0.5 .0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.5.0
144150[ v0.4.0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.4.0
145151[ v0.3.0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.3.0
146152[ v0.2.0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.2.0
You can’t perform that action at this time.
0 commit comments