Skip to content

stapi-fastapi/v0.7.0

Latest
Compare
Choose a tag to compare
@jkeifer jkeifer released this 19 Apr 19:47
5c770e3

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)