forked from nats-io/nats.node
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge nats-io #1
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
Open
akahan
wants to merge
215
commits into
akahan:master
Choose a base branch
from
nats-io:main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add missing TypeScript property definitions on ClientOpts * Fix typo - I obviously have beer on my mind
Add GOVERNANCE.md, update and Rename OWNERS to MAINTAINERS.md [ci skip]
…Linux, slightly worse for OS X. (#230)
… available (as reported by the INFO), now results in a different error. Fixed a check where we verify if the info tls_required is set. (#231) Bumped travis gnatsd to 1.2.0
…s possibly left in an inconsistent state. (#234)
Signed-off-by: Derek Collison <derek@nats.io>
Some Updates
Also allow client to auto-upgrade to tls. Added simplified connect with second parameter option creators. We use the nats.cred(filepath) here. e.g. nats.connect(url, opts) Signed-off-by: Derek Collison <derek@nats.io>
Signed-off-by: Derek Collison <derek@nats.io>
Added support for nkeys, user jwts, and signing.
Signed-off-by: Derek Collison <derek@nats.io>
Signed-off-by: Derek Collison <derek@nats.io>
Better naked url handling, fix examples
should be verified prior to access.
- changed var statements to const/let - added dev dependency on @types/node to remove warnings from index.d.ts - migrated istanbul to nyc coverage - added package lock
* FIX #255 - Fix ping timers when close was issued by the socket handler FIX #256 - Fix requets and subscription timers left active after a close. * FIX #257 - Fixed multiple disconnect notifications from node-nats, these affect downstream clients (such as node-nats-streaming), as the disconnects are raised when the client attempts to connect but fails.
- removed a bad publish signature without a subject, but with callback - clarified the publish with explicit arguments - really only optional argument given the three forms is the optional callback. Note the library does argument shifting so the exact forms are the expected. - fixed requestOne signatures, to reflect that subject, timeout and callback are required.
[BENCH] updated bench program to use `noAsyncTraces`
[skip ci] Signed-off-by: Byron Ruth <byron@nats.io>
* [BUILD] added npm version/postversion and script to bump transport and package json * [BUILD] added script to bump the version
* [BUMP] nbc to 1.19.0 and deps * [BUMP] nats-server * [BUMP] ci node versions
[BUMP] ci dependencies
#615) [BUMP] copied tls certs from nats.go
* [DOC] added `handshakeFirst` to readme [ci skip]
[CI] allow CI to publish npm package to latest
[BUMP] client version and build/ci deps [DOC] updated doc
* [BUMP] nbc to 1.28.0, client version and build/ci deps
* [BUMP] nbc to 2.29.0, ci dependencies
Bump package version from 2.29.1 to 2.29.2 across all files to align with the updated release. Adjust script to clone the correct version of `nats.deno`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.