Skip to content

Releases: stapi-spec/pystapi

stapi-pydantic/v0.1.0

18 Dec 16:49
3f766b1

Choose a tag to compare

Changed

  • pydantic >= 2.12 is now required.

stapi-fastapi/v0.8.0

18 Dec 16:50
3f766b1

Choose a tag to compare

Added

  • RootRouter Callable get_orders now requires an additional value in the result tuple that is a count of the total number of orders
    that will be returned from pagination. When this returns Some(int), the value is used for the numberMatched field in
    FeatureCollection returned from the /orders endpoint. If this feature is not desired, providing a function that returns
    Nothing will exclude the numberMatched field in the response.
  • ProductRouter and RootRouter now have a method url_for that makes the link generation code slightly cleaner and
    allows for overridding in child classes, to support proxy rewrite of the links.

stapi-pydantic/v0.0.4

17 Jul 13:36
9afccdc

Choose a tag to compare

Release created via scripts/release by gadomski.

Added

  • OrderStatus.new (#116)

Fixed

  • json-schema for datetime (#114)

stapi-fastapi/v0.7.1

28 Apr 18:50
0f36066

Choose a tag to compare

Fixed

  • Add stapi-pydantic as a dependency

stapi-pydantic/v0.0.3

25 Apr 13:52
b4a45e0

Choose a tag to compare

[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

19 Apr 19:47
5c770e3

Choose a tag to compare

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

03 Apr 06:47
stapi-pydantic/v0.0.2
ded02f0

Choose a tag to compare

Changed

  • Added more top-level imports, removed conformance urls (#51)

stapi-pydantic/v0.0.1

03 Apr 06:47
stapi-pydantic/v0.0.1
df5d6d3

Choose a tag to compare

Initial release of stapi-pydantic 🥳