Releases: go-foreman/foreman
Releases · go-foreman/foreman
Long term support: deps, fixes.
- updated deps
- bumped go to 1.22.5
- testcontainers
- github actions
- fixed race cond in tests
Added ability to reuse autoreconnecting connection
v0.1.20 Add connection constructor (#26)
Amqp queue type configuration
v0.1.19 Allow changing queue type (#25)
Saga status API: added pagination
Added offset and limit to saga status API
Fixed minor bugs, reached 85% of coverage
v0.1.17 diagram
Amqp transport fixes
Merge pull request #14 from tsamsiyu/master A channel per consumer
v0.1.14
- Saga component now takes a single sql connection for a saga instance instead of two (DbWrapper)
- Added traceID to ctx
- Changes to the subscriber
Added default config
v0.1.13 added default config global var
Subscriber config opts
v0.1.12 added possibility to configure subscriber, workers pool etc
Fixed TraceID() on message
Fixed a panic when traceId header value is nil