amqplib

AMQP 0-9-1 library and client for Node.JS

OTHER License

Downloads
5.4M
Stars
3.6K
Committers
62

Bot releases are visible (Hide)

amqplib - v0.8.0 Latest Release

Published by squaremo over 3 years ago

⚠️ This release drops support for NodeJS < v10 ⚠️. This version of amqplib still works with NodeJS v0.6 through v16, but future versions will not be tested for compatibility with NodeJS < v10.

This is to unlock other improvements that can now be made, like

  • using the built-in Promise object
  • updating or switching libraries that previously couldn't be updated, because they had dropped support for older NodeJS
  • removing code that is now covered in the standard library, e.g., checking whether a number is an integer

This release also includes an improvement to TLS connections for people using an AMQP server behind a load balancer. amqplib will now copy the hostname of the connection URL or object to the server name indication field.

amqplib - v0.7.1

Published by squaremo over 3 years ago

amqplib - v0.7.0

Published by squaremo over 3 years ago

This minor version release extends support to Node.js v15.

amqplib - v0.5.6

Published by squaremo over 4 years ago

  • Fix to muxing (#503)
  • Increase the encoding scratch buffer size (#545)