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