Download Latest Version v0.8.0 source code.tar.gz (75.9 kB)
Email in envelope

Get an email when there's a new version of amqplib

Home / v0.8.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2021-05-19 826 Bytes
v0.8.0 source code.tar.gz 2021-05-19 75.9 kB
v0.8.0 source code.zip 2021-05-19 105.9 kB
Totals: 3 Items   182.6 kB 0

⚠️ This release drops support for NodeJS < v10 :warning:. 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.

Source: README.md, updated 2021-05-19