All Versions
31
Latest Version
Avg Release Cycle
111 days
Latest Release
1029 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.20.0 Changes
May 29, 2020fromURI
now activates TLS if the URI starts withampqs://
. Previously it only changed the port, without activating TLS.- ๐
fromURI
now supports multi-broker URIs in the form ofamqp://user:[email protected]:port-2,host-2:port-2/vhost
-
v0.19.1 Changes
January 14, 2020- โ add
nackMsg
andnackEnv
methods
- โ add
-
v0.19.0 Changes
December 18, 2019- ๐ change
FVString
to be binary instead of UTF-8 encoded
- ๐ change
-
v0.18.3 Changes
July 07, 2019- respond to
channel.close
messages from the server withchannel.close_ok
- respond to
-
v0.18.2 Changes
April 22, 2019- ๐ support
connection
0.3 and drop support fornetwork
< 2.6
- ๐ support
-
v0.18.1 Changes
September 28, 2017- ๐ new function
addConnectionBlockedHandler
to be notified when the connection is blocked (due to the server being resource-constrained)
- ๐ new function
-
v0.18.0 Changes
September 27, 2017- ๐ป
ConnectionClosedException
andChannelClosedException
now specify whether the close was normal (user-initiated) or abnormal (caused by an AMQP exception) - ๐จ channels that are abnormally closed and have no exception handler (set using
addChannelExceptionHandler
) will now print the error tostderr
- ๐ new function
getServerProperties
to get the RabbitMQ server-properties consumeMsgs'
now allows setting a consumer-cancellation-callback
- ๐ป
-
v0.17.0 Changes
September 14, 2017- When the server asynchronously closed a channel, this was (erroneously) internally represented as a
ConnectionClosedException
. It is now represented as aChannelClosedException
. This could affect you if you explicitly match onConnectionClosedException
orChannelClosedException
in your code, for example when usingaddChannelExceptionHandler
.
- When the server asynchronously closed a channel, this was (erroneously) internally represented as a
-
v0.16.0 Changes
August 04, 2017- ๐ new
coName
field inConnectionOpts
to specify a custom name that will be displayed in the RabbitMQ web interface
- ๐ new
-
v0.15.1 Changes
June 30, 2017- export the
AckType
data-type and constructors
- export the