This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Releases: stitchfix/pwwka
Releases · stitchfix/pwwka
Rails 7 compatibility
Removed support for Rails versions < 6.0. (see #109)
Add a way to hook into log messages and override them.
Add's a log_hook
configuration that can be given a hash of pattern match/Proc
pairs and if the pattern matches the message of a log message the Proc
is executed instead of logging (useful for emitting metrics instead of logging).
Adds a way for applications to create and use their own RMQ connection.
If the application provides a connection to the Transmitter
methods they will not close that connection upon completion of sending a message. This allows applications to create connections and persist them across message sends.
v0.22.7
v0.21.2
Handling error while connecting and ensuring the connection is closed
v0.21.0
Added support for setting process name to be used for the connection name in the RabbitMQ admin UI
v0.20.0
- Adds
ensure
blocks to ensure connections are closed, even in the event of an error.
v0.19.0
- Publishers (aka Transmitters) and Consumers (aka Receivers) will now set a
connection_name
that will appear in the RabbitMQ admin UI under Connection Name (below the IP:PORT)