All Versions
35
Latest Version
Avg Release Cycle
25 days
Latest Release
1161 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.3 Changes
October 08, 2021๐ Fixed
- ๐ Handle CloseOk write errors
- Using a closed channel would break connection
-
v1.0.2 Changes
September 21, 2021๐ Changed
- Raise ChannelClosedError on write if channel is closed
-
v1.0.1 Changes
April 01, 2021๐ Fixed
- Avoid trying to cancel already closed consumers
- ๐ Version is reported correctly
-
v1.0.0 Changes
March 23, 2021๐ Changed
- Crystal 1.0.0 compability
-
v0.6.6 Changes
February 26, 2021๐ Fixed
- Expect FlowOk after sending/setting Flow mode
-
v0.6.5 Changes
February 23, 2021โ Added
- ๐ Support for websockets
-
v0.6.4 Changes
February 07, 2021๐ Fixed
- AMQP::Client::Connection::ClosedException is not wrapped as AMQP::Client::Error
-
v0.6.3 Changes
February 02, 2021โ Added
- All exceptions raised in this lib do now inherit from AMQP::Client::Error
-
v0.6.2 Changes
January 27, 2021๐ Changed
- 0๏ธโฃ Default connect timeout is increased to 15s
- 0๏ธโฃ No default write timeout (was 15s before)
- 0๏ธโฃ By default we set the connection name to the name of the executable
๐ Fixed
- Blocking consumers are closed when connection is closed by broker
- โก๏ธ Update for crystal 0.36.0
-
v0.6.1 Changes
August 28, 2020๐ Changed
- 0๏ธโฃ Doesn't try to declare the default exchange
โ Added
- work_pool parameter to Channel#basic_consume and Queue#subscribe with how many fibers that should process incoming messages, default 1