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/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
9
- ## [ unreleased ]
9
+ ## [ v0.5.0 ] - 2025-01-08
10
10
11
11
### Added
12
12
13
13
- Endpoint ` /orders/{order_id}/statuses ` supporting ` GET ` for retrieving statuses. The entity returned by this conforms
14
14
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 `
16
16
- ` *args ` /` **kwargs ` support in RootRouter's ` add_product ` allows to configure underlyinging ProductRouter
17
17
18
18
### Changed
27
27
28
28
- Endpoint ` /orders/{order_id}/statuses ` supporting ` POST ` for updating current status was added and then
29
29
removed prior to release
30
+ - RootBackend method ` set_order_status ` was added and then removed
30
31
31
32
### Fixed
32
33
36
37
37
38
none
38
39
39
- ## [ 0 .4.0] - 2024-12-11
40
+ ## [ v0 .4.0] - 2024-12-11
40
41
41
42
### Added
42
43
64
65
none
65
66
66
67
67
- ## [ 0 .3.0] - 2024-12-6
68
+ ## [ v0 .3.0] - 2024-12-6
68
69
69
70
### Added
70
71
@@ -138,7 +139,8 @@ Initial release
138
139
- Add links ` opportunities ` and ` create-order ` to Product
139
140
- Add link ` create-order ` to OpportunityCollection
140
141
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
142
144
[ v0.4.0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.4.0
143
145
[ v0.3.0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.3.0
144
146
[ 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