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

chore(deps): update dependency nats to v1.4.2 #4278

Merged
merged 1 commit into from Mar 13, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2020

This PR contains the following updates:

Package Type Update Change
nats (source) devDependencies patch 1.4.0 -> 1.4.2

Release Notes

nats-io/nats.js

v1.4.2

Compare Source

  • New option #​309 added the timeout connection option, which allows the client to specify how long to wait from the initial TCP dial to the first PONG from the server. If the first PONG is not received within the specified time, the connection fails.
  • FIX #​319 and #​318 - Reworked reconnectTimeWait and maxReconnects to match other clients. maxReconnect is now per server, and reconnectTimeWait is based on server last connection.
  • FIX #​321 on reconnect any unsubscribe requests are resent to the server.
  • FIX #​323 - cleaned up pending buffer on disconnect. If the client disconnects from a connected session, pending messages are discarded as the buffer could contain partials. Also any pending flush callbacks will be called with a DISCONNECT error. After resetting the pending buffer, the client can subscribe and queue new messages, which will be delivered on the next reconnect. Intermediate failed dials do not reset the pending buffer or fail flush callbacks.
  • FIX #​326 fixed subscription ids to start at 1
  • Fixed an issue where if the client emitted an errror (when it failed to connect to a server), the TCP stream would be closed, but the client was not closed preventing the application from terminating.
  • updated dependencies

Renovate configuration

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

🚦 Automerge: Enabled.

♻️ 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, check this box

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

@coveralls
Copy link

Pull Request Test Coverage Report for Build 17183

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.703%

Totals Coverage Status
Change from base Build 17137: 0.0%
Covered Lines: 4648
Relevant Lines: 4908

💛 - Coveralls

@kamilmysliwiec kamilmysliwiec merged commit 9db1eb7 into master Mar 13, 2020
@delete-merged-branch delete-merged-branch bot deleted the renovate/nats-1.x branch March 13, 2020 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants