This release brings better interoperability with asyncio
, along with a flask
integration.
What's Changed
New features
- Flask integration by @chriso in #169
- interoperability with asyncio (part 1) by @achille-roussel in #174
- interoperability with asyncio (part 2): integration with aiohttp by @achille-roussel in #175
- interoperability with asyncio (part 3): refactor with aiohttp by @achille-roussel in #176
- support both asyncio and blocking modes with different abstractions by @achille-roussel in #178
Other changes
- Wrap pickled values in dispatch.sdk.python.v1 container by @chriso in #177
- Avoid pickling primitive values and proto messages by @chriso in #179
- test: decouple test components from httpx by @chriso in #170
- Flask integration tests by @chriso in #171
- Depend on http-message-signatures >= 0.5.0 by @chriso in #172
- README: light and dark mode logo by @achille-roussel in #168
- README: update project description by @achille-roussel in #173
Full Changelog: v0.7.1...v0.8.0