Releases: massenz/go-statemachine
Releases · massenz/go-statemachine
v0.6.1-g3cc4c2d
What's Changed
- [Issue #19] Refactored Protobuf definitions outside this repository by @massenz in #23
- Complete rewrite of README by @massenz in #25
- Fixes Issue #22 - adds handling Events' metadata by @massenz in #28
- [#22] Updated SQS Sub code to parse Protobuf by @massenz in #29
- Update Event enrichment with ts/id if missing by @massenz in #30
- [#32] Improve Makefile by @massenz in #39
- [#34, #36] Store Events in Redis by @massenz in #40
- [#34] Implements gRPC API to update/retrieve Event outcomes by @massenz in #43
- [#42] Events & Outcomes REST API by @massenz in #44
- Enable TLS for Redis by @massenz in #47
- Adding Support for Redis Cluster Client by @YulyTenorio in #50
New Contributors
- @YulyTenorio made their first contribution in #50
Full Changelog: v0.4.1-ge0d17b4...v0.6.1-g3cc4c2d
v0.6.0-g942f1ce
What's Changed
- [#32] Improve Makefile by @massenz in #39
- [#34, #36] Store Events in Redis by @massenz in #40
- [#34] Implements gRPC API to update/retrieve Event outcomes by @massenz in #43
- [#42] Events & Outcomes REST API by @massenz in #44
- Enable TLS for Redis by @massenz in #47
Full Changelog: v0.5.1-g6027b64...v0.6.0-g942f1ce
v0.5.1-g6027b64
v0.5.0-g121b756
v0.4.1-ge0d17b4
What's Changed
Full Changelog: v0.4.0-gc2ede73...v0.4.1-ge0d17b4
v0.4.0-gc2ede73
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
Rel. 0.3.0
Release 0.1.1
Initial release
Supports all API and Events, initial MVP.