Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 21:24
42f61a4

This is the initial release of the Dispatch SDK for Go.

What's Changed

  • Initial release of the Go SDK by @chriso in #2
  • Coroutines by @chriso in #5
  • dispatchserver package by @chriso in #3
  • Support serializing more primitive values by @chriso in #4
  • Integration test fix by @chriso in #6
  • Allow functions to be passed to dispatch.New by @chriso in #7
  • Avoid bound methods by @chriso in #8
  • Work around an issue in the coroutine serialization layer by @chriso in #9
  • Serialize compound values by @chriso in #10
  • Add a dispatchhttp package by @chriso in #11
  • Add fanout example by @chriso in #12
  • Native serialization of JSON-like slices & maps by @chriso in #13
  • Basic README by @chriso in #14
  • Simplify unit testing using new dispatchtest.Call helper by @chriso in #15
  • Add Github workflows by @Pryz in #1

New Contributors

  • @Pryz made their first contribution in #1
  • @chriso made their first contribution in #2

Full Changelog: https://github.com/dispatchrun/dispatch-go/commits/v0.1.0