Releases: melvinkcx/fastapi-events
Releases · melvinkcx/fastapi-events
v0.12.1
What's Changed
- (fix) evaluate_forwardref: support Python 3.13/3.12.4+ by @alexey-pelykh in #65
New Contributors
- @alexey-pelykh made their first contribution in #65
Full Changelog: v0.12.0...v0.12.1
v0.12.0
v0.11.1
What's Changed
- support synchronous fastapi dependency by @melvinkcx in #61
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- feat: allow opt-out of schema dump to dict by @psychedelicious in #57
- docs: add docstrings by @psychedelicious in #58
Full Changelog: v0.10.2...v0.11.0
v0.10.2
What's Changed
- fix: pydantic v2 deprecation warning for
dict
by @psychedelicious in #55
New Contributors
- @psychedelicious made their first contribution in #55
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- fix: pydantic v2 Warnings: The dict method is deprecated; use model_dump instead by @bVdCreations in #49
New Contributors
- @bVdCreations made their first contribution in #49
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Support dispatching Pydantic model; Support implicit event name by @melvinkcx in #53 (A huge thanks to @WilliamStam for contributing to this idea)
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- Fix compatibility with Pydantic v2 (fixes #45)
- Add tox; Add test cases to cover ranges of fastapi, pydantic versions by @melvinkcx in #47
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- update Starlette-specific test cases for starlette>=0.24 by @melvinkcx in #44
- FastAPI Dependency Support For Local Handler by @melvinkcx in #42
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add OTEL support by @melvinkcx in #35
- remove Starlette as an install dependency by @smithk86 in #38
- add tests and README example for Starlite by @smithk86 in #39
- add nullhandler by @melvinkcx in #40
Full Changelog: v0.6.0...v0.8.0