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 +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ The 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
88
9- ## [ unreleased ]
9+ ## [ v0.5.0 ] - 2025-01-08
1010
1111### Added
1212
1313- Endpoint ` /orders/{order_id}/statuses ` supporting ` GET ` for retrieving statuses. The entity returned by this conforms
1414 to the change proposed in [ stapi-spec #239 ] ( https://github.com/stapi-spec/stapi-spec/pull/239 ) .
15- - RootBackend has new methods ` get_order_statuses ` and ` set_order_status `
15+ - RootBackend has new method ` get_order_statuses `
1616- ` *args ` /` **kwargs ` support in RootRouter's ` add_product ` allows to configure underlyinging ProductRouter
1717
1818### Changed
2727
2828- Endpoint ` /orders/{order_id}/statuses ` supporting ` POST ` for updating current status was added and then
2929 removed prior to release
30+ - RootBackend method ` set_order_status ` was added and then removed
3031
3132### Fixed
3233
3637
3738none
3839
39- ## [ 0 .4.0] - 2024-12-11
40+ ## [ v0 .4.0] - 2024-12-11
4041
4142### Added
4243
6465none
6566
6667
67- ## [ 0 .3.0] - 2024-12-6
68+ ## [ v0 .3.0] - 2024-12-6
6869
6970### Added
7071
@@ -138,7 +139,8 @@ Initial release
138139- Add links ` opportunities ` and ` create-order ` to Product
139140- Add link ` create-order ` to OpportunityCollection
140141
141- [ unreleased ] : https://github.com/stapi-spec/stapi-fastapi/compare/v0.4.0...main
142+ [ 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
142144[ v0.4.0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.4.0
143145[ v0.3.0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.3.0
144146[ 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