Releases: stapi-spec/pystapi
Releases · stapi-spec/pystapi
stapi-fastapi/v0.7.0
What's new
First release from the pystapi monorepo! 🥳
Fixed
- Add parameter method as "POST" to create-order link
Added
- Add constants for route names to be used in link href generation
- Opportunity search statuses (#78)
- Conformance url to product (#85)
Changed
- Renamed all exceptions to errors (#41)
- stapi-fastapi is now using stapi-pydantic models, deduplicating code
- Product in stapi-fastapi is now subclass of Product from stapi-pydantic
- How conformances work (#90)
- Async behaviors align with spec changes (#90)
stapi-pydantic/v0.0.2
Changed
- Added more top-level imports, removed conformance urls (#51)
stapi-pydantic/v0.0.1
Initial release of stapi-pydantic 🥳