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

[Snyk] Upgrade nats from 0.6.8 to 0.8.10 #1

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

Conversation

penguinpowernz
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade nats from 0.6.8 to 0.8.10.

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 4 years ago, on 2018-05-02.
Release notes
Package name: nats
  • 0.8.10 - 2018-05-02
    No content.
  • 0.8.4 - 2018-03-07
  • 0.8.2 - 2018-03-02
    • Fixes a compatibility issue with clients that registered a timeout on a mux request 'subscription'.
    • Fixes the clobbering of callbacks on requestOne when doing argument shifting.
  • 0.8.0 - 2018-02-28

    This release updates the default request-reply strategy to use a single global subscription per client. Instead of creating a subscription per request() or requestOne(), a single inbox with a wildcard subscription is multiplexed for all request-reply operations.

    The options of the request() method now support a timeout property. When specified, the timeout defines the number of milliseconds to wait for the specified number of messages (via the max property) or an error is dispatched. If max is not specified the client code is responsible to call unsubscribe() to cancel the internal timeout. As previously if max number of messages or timeout is triggered, the handler for responses is auto-removed.

    The client option useOldRequestStyle when set to true, will use the legacy request-reply mechanism of creating a new inbox subscription and publishing a request message per call.

  • 0.7.29 - 2018-02-14

    Reverted changes from typescript where TlsOptions converted to TlsServerOptions and back to TlsOptions.
    Fixed an issue where an outstanding client heartbeat timer prevented node from exiting on nats.close()

  • 0.7.25 - 2018-02-13

    This release may affect typescript users that are not on the latest version.
    NodeJS types changed TlsOptions to TlsServerOptions
    See DefinitelyTyped/DefinitelyTyped@e00c711

  • 0.7.24 - 2017-10-20
    No content.
  • 0.7.20 - 2017-05-16

    Merge pull request #147 from nats-io/tls-reconnect-leaks

    - [FIX] #145 - when using TLS reconnects would fail because of listener leaks (events firing on leaked streams)

    - [FIX] node client fired error on any protocol error. Some protocol errors such as 'stale connection' should have initiated a reconnect.

    - [FIX] if a client attempted to publish/subscribe to a subject for which it had no permission, an error was generated. New event ('permission_error') will now be sent to the client.

  • 0.7.18 - 2017-05-05
  • 0.7.16 - 2017-03-30
  • 0.7.14 - 2017-03-22
  • 0.7.12 - 2017-03-10
  • 0.7.10 - 2017-02-22
  • 0.7.6 - 2017-02-17
  • 0.7.4 - 2017-01-27
  • 0.7.2 - 2017-01-11

    Merge pull request #111 from nats-io/versionbump

    Version bump for support 'preserveBuffers' option.

  • 0.6.8 - 2016-11-04

    Release v.0.6.8

from nats GitHub release notes
Commit messages
Package name: nats
  • ba31e72 Clapming versions of nuid and node. (#224)
  • 7a7b67d [FIX] #220 - changed example to test for instanceof NatsError
  • 8d999f1 Modified bench tests to save output to csv file for comparison: seq 10 | xargs -I -- node testname.js (#219)
  • f5040d4 changed badge to show monthly downloads
  • 0e014d2 CNCF (#215)
  • 66a2046 Server pool update (#213)
  • fac1fcc [FIX DOC] the `tlsOptions` object is not a property, but another possible value of `tls`. (#212)
  • ee027a3 Options documentation (#206)
  • eb050e2 [FIX] #204 - the reply subject was not provided to callbacks with the global inbox. (#205)
  • 4079c2b [FIX] requestOne() argument shifting was incorrect. Callback would get clobbered on shift. Added test. (#200)
  • bf733e7 Fix https://github.com/Cannot set property 'expected' of undefined nats-io/stan.js#58 (#199)
  • 325bbdd Made version '0.8.0' to make npm happy. (#198)
  • f07baa5 Preparing for v0.8 release. (#197)
  • 70baab2 FIX #151 (#196)
  • a63d826 New request reply (#195)
  • 6434c0a [skip ci] (#194)
  • 3159e5d [FIX] #192 - the heartbeat timer prevents nats.close() from existing Close now removes the timer if it was scheduled. (#193)
  • 6a7b6b3 Release 7 25 0 (#191)
  • c852f05 Node9 travis (#189)
  • b095132 Update index.d.ts (#187)
  • 7b5faa2 fixed license badge (#186)
  • d0835b6 added LICENSE file (#185)
  • 4822ad5 Badges on master (#184)
  • 88bc5a6 [ci skip] (#183)

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants