Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 8419715

Browse files
committed
docs: update CHANGELOG
1 parent e2572dc commit 8419715

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

@@ -64,7 +71,6 @@ none
6471

6572
none
6673

67-
6874
## [v0.3.0] - 2024-12-6
6975

7076
### Added
@@ -75,7 +81,7 @@ none
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

0 commit comments

Comments
 (0)