Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [unreleased]
## [v0.5.0] - 2025-01-08

### Added

- Endpoint `/orders/{order_id}/statuses` supporting `GET` for retrieving statuses. The entity returned by this conforms
to the change proposed in [stapi-spec#239](https://github.com/stapi-spec/stapi-spec/pull/239).
- RootBackend has new methods `get_order_statuses` and `set_order_status`
- RootBackend has new method `get_order_statuses`
- `*args`/`**kwargs` support in RootRouter's `add_product` allows to configure underlyinging ProductRouter

### Changed
Expand All @@ -27,6 +27,7 @@ none

- Endpoint `/orders/{order_id}/statuses` supporting `POST` for updating current status was added and then
removed prior to release
- RootBackend method `set_order_status` was added and then removed

### Fixed

Expand All @@ -36,7 +37,7 @@ none

none

## [0.4.0] - 2024-12-11
## [v0.4.0] - 2024-12-11

### Added

Expand Down Expand Up @@ -64,7 +65,7 @@ none
none


## [0.3.0] - 2024-12-6
## [v0.3.0] - 2024-12-6

### Added

Expand Down Expand Up @@ -138,7 +139,8 @@ Initial release
- Add links `opportunities` and `create-order` to Product
- Add link `create-order` to OpportunityCollection

[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.4.0...main
[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.5.0...main
[v0.4.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.5.0
[v0.4.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.4.0
[v0.3.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.3.0
[v0.2.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.2.0
Expand Down
Loading