Releases: dispatchrun/dispatch-py
Releases · dispatchrun/dispatch-py
v0.2.1
What's Changed
Bug fixes
- remove httpx dependency from dispatch.fastapi module by @achille-roussel in #114
Other changes
- update python.stealthrocket.cloud to python.dispatch.run by @achille-roussel in #104
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
Breaking changes
- Improve type safety with ParamSpec by @chriso in #100
- Improve type checking of call results by @chriso in #101
Documentation
Other changes
- migrate from stealthrocket.cloud to dispatch.run by @achille-roussel in #102
- fix repositories in fanount example by @achille-roussel in #103
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
New features
- rename dispatch-sdk-protobuf to dispatch-proto by @achille-roussel in #97
- rename from dispatch-sdk-python to dispatch-py by @achille-roussel in #98
Bug fixes
- README: move logo to the top to fix rendering issue caused by recent Chrome update by @achille-roussel in #96
Other changes
- Use min_results when polling by @chriso in #92
- Clamp min_results if greater than outstanding calls by @chriso in #93
Full Changelog: v0.0.14...v0.1.0
v0.0.14
What's Changed
Bug fixes
- don't crash on missing error traceback by @achille-roussel in #82
Documentation
Other changes
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
Bug fixes
- fix coroutine decoration by @achille-roussel in #81
Internal
- github: update changelog generation rules by @pelletier in #80
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
New features
- http: convert more http status codes to dispatch status codes by @achille-roussel in #61
- durable: local coroutine scheduler by @chriso in #52
- durable: preserve exception details by @chriso in #69
Bug fixes
- function: propagate exception traceback by @achille-roussel in #72
- fastpi: return error responses formatted for the connectrpc protocol by @achille-roussel in #77
Documentation
- doc: improve the generated API reference by @pelletier in #51
- doc: add getting started example by @pelletier in #56
- doc: add auto retry example by @pelletier in #57
Other changes
- tests: disable function logging by @achille-roussel in #54
- tests: fix dependency on os.environ by @achille-roussel in #55
- proto: add new status codes by @achille-roussel in #53
- client: improve authentication errors by @chriso in #62
- durable: remove multicolor package by @chriso in #65
- all: fix griffe warnings by @chriso in #67
- tests: fix scheduler test by @achille-roussel in #71
- all: add slots declarations by @achille-roussel in #74
- tests: fix invalid escape sequence in client test regexps by @pelletier in #75
- tests: make retry example test more accurate by @pelletier in #76
- github: generate release with changelog by @Pryz in #73
- function: remove dispatch.coroutine decorator by @achille-roussel in #79
New Contributors
Full Changelog: v0.0.11...v0.0.12