8000 Tags · nats-io/stan.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Tags: nats-io/stan.js

Tags

v0.3.2

Toggle v0.3.2's commit message
0.3.2

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated nats.js and dev dependencies (#159)

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
changed protobuf generation to 'commonjs_strict' (#127)

* Changed protobuf generation to use 'commonjs_strict' eliminating the 'global' variable generated by the closure compiler.

* bumping version for release

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dep updates (#125)

v0.2.2

Toggle v0.2.2's commit message
Bumping version for release

v0.2.0

Toggle v0.2.0's commit message
Fix AckHandlerCallback error type (#84)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
- added (copied shamelessly) documentation from go-nats-streaming des…

…cribing (#96)

how the client ping mechanism works.
- filled connection id in PubMsg
- added test to verify that PubMsg contains connection id and client id

Changed node-nats-streaming default for `maxReconnectAttempts` to be
infinite on connections created by the stan client (matching the
behaviour of the go-nats-streaming client)

Fixed tests that relied on `maxReconnectAttempts`.

v0.0.52

Toggle v0.0.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated dependencies (#88)

Added package-lock.json
Bumped version preparing for release

v0.0.51

Toggle v0.0.51's commit message
Ack subject format (#82)

* fix: period-delimit ackSubject

Fix for [bug 81](#81)

* chore: bump version

v.0.0.50

Toggle v.0.0.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FIX] #75 (#76)

- Updated dev dependencies
- Reduced number of node versions on travis to match supported nodejs engines
- Small fixes to timing on client.close() - emitting events didn't return causing NPEs
0