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
Full Changelog: https://github.com/dispatchrun/dispatch-go/commits/v0.1.0