v0.4.0
This is an important release with new concurrency APIs to compose more advanced applications powered by Dispatch.
The release also includes new default integrations for errors raised by popular services like Slack and OpenAI, so dispatch functions can automatically handle retries when executing requests to those APIs.
What's Changed
New features
- Concurrency primitives: any, all, race by @chriso in #131
- Remote endpoints by @chriso in #134
- Slack integration by @chriso in #132
- OpenAI integration by @chriso in #133
Other changes
- Fix registration of synchronous functions by @chriso in #129
- mock server: show more info when a call fails by @chriso in #128
- Promote docopt dependency by @chriso in #130
- Promote httpx dependency by @chriso in #137
Full Changelog: v0.3.0...v0.4.0