Skip to content

Releases: dispatchrun/dispatch-py

v0.2.1

07 Mar 19:21
38894a3
Compare
Choose a tag to compare

What's Changed

Bug fixes

Other changes

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Mar 07:12
d15135d
Compare
Choose a tag to compare

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

  • doc: add example using gather by @Pryz in #83

Other changes

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Mar 00:06
7588e73
Compare
Choose a tag to compare

What's Changed

New features

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

24 Feb 04:19
5aa45e0
Compare
Choose a tag to compare

What's Changed

Bug fixes

Documentation

  • doc: add github stats example by @Pryz in #78

Other changes

Full Changelog: v0.0.13...v0.0.14

v0.0.13

20 Feb 20:20
20b8f6c
Compare
Choose a tag to compare

What's Changed

Bug fixes

Internal

Full Changelog: v0.0.12...v0.0.13

v0.0.12

20 Feb 17:58
b3a0ca3
Compare
Choose a tag to compare

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

Documentation

Other changes

New Contributors

  • @Pryz made their first contribution in #73

Full Changelog: v0.0.11...v0.0.12