Releases: stapi-spec/pystapi
Releases · stapi-spec/pystapi
stapi-fastapi/v0.7.1
Fixed
- Add stapi-pydantic as a dependency
stapi-pydantic/v0.0.3
[0.0.3] - 2025-04-24
Added
- python
3.11
support (#73)
stapi_type
and stapi_version
(#54)
Changed
s/constraints/queryables/
(#74)
s/canceled/cancelled/
(#75)
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 🥳