Skip to content

Releases: dispatchrun/dispatch

v0.4.0

16 Jul 17:14
d2be210
Compare
Choose a tag to compare

This release features:

  • dispatch init command to scaffold a new project
  • Windows build

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

25 Jun 03:15
b1fb8e4
Compare
Choose a tag to compare

This release contains various fixes and usability improvements.

What's Changed

  • Add dotenv support to dispatch run and dispatch login commands by @chicoxyzzy in #57
  • run: fix signal handling by @chriso in #75
  • run: support introspection of built-in protobuf message types by @chriso in #79
  • run: improve help information by @chriso in #52
  • run: improve error messages when local application can't be reached or misbehaves by @chriso in #53
  • run: pickled value container support by @chriso in #76
  • run: only show function table header once by @chriso in #54
  • Link to Dispatch docs, not Python SDK by @chriso in #56
  • Add logo and badges by @chriso in #55
  • fix(readme): broken getting started link by @guergabo in #51
  • test(unit): unit tests for switch command by @guergabo in #60
  • dispatch run integration tests by @chicoxyzzy in #62
  • Add main command tests and dispatch version tests by @chicoxyzzy in #65
  • Fixes #70 by @Tyl13 in #71
  • Fix Windows build and build on Windows CI by @chicoxyzzy in #74
  • Show correct version by @chicoxyzzy in #77
  • Fixes #66 by forcing lipgloss to have no color output by @Tyl13 in #67

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 May 02:33
467c20a
Compare
Choose a tag to compare

This release improves the TUI experience:

  • it adds a detail page for function calls (to try it out, press s to select a function call).
  • it fixes colors when a light terminal background is used.
  • it fixes various rendering issues.

What's Changed

  • tui: selection mode by @chriso in #42
  • tui: color fixes by @chriso in #41
  • tui: fix minor rendering issues by @chriso in #44
  • tui: fix how auth errors are displayed in TUI mode by @chriso in #45
  • tui: prevent one row from being truncated by @chriso in #48
  • run: improve log output by @chriso in #49
  • run: improve formatting of Python input/output values by @chriso in #50
  • run: kill child process if CLI panics by @chriso in #47
  • run: use base62 session IDs by @chriso in #46

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

v0.1.0

03 May 04:08
12c3eeb
Compare
Choose a tag to compare

Initial release of the Dispatch CLI.

This release introduces:

  • a dispatch login command to streamline authentication.
  • a dispatch run command for running workflows locally.
  • a TUI for visualizing function calls and logs.

Full Changelog: v0.1.0-alpha1...v0.1.0