Skip to content

Releases: melvinkcx/fastapi-events

v0.1.3

25 Oct 05:04
Compare
Choose a tag to compare

What's Changed

  • Fixes #8: Reliably reset context variable after process events (#8, by @emcpow2)
  • Fixes #9: Synchronous local handlers will no longer block the event loop (#11, by @melvinkcx)

v0.1.2

19 Oct 11:47
Compare
Choose a tag to compare

Changelog:

  • Fixed bugs (#5, huge thanks to @emcpow2)

v0.1.1

22 Sep 08:31
Compare
Choose a tag to compare

Changelog:

  • updates on README and other metadata
  • no changes are made to functionalities

v0.1

22 Sep 08:02
Compare
Choose a tag to compare

v0.1 is released!

Changelog:

  • middleware for FastAPI and Starlette are added
  • the following handlers are added:
    • LocalHandler
    • SQSForwardHandler
    • EchoHandler
  • test cases are included