Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[Snyk] Upgrade amqplib from 0.3.0 to 0.8.0 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade amqplib from 0.3.0 to 0.8.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 16 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2021-05-19.
Release notes
Package name: amqplib
  • 0.8.0 - 2021-05-19

    ⚠️ 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.

  • 0.7.1 - 2021-03-08

    Merge pull request #609 from squaremo/release-0.7.1

    Bump version and changelog for v0.7.1

  • 0.7.0 - 2021-02-22

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

  • 0.6.0 - 2020-07-15

    Tag for version 0.6.0

  • 0.5.6 - 2020-05-14
    • Fix to muxing (#503)
    • Increase the encoding scratch buffer size (#545)
  • 0.5.5 - 2019-07-30

    Release 0.5.5

  • 0.5.4 - 2019-07-29

    Release 0.5.4

  • 0.5.3 - 2018-12-02

    Prep v0.5.3

  • 0.5.2 - 2017-11-11
    • update changelog with PRs since last release
    • more supported versions in README
    • package version bump
  • 0.5.1 - 2016-11-12

    Tag for release v0.5.1

  • 0.5.0 - 2016-11-01
  • 0.4.2 - 2016-06-07
  • 0.4.1 - 2016-02-05
  • 0.4.0 - 2015-09-16
  • 0.3.2 - 2015-03-25
  • 0.3.1 - 2015-02-17
  • 0.3.0 - 2014-10-21
from amqplib GitHub release notes
Commit messages
Package name: amqplib
  • 1b327eb Merge pull request #630 from squaremo/release-0.8.0
  • 6b63c68 Update package version and changelog for v0.8.0
  • d87348d Merge pull request #567 from cloudamqp/tls-sni
  • 603c7d9 Merge pull request #626 from jonaskello/patch-1
  • 04664e2 Fix broken links in readme
  • 2dd1d57 Merge pull request #615 from xamgore/drop-engines
  • bb752ad Alter supported nodejs versions in readme
  • eff849c Remove the upper bound of node engines
  • 267dd4e Drop support for node.js engines below v10
  • 32aa202 Merge pull request #609 from squaremo/release-0.7.1
  • 0f5fc24 Bump version and changelog for v0.7.1
  • f729616 Merge pull request #607 from ThomasGawlitza/updateDeps2
  • 3de36fa update uglify-js from 2.6.x to 2.8.x
  • 20ead0d update bluebird from 3.5.2 to 3.7.3
  • 8763e30 update safe-buffer from 5.1.2 to 5.2.1
  • 630b06f using latest npm
  • 3f30ab2 update url-parse from ~1.4.3 to ~1.5.1
  • d84bf6d Include Node.js v14, v15 in CI
  • 99a854f Bump package version to 0.7.0
  • 19fb6cb Merge pull request #605 from squaremo/allow-node-15
  • 836cbc9 Fix use of stream.write(data, encoding) in tests
  • 28cd533 Bump NPM packages and Node version allowed
  • e3e1016 Bump package version number to 0.6.0
  • b13e98f Merge pull request #579 from squaremo/update-node-versions

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant