Skip to content

Releases: smagafurov/fastapi-jsonrpc

v2.7.2

08 Jan 11:04
Compare
Choose a tag to compare
chore(deps): bump 2.7.2, pin fastapi<0.106.0; use 2.8.0+ for new fastapi

v3.0.1

10 Dec 18:41
Compare
Choose a tag to compare

Fixes

  • fix: reset scheduler correctly when Entrypoint shutdown; now Entrypoint can be reused correctly in tests
    Before you can fail on Entrypoint.shutdown() because you was try close scheduler twice

v2.7.1

10 Dec 17:35
Compare
Choose a tag to compare

Fixes

  • fix: reset scheduler correctly when Entrypoint shutdown; now Entrypoint can be reused correctly in tests
    Before you can fail on Entrypoint.shutdown() because you was try close scheduler twice

v3.0.0

24 Oct 08:08
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v2.7.0...v3.0.0

v2.7.0

19 Oct 08:50
Compare
Choose a tag to compare

Feats

  • openrpc - Add OpenRPC schema generator (available at /openrpc.json)

refs/tags/v2.6.1

20 Sep 11:38
Compare
Choose a tag to compare
chore: Bump version 2.6.1

refs/tags/v2.6.0

15 Sep 13:09
Compare
Choose a tag to compare
chore: Bump version 2.6.0

v3.0.0b

14 Sep 11:25
Compare
Choose a tag to compare

Feats

  • Support Pydantic V2

refs/tags/v2.5.2

07 Sep 18:22
Compare
Choose a tag to compare
chore: Bump version 2.5.2

refs/tags/v2.5.1

07 Sep 18:22
Compare
Choose a tag to compare
test: fix test_openapi api_package fixture