Releases: massenz/go-statemachine
Releases · massenz/go-statemachine
v0.13.2-gc72711f
Release
This was mainly a "security maintenance" release, with changes aimed at removing all indirect vulnerabilities introduced by direct and indirect dependencies (see Dependabot alerts).
Additionally, we moved away from the deprecated protobuf
packages, updating to google.golang.org
ones, and implementing a Protobuf-to-Text (Un)Marshaler.
What's Changed
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /fsm-cli by @dependabot in #117
- Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.45.0 to 0.46.0 in /fsm-cli by @dependabot in #116
- Updated CLI to use latest version of packages by @mmassenzio in #118
- Updating packages & dependencies to address Sec vulnerabilities by @mmassenzio in #119
New Contributors
- @mmassenzio made their first contribution in #118
Full Changelog: v0.13.0-g6e9e42d...v0.13.2-gc72711f
v0.13.0-g6e9e42d
What's Changed
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #99
- Updated catalog config by @massenz in #107
- Adding CrashOverride annotation for catalog processing by @massenz in #108
- Updated Chalk annotation value by @massenz in #109
- Updated annotations by @massenz in #112
- Update component.yaml by @massenz in #113
- Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in #111
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #100
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.29.0 to 0.44.0 by @dependabot in #101
- Bump golang.org/x/crypto from 0.2.0 to 0.17.0 by @dependabot in #105
- Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #114
- Deep refactoring of project structure by @massenz in #115
Full Changelog: v0.12.0-gdd3da8f...v0.13.0-g6e9e42d
v0.12.0-gdd3da8f
What's Changed
- Chat pr by @massenz in #91
- Enable transition locking for FSM state change by @massenz in #95
- Bump github.com/opencontainers/runc from 1.1.3 to 1.1.5 by @dependabot in #94
- Added CLI Client by @massenz in #96
Full Changelog: v0.11.0-gb25a0a6...v0.12.0-gdd3da8f
v0.11.0-gb25a0a6
v0.10.0-g754434f
What's Changed
- Streamlined build & container creation by @massenz in #80
- [#75] Use Redis store for PubSub tests by @massenz in #81
- [#70] Removed acks for successful Event outcomes by @massenz in #82
- Bump golang.org/x/net from 0.0.0-20220906165146-f3363e06e74c to 0.7.0 by @dependabot in #83
- [#64, #67] Removes REST server & in-memory store by @massenz in #85
Full Changelog: v0.9.0-g1f90522...v0.10.0-g754434f
v0.9.0-g1f90522
What's Changed
Full Changelog: v0.8.0-gcbdfaf2...v0.9.0-g1f90522
v0.8.0-gcbdfaf2
v0.7.1-g60ee5c0
v0.6.3-gbedf63c
What's Changed
- Refactored tests to make them more readable by @massenz in #57
- Fixed issue w retries when creating FSMs by @massenz in #59
Full Changelog: v0.6.2-gd71d6c0...v0.6.3-gbedf63c
v0.6.2-gd71d6c0
What's Changed
- Adding
help
to make to describe targets by @massenz in #53 - [#49] Add optional separate channel for non-error outcomes by @z-cran in #54
- [Bugfix]: Fixes logs showing pointers by @z-cran in #55
- Refactored startup flags and Dockerfile accordingly by @massenz in #56
New Contributors
Full Changelog: v0.6.0-g942f1ce...v0.6.2-gd71d6c0