All Versions
31
Latest Version
Avg Release Cycle
111 days
Latest Release
1655 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.10.0 Changes
- the maximum number of channels can now be set
-
v0.9.0 Changes
- โ add 'global' flag for qos
-
v0.8.3 Changes
- implement closeChannel
-
v0.8.0 Changes
- ๐ TLS support
- ๐ new helper function rejectEnv
- ๐ new field exchangeArguments in ExchangeOpts
- ๐ new module Network.AMQP.Lifted with consumeMsgs functions lifted to MonadBaseControl
-
v0.7.0 Changes
- ๐ new function fromURI to parse AMQP URIs
- ๐ heartbeat support
-
v0.6.0 Changes
- ๐ new function addReturnListener which allows specifying a handler for returned messages
- ๐ new function openConnection'' with support for most AMQP connection options
- ๐ better error message on failed connection handshake
-
v0.5.0 Changes
- ๐ support for AMQP 0-9-1
- ๐ new function consumeMsgs' which allows you to pass in a field-table
- ๐ new function bindExchange allows for binding an exchange to another exchange
- ๐ new function unbindQueue allows unbinding a queue from an exchange
- ๐ new function unbindExchange allows unbinding an exchange from an exchange
-
v0.4.3 Changes
- ๐ use Handles instead of sockets
- ๐ fix deprecation warnings from Data.Binary
-
v0.4.2 Changes
- โ add (Read, Ord, Eq, Show) instances for most data-types
-
v0.4.1 Changes
- โ add queueHeaders field to QueueOpts