8000 Merge nats-io by akahan · Pull Request #1 · akahan/node-nats · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
wants to merge 215 commits into
base: master
Choose a base branch
from
Open

Merge nats-io #1

wants to merge 215 commits into from

Conversation

akahan
Copy link
Owner
@akahan akahan commented May 30, 2022

No description provided.

Chris Haines and others added 30 commits June 15, 2018 16:14
* 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]
… 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>
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.
moved minimist dep to be dev
Signed-off-by: Derek Collison <derek@nats.io>
Signed-off-by: Derek Collison <derek@nats.io>
Signed-off-by: Derek Collison <derek@nats.io>
Better naked url handling, fix examples
* Update TypeScript definition of messages. Fixes #246
…#252)

The function takes a nats url, and returns equivalent urls using the
resolved host names.
* FIX #249 - Added an example of how A and SRV records can be resolved.
The function takes a nats url, and returns equivalent urls using the
resolved host names.
- 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.
bumped versions
- 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.
)

- Added a typescript dev dependency and a compilation test to syntactically verify the hand-crafted typescript definition matches the api.
aricart and others added 30 commits October 17, 2023 16:20
[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
* [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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0