Skip to content

Releases: softonic/homing-pigeon

Add support for gomaxprocs configuration

19 Dec 08:54
646dbc5
Compare
Choose a tag to compare
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

11 Dec 15:44
c411a38
Compare
Choose a tag to compare

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

26 Sep 12:30
03e5b2c
Compare
Choose a tag to compare

Allow middlewares between writer and reader

Upgrade go and remove dependency injection container

28 Aug 13:48
f1b9f9b
Compare
Choose a tag to compare

Step before allowing middleware between writer and reader flow.

Handle dead connection detection

14 Jan 09:38
f5e7efa
Compare
Choose a tag to compare

When a connection is closed, shut down.

Allow to connect to RabbitMQ via TLS

25 Nov 17:42
07dad84
Compare
Choose a tag to compare
v0.2.0

Add client certificate loading