Releases: softonic/homing-pigeon
Releases · softonic/homing-pigeon
Add support for gomaxprocs configuration
Merge pull request #27 from softonic/feat/add-support-gomaxprocs Configure gomaxprocs. Let the processor used by the limit you have in your docker/k8s
Keep message Body in response
Before this release, when a message was acked or nacked, a new message was created for the response, having the same Id but holding no information about the original message in the Body (actually it had just a boolean value in the Body to indicate whether the message was processed properly or not).
This release is meant to use the original message in the response, and update the acked
field to indicate the result status.
Allow middlewares between writer and reader
Allow middlewares between writer and reader
Upgrade go and remove dependency injection container
Step before allowing middleware between writer and reader flow.
Handle dead connection detection
When a connection is closed, shut down.
Allow to connect to RabbitMQ via TLS
v0.2.0 Add client certificate loading