Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency amqp-connection-manager to v4 #651

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
amqp-connection-manager ^3.2.0 -> ^4.0.0 age adoption passing confidence

Release Notes

jwalton/node-amqp-connection-manager

v4.1.1

Compare Source

Bug Fixes
  • process unable to exit after connect (8d572b1)

v4.1.0

Compare Source

Features
  • cancel specific consumer (5f3b2eb)

4.0.1 (2022-01-21)

Bug Fixes
  • accept type of amqplib.credentials.external() (1db3b2d)

v4.0.1

Compare Source

Bug Fixes
  • accept type of amqplib.credentials.external() (1db3b2d)

v4.0.0

Compare Source

Bug Fixes
Continuous Integration
  • Stop testing on node 10 and 12. (5da9cb0)
BREAKING CHANGES
  • No longer running unit tests on node 10 and 12, although this package may continue to work on these.
  • We will no longer emit a disconnect event on an
    initial connection failure - instead we now emit connectFailed on each
    connection failure, and only emit disconnect when we transition from
    connected to disconnected.

v3.9.0

Compare Source

Features
  • proxying every exchange function of amqplib (bca347c)

3.8.1 (2021-12-29)

Bug Fixes

v3.8.1

Compare Source

Bug Fixes

v3.8.0

Compare Source

Features

v3.7.0

Compare Source

Bug Fixes
  • AmqpConnectionManager: IAmqpConnectionManager interface definition (dedec7e)
Features
  • add default publish timeout (6826be2)
  • expose AmqpConnectionManagerClass (835a81f)
  • timeout option for publish (dee380d)

v3.6.0

Compare Source

Features
  • reconnect and cancelAll consumers (fb0c00b)

3.5.2 (2021-08-26)

Bug Fixes
  • Fix handling of resending messages during a disconnect. (e1457a5), closes #​152
Performance Improvements
  • Send messages to underlying channel in synchronous batches. (b866ef2)

3.5.1 (2021-08-26)

Bug Fixes
  • types: Make private things private. (8b1338b)

v3.5.2

Compare Source

Bug Fixes
  • Fix handling of resending messages during a disconnect. (e1457a5), closes #​152
Performance Improvements
  • Send messages to underlying channel in synchronous batches. (b866ef2)

v3.5.1

Compare Source

Bug Fixes
  • types: Make private things private. (8b1338b)

v3.5.0

Compare Source

Features

3.4.5 (2021-08-26)

Performance Improvements
  • resolve sent messages immediately (2349da2)

3.4.4 (2021-08-26)

Bug Fixes
  • types: Allow passing object to connect() in addition to strings. (516fd9f)

3.4.3 (2021-08-25)

Bug Fixes
  • types: 'options' should be optional in connect(). (4619149)
  • Fix bluebird warning. (cb2f124), closes #​171

3.4.3 (2021-08-25)

Bug Fixes

3.4.2 (2021-08-25)

Bug Fixes
  • types: Minor type fixes. (6865613)

3.4.1 (2021-08-25)

Bug Fixes
  • Only send disconnect event on first error. (efde3b9), closes #​145

v3.4.5

Compare Source

Performance Improvements
  • resolve sent messages immediately (2349da2)

v3.4.4

Compare Source

Bug Fixes
  • types: Allow passing object to connect() in addition to strings. (516fd9f)

v3.4.3

Compare Source

Bug Fixes
  • types: 'options' should be optional in connect(). (4619149)
  • Fix bluebird warning. (cb2f124), closes #​171

v3.4.2

Compare Source

Bug Fixes
  • types: Minor type fixes. (6865613)

v3.4.1

Compare Source

Bug Fixes
  • Only send disconnect event on first error. (efde3b9), closes #​145

v3.4.0

Compare Source

Features
  • Convert to typescript, add module exports. (5f442b1)

v3.3.0

Compare Source

Bug Fixes
  • emit setup errors not caused by closed channel (7c5fe10), closes #​95
  • setup on channel/connection closing/closed (b21bd01)
Features
  • immediately reconnect on amqplib connect timeout (ad06108)

3.2.4 (2021-08-23)

Bug Fixes
  • connection close not awaited (8955fe7)

3.2.3 (2021-08-21)

Bug Fixes
  • fixed issue with publish ignoring 'drain' event (e195d9b), closes #​129

3.2.2 (2021-02-09)

Bug Fixes
  • When messages are acked/nacked, make sure we remove the correct message from the sent messages queue. (c662026), closes #​142

3.2.1 (2020-09-12)

Bug Fixes
  • Push never resolves if error occured (courtesy @​SSANSH). (48a78f8)
  • package: resolve hanging retry connection timeout by introducing cancelable timeout (e37dd1a)

v3.2.4

Compare Source

Bug Fixes
  • connection close not awaited (8955fe7)

v3.2.3

Compare Source

Bug Fixes
  • fixed issue with publish ignoring 'drain' event (e195d9b), closes #​129

v3.2.2

Compare Source

Bug Fixes
  • When messages are acked/nacked, make sure we remove the correct message from the sent messages queue. (c662026), closes #​142

v3.2.1

Compare Source

Bug Fixes
  • Push never resolves if error occured (courtesy @​SSANSH). (48a78f8)
  • package: resolve hanging retry connection timeout by introducing cancelable timeout (e37dd1a)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jan 7, 2022

Codecov Report

Merging #651 (8c2fb3e) into master (1157ca0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #651   +/-   ##
=======================================
  Coverage   93.42%   93.42%           
=======================================
  Files          14       14           
  Lines         213      213           
  Branches       16       16           
=======================================
  Hits          199      199           
  Misses          7        7           
  Partials        7        7           
Flag Coverage Δ
unittests 93.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1157ca0...8c2fb3e. Read the comment docs.

@renovate renovate bot force-pushed the renovate/amqp-connection-manager-4.x branch 5 times, most recently from 7c39734 to 35ce42b Compare January 17, 2022 11:33
@renovate renovate bot force-pushed the renovate/amqp-connection-manager-4.x branch 6 times, most recently from 2898d9e to dde6446 Compare January 24, 2022 20:47
@renovate renovate bot force-pushed the renovate/amqp-connection-manager-4.x branch 5 times, most recently from 8d876fb to e9136d3 Compare February 1, 2022 18:20
@renovate renovate bot force-pushed the renovate/amqp-connection-manager-4.x branch 5 times, most recently from b835415 to 727cb12 Compare February 12, 2022 03:47
@renovate renovate bot force-pushed the renovate/amqp-connection-manager-4.x branch 3 times, most recently from e0bc698 to 0710a66 Compare February 19, 2022 14:46
@renovate renovate bot force-pushed the renovate/amqp-connection-manager-4.x branch 5 times, most recently from 2ffd10b to b9d2941 Compare February 26, 2022 02:31
@renovate renovate bot force-pushed the renovate/amqp-connection-manager-4.x branch 7 times, most recently from 4d86058 to 9ae8b43 Compare March 6, 2022 06:29
@renovate renovate bot force-pushed the renovate/amqp-connection-manager-4.x branch from 9ae8b43 to 9afbf18 Compare March 7, 2022 21:57
@renovate renovate bot force-pushed the renovate/amqp-connection-manager-4.x branch from 9afbf18 to 8c2fb3e Compare March 7, 2022 21:59
@aquariuslt aquariuslt merged commit fbfed4a into master Mar 9, 2022
github-actions bot pushed a commit that referenced this pull request Mar 9, 2022
## [2.0.4](v2.0.3...v2.0.4) (2022-03-09)

### Bug Fixes

* **deps:** update dependency amqp-connection-manager to v4 ([#651](#651)) ([fbfed4a](fbfed4a))
* **deps:** update dependency rxjs to v7 ([#456](#456)) ([f5444e0](f5444e0))
@aquariuslt
Copy link
Member

🎉 This PR is included in version 2.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants