🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

amqplib

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqplib - npm Package Versions

234

0.10.8

Diff
cressie176
published 0.10.8 •

Changelog

Source

v0.10.8

  • Updated README
cressie176
published 0.10.7 •

Changelog

Source

v0.10.7

  • Remove bitsyntax dependency - See https://github.com/amqp-node/amqplib/pull/785. Thanks @ikenfin
  • Stop checking if frame max is exceeded when parsing frames - See https://github.com/amqp-node/amqplib/pull/784. Thanks @ohroy
cressie176
published 0.10.6 •

Changelog

Source

v0.10.6

  • Replace references to the old squaremo/amqp.name repo with ones to amqp-node/amqplib
  • Use a frame_max of 131072 by default for RabbitMQ 4.1.0 compatibility
cressie176
published 0.10.5 •

Changelog

Source

Changes in v0.10.5

git log v0.10.4..v0.10.5

  • Removed readable stream - See https://github.com/amqp-node/amqplib/issues/729
  • Added support for unsigned integers - See https://github.com/amqp-node/amqplib/pull/773
  • Committed protocol definitions - See https://github.com/amqp-node/amqplib/commit/0a87ee480311633cff41e43350a90cb3c1221506
cressie176
published 0.10.4 •

Changelog

Source

Changes in v0.10.4

  • Improve stream example as per https://github.com/amqp-node/amqplib/issues/722
  • Added support for RabbitMQ's connection update-secret operation. See https://github.com/amqp-node/amqplib/issues/755
cressie176
published 0.10.3 •

Changelog

Source

Changes in v0.10.3

git log v0.10.2..v0.10.3

  • Use @acuminous/bitsyntax fork. See https://github.com/amqp-node/amqplib/issues/453
cressie176
published 0.10.2 •

Changelog

Source

Changes in v0.10.2

git log v0.10.1..v0.10.2

  • Use Buffer.allocUnsafe when sending messages to improve performance (PR 695, thank you @chkimes and @Uzlopak)
cressie176
published 0.10.1 •

Changelog

Source

Changes in v0.10.1

git log v0.10.0..v0.10.1

  • Allow servername to be specified via socket options as discussed in issue 697
cressie176
published 0.10.0 •

Changelog

Source

Changes in v0.10.0

git log v0.9.1..v0.10.0

  • Use Native promises (PR 689, thank you @mohd-akram and @kibertoad)
cressie176
published 0.9.1 •

Changelog

Source

Changes in v0.9.1

git log v0.9.0..v0.9.1

  • Assorted readme changes
  • Use Array.prototype.push.apply instead of concat in Mux (PR 658, thank you @Uzlopak and @kibertoad)
  • Use Map instead of Object for BaseChannel.consumers (PR 660, thank you @Uzlopak)
  • Delete consumer callback after cancellation to free memory (PR 659, thank you @Uzlopak and @kibertoad)