All Versions
26
Latest Version
Avg Release Cycle
14 days
Latest Release
180 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.1
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
-
v0.6.0
August 04, 2020โ Added
- Channel#basic_publish can now publish a Bytes array directly
๐ Changed
- Queue#unsubscribe and Channel#basic_cancel doesn't take the no_wait argument anymore
- 0๏ธโฃ By default wait for Connection::CloseOk before returning
๐ Fixed
- When a consumer is canceled, we wait for CancelOk before we delete the consumer handler
-
v0.5.20
June 11, 2020โ Added
- 0๏ธโฃ Connection#close now as a
no_wait
argument (default to true) to wait for CloseOk from the server
- 0๏ธโฃ Connection#close now as a
-
v0.5.19
June 11, 2020๐ Fixed
- ๐ฒ Faster deliveries, by removing Log.context.set
-
v0.5.18
May 06, 2020๐ Changed
- Socket buffer size set to 16KB (up from 8KB)
โ Added
- Can set connection name, via URL (?name=MyConn) or the parameter
name
-
v0.5.17
May 05, 2020๐ Changed
- 0๏ธโฃ Default channel_max is now 1024 (more than ~8000 channels will deplete the stack memory)
- Connection#channel can now accepts any type of Int
๐ Fixed
- ๐ Bug when opening many channels
-
v0.5.16
April 12, 2020๐ Fixed
- Crystal 0.34 compability
๐ Changed
- ๐ฒ Uses the new Log module instead of Logger
-
v0.5.15
April 07, 2020๐ Fixed
- ๐ Don't try catch Errno, it's removed in crystal 0.34
-
v0.5.14
March 25, 2020๐ Fixed
- 0๏ธโฃ Default to vhost '/' if path in URI is empty
-
v0.5.13
March 25, 2020๐ Fixed
- Close socket if connection establishing fails