Skip to content

Releases: massenz/go-statemachine

v0.6.1-g3cc4c2d

13 Oct 05:29
0b67123
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1-ge0d17b4...v0.6.1-g3cc4c2d

v0.6.0-g942f1ce

04 Oct 05:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1-g6027b64...v0.6.0-g942f1ce

v0.5.1-g6027b64

02 Sep 02:19
Compare
Choose a tag to compare

What's Changed

  • Fixes Issue #22 - adds handling Events' metadata by @massenz in #28
  • [Issue #22] Updated SQS Sub code to parse Protobuf by @massenz in #29
  • Update Event enrichment with ts/id if missing by @massenz in #30

Full Changelog: v0.5.0-g121b756...v0.5.1-g6027b64

v0.5.0-g121b756

30 Aug 02:12
Compare
Choose a tag to compare

What's Changed

  • [Issue #19] Refactored Protobuf definitions outside this repository by @massenz in #23
  • Complete rewrite of README by @massenz in #25

Full Changelog: v0.4.1-ge0d17b4...v0.5.0-g121b756

v0.4.1-ge0d17b4

25 Aug 06:56
Compare
Choose a tag to compare

What's Changed

  • Added release automated GH Action workflow by @massenz in #18

Full Changelog: v0.4.0-gc2ede73...v0.4.1-ge0d17b4

v0.4.0-gc2ede73

25 Aug 05:14
Compare
Choose a tag to compare

What's Changed

  • Implemented FSM History to retain full Event contents by @massenz in #9
  • Added gRPC Server & Demo Client by @massenz in #10
  • Added unit test for gRPC server by @massenz in #11
  • Implemented the gRPC API to store/retrieve configurations/FSMs by @massenz in #14
  • Fix to allow app to run in EKS by @mklumpp1 in #16
  • [ENG-430] Addresses intermittent Redis timeouts by @massenz in #17

New Contributors

Full Changelog: v0.1.1-g8f6ac30...v0.4.0-gc2ede73

v0.3.0-gc9b0e44

29 Jul 18:42
Compare
Choose a tag to compare
Rel. 0.3.0

Release 0.1.1

05 Jun 07:13
Compare
Choose a tag to compare

Initial release

Supports all API and Events, initial MVP.