ObjectStore is now available as part of jetstream package (#1450)
Drain method for ConsumeContext and MessagesContext. Unlike Stop(), in addition to unsubscribing and canceling the existing pull requests it will ensure that all messages already stored in client buffer will be available for processing (#1515)
Return account reservations on AccountInfo. NOTE: This is only available since nats-server@v2.10.8 (#1511)
Paging Subjects on Stream.Info() response when WithSubjectFilter() option is used (#1517)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/nats-io/nats.go from 1.31.0 to 1.32.0.
Release notes
Sourced from github.com/nats-io/nats.go's releases.
Commits
61196eb
Release v1.32.0 (#1522)cd2f25a
[ADDED] Return account reservations on AccountInfo (#1511)990323d
[IMPROVED] Test for concurrently adding service endpoints (#1521)51412b7
[FIXED] Race condition when adding endpoints from goroutine (#1484)c8f56b8
[ADDED] ObjectStore API in jetstream package (#1450)22c10d4
[ADDED] Paging subjects in stream info (#1517)98430ac
[IMPROVED] Use errors.Is for err handling, and use skipped bool (#1500)2d90f1f
[FIXED] Invalid checkPending logic (#1516)44fac59
[ADDED] Drain for jetstream consume methods (#1515)ba22476
[ nkeys version (#1514)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show