This project is mirrored from https://github.com/nats-io/nats.go.
Pull mirroring updated .
- Apr 08, 2022
-
-
Ivan Kozlovic authored
Release v1.14.0
-
Ivan Kozlovic authored
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
-
- Apr 07, 2022
-
-
Ivan Kozlovic authored
Proposal: Conditional delete and purge for KV
-
Ivan Kozlovic authored
Update usage for demo servers
-
Derek Collison authored
Signed-off-by: Derek Collison <derek@nats.io>
-
Ivan Kozlovic authored
Add a standard subscription [ci-skip]
-
Colin Sullivan authored
Signed-off-by: Colin Sullivan <colin@synadia.com>
-
Colin Sullivan authored
Signed-off-by: Colin Sullivan <colin@synadia.com>
-
- Apr 05, 2022
-
-
Waldemar Quevedo authored
Add test that disables reconnect buf
-
Waldemar Quevedo authored
Signed-off-by: Waldemar Quevedo <wally@nats.io>
-
- Apr 04, 2022
-
-
Ivan Kozlovic authored
Added BackOff helper method to set backoff through subOpts
-
Ivan Kozlovic authored
[FIXED] JetStream: check stream and consumer names
-
Ivan Kozlovic authored
Many APIs were not properly checking that the stream and/or consumer names were provided and valid (no "." in them), which could lead to requests being sent on a subject that the server has no interest on and no response was therefore sent to the client library, which would fail with a timeout/context deadline. Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
-
Steve Hoeksema authored
-
- Mar 29, 2022
-
-
Waldemar Quevedo authored
Set async pub ack inflight pending default to 4K, add StallWait option.
-
Waldemar Quevedo authored
Signed-off-by: Waldemar Quevedo <wally@nats.io>
-
Waldemar Quevedo authored
Add ClientTrace struct for JS tracing
-
Waldemar Quevedo authored
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
-
- Mar 25, 2022
-
-
Todd Beets authored
Enhance client to do reconnect on max connections from server
-
Waldemar Quevedo authored
Fix race with async INFO and header APIs
-
Waldemar Quevedo authored
Signed-off-by: Waldemar Quevedo <wally@nats.io>
-
Todd Beets authored
-
Todd Beets authored
-
Waldemar Quevedo authored
Signed-off-by: Waldemar Quevedo <wally@nats.io>
-
Todd Beets authored
-
Todd Beets authored
-
Muhammad Faizan authored
-
Waldemar Quevedo authored
Signed-off-by: Waldemar Quevedo <wally@nats.io>
-
- Mar 22, 2022
-
-
Muhammad Faizan authored
-
- Mar 18, 2022
-
-
Matthew DeVenny authored
* Expose KeyWatcher context to facilitate KeyValue interface extension Signed-off-by: Matthew DeVenny <matt@boxboat.com> * Expose KeyWatcher context to facilitate KeyValue interface extension Signed-off-by: Matthew DeVenny <matt@boxboat.com> * Rename GetContext to Context Signed-off-by: Matthew DeVenny <matt@boxboat.com>
-
- Mar 17, 2022
-
-
Derek Collison authored
Allow JetStream Publish retries iff ErrNoResponders was returned.
-
Derek Collison authored
This is to avoid small blips from leader changes surfacing to the end application. Signed-off-by: Derek Collison <derek@nats.io>
-
Ivan Kozlovic authored
Fixed KV's setting of duplicates window
-
Ivan Kozlovic authored
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
-
- Mar 16, 2022
-
-
Derek Collison authored
Allow KV and Obj to specify placement options.
-
Derek Collison authored
Add `nats: ` prefix to stream info errors to match consumer info
-
Derek Collison authored
Signed-off-by: Derek Collison <derek@nats.io>
-
Derek Collison authored
Signed-off-by: Derek Collison <derek@nats.io>
-
- Mar 15, 2022
-
-
Ivan Kozlovic authored
KV: changing discard policy would fail on srv upgrade
-
- Mar 14, 2022
-
-
Ivan Kozlovic authored
[FIXED] Websocket: deadlock on authentication failure
-