Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amqplib

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqplib - npm Package Versions

134

0.6.0

Diff

Changelog

Source

Changes in v0.6.0

git log v0.5.6..v0.6.0

  • Extend support to Node.js v14
squaremo
published 0.5.6 •

Changelog

Source

Changes in v0.5.6

git log v0.5.5..v0.5.6

  • Increase size of encoding space for message headers, to fit e.g., JWT (PR 545); thanks @twatson83
  • Switch to a non-deprecated UUID module (PR 528); thanks to @StrayBird-ATSH
  • Fix a bug in multiplexing that caused an assertion to fail (PR 503); thanks @johanneswuerbach
squaremo
published 0.5.5 •

Changelog

Source

Changes in v0.5.5

git log v0.5.3..v0.5.5

NB this includes a minor but possibly breaking change: after PR 498, all confirmation promises still unresolved will be rejected when their associated channel is closed.

  • Generate defs in npm prepare rather than npm prepublish so that e.g., amqplib can be installed via git (part of PR 498)
  • Reject all pending confirmations when the channel is closed (PR 498); thanks @johanneswuerbach
  • Update supported NodeJS versions in package.json (PR 525); thanks @tingwai
squaremo
published 0.5.4 •

Changelog

Source

(Deprecated v0.5.4)

This release was mistakenly published without the generated file ./defs.js. It has been deprecated in favour of v0.5.5.

cressie176
published 0.5.3 •

Changelog

Source

Changes in v0.5.3

git log v0.5.2..v0.5.3

  • Bump bitsyntax to remove some Buffer misuse deprecation notices ([PR 480])(https://github.com/squaremo/amqp.node/pull/480)
  • Test on node 11.1 ([PR 473])(https://github.com/squaremo/amqp.node/pull/464); thanks @kibertoad
  • Updated various dependencies
  • Support queue mode during assertQueue ([PR 464])(https://github.com/squaremo/amqp.node/pull/464); thanks @JoeTheFkingFrypan
  • Expose serverProperties in the connection object ([PR 452])(https://github.com/squaremo/amqp.node/pull/452); thanks @jfromaniello
  • Test on Node 10 ([PR 454])(https://github.com/squaremo/amqp.node/pull/454); thanks @kibertoad
  • Support amqplain credentials ([PR 451])(https://github.com/squaremo/amqp.node/pull/451); thanks @jfromaniello
  • Decorate channel errors with methodId and classId ([PR 447])(https://github.com/squaremo/amqp.node/pull/447); thanks @MitMaro
  • Resolve issues caused by Node 10 readable changes ([PR 442])(https://github.com/squaremo/amqp.node/pull/442)
  • Bump uglify to 2.6.x and node to 9.1 due to nodejs/node#16781. ([PR 439])(https://github.com/squaremo/amqp.node/pull/439)
  • Updated README with more modern Buffer syntax (PR 438; thanks @ravshansbox
  • Support overflow option to assert queue ([PR 436])(https://github.com/squaremo/amqp.node/pull/436); thanks to @honestserpent
  • Replace instances of keyword await ([PR 396])(https://github.com/squaremo/amqp.node/pull/396), as discussed in issue 235
  • Use 3rd party url for better decoding of username/password ([PR 395])(https://github.com/squaremo/amqp.node/pull/395), as discussed in issue 385)
squaremo
published 0.5.2 •

Changelog

Source

Changes in v0.5.2

git log v0.5.1..v0.5.2

  • Increase encoding buffer to accommodate large header values (PR 367)
  • Bring code up to date with new Buffer interface (PR 350)
  • Fix dangling connection problem (PR 340)
  • Clear up URL credentials parsing (PR 330)
  • Allow connection params to be suppied in object (PR 304)
  • Support explicit numeric types in field tables (e.g., headers) (PR 389, from a suggestion in issue 358)

Thank you to all contributors, of PRs, issues and comments.

squaremo
published 0.5.1 •

Changelog

Source

Changes in v0.5.1

git log v0.5.0..v0.5.1

  • Fix mistake in closeBecause (PR 298; thanks to @lholznagel and others who reported the issue, and to @nfantone for the rapid fix)
squaremo
published 0.5.0 •

Changelog

Source

Changes in v0.5.0

git log v0.4.2..v0.5.0

  • Port to use bluebird rather than when.js (PR 295; thanks to @nfantone, and special mention to @myndzi for #158)
  • Fixed a problem with using channel.get in the callback model (PR 283; good catch, @shanksauce)
  • Added an example that uses generators (thanks @rudijs)
  • Fixed a link in the comments relating to heartbeats (thanks @tapickell)
squaremo
published 0.4.2 •

Changelog

Source

Changes in v0.4.2

git log v0.4.1..v0.4.2

  • Better documentation and examples
  • Replace uses of ES6 keyword 'await'
squaremo
published 0.4.1 •

Changelog

Source

Changes in v0.4.1

git log v0.4.0..v0.4.1

  • Tested in Node.JS 0.8 through 4.2 and 5.5
  • Emit an error with the 'close' event if server-initiated
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc