Skip to content

Releases: smagafurov/fastapi-jsonrpc

v3.3.0

09 Jan 10:18
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Fixes

  • No more deprecation warning for sentry_sdk 2.x by @spumer in #73

New Contributors

Full Changelog: v3.2.1...v3.3.0

v3.2.1

24 Sep 19:53
Compare
Choose a tag to compare

Full Changelog: v3.2.0...v3.2.1

v3.2.0

24 Sep 19:17
Compare
Choose a tag to compare

Full Changelog: v3.1.2...v3.2.0

v3.1.2

24 Sep 19:16
Compare
Choose a tag to compare

Full Changelog: v3.1.1...v3.1.2

v3.1.1

13 Mar 11:55
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

08 Jan 12:47
Compare
Choose a tag to compare

v3.0.2

08 Jan 12:46
Compare
Choose a tag to compare

v2.8.0

08 Jan 11:06
Compare
Choose a tag to compare

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