Skip to content

Bump github.com/nats-io/nats-server/v2 from 2.1.9 to 2.6.0 in /distributor - #205

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/distributor/github.com/nats-io/nats-server/v2-2.6.0
Closed

Bump github.com/nats-io/nats-server/v2 from 2.1.9 to 2.6.0 in /distributor#205
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/distributor/github.com/nats-io/nats-server/v2-2.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2021

Copy link
Copy Markdown

Bumps github.com/nats-io/nats-server/v2 from 2.1.9 to 2.6.0.

Release notes

Sourced from github.com/nats-io/nats-server/v2's releases.

Release v2.6.0

Changelog

Notice for JetStream Users

See important note if upgrading from a version prior to v2.4.0.

Notice for MQTT Users

See important note if upgrading from a version prior to v2.5.0.

Go Version

  • 1.16.8: Both release executables and Docker images are built with this Go release.

Added

  • Monitoring:
    • JetStream's reserved memory and memory used from accounts with reservations in /jsz and /varz endpoints (#2539, #2555)
  • Hardened systemd service. Thanks to @​c0deaddict for the contribution (#2318)

Changed

  • JetStream:
    • The server store message headers with a uint 16, which limits to 64KB, however, it was not rejecting incoming messages with headers bigger than that but then was failing its recovery (#2526)
    • The server was accepting consumer creation requests with flow control enabled but without heartbeats, which could lead to the consumer stalling if the library missed the flow control message. The server will now reject such consumer creation request (#2533)
    • Trying to add a stream with a configuration that matched exactly the one of an existing stream would report an error in cluster mode, not in standalone mode. The cluster mode will now behave as standalone mode and treat the stream creation as idempotent (#2535)
    • The server will now reject negative duplicate window values (#2546)
  • The server will now fail to start if a token is specified in cluster{authorization{}} or gateway{authorization{}}. Routes and Gateways have never supported token authentication, however, it was silently ignored. Thanks to @​antong for the report (#2518)

Fixed

  • JetStream:
    • Filestore compaction issue that could to message lookup to fail, possibly stalling consumers (#2522)
    • Reject messages with headers greater than 64KB (#2526)
    • Condition where assets could be created in multiple leafnode domains (#2529)
    • Reject consumer creation requests with a flow control but no heartbeat (#2533)
    • Stream creation request was idempotent in standalone mode, but not in clustered mode (#2535)
    • In clustered mode, getting consumer information or a just created consumer could sometimes return a "consumer not found" error (#2537)
    • Make large pull subscribe batch requests expire more efficiently (#2538)
    • Stabilize filestore implementation. Thanks to @​izarraga for the report (#2545)
    • Reject duplicate window with negative value (#2546)
    • Memory store memory leak when running in cluster mode. Thanks to @​anjmao for the report (#2550)
    • Some issues with RAFT WAL repair (#2549)
    • A consumer on mirror stream would fail to be recovered if its stream was recovered before the mirrored stream. Thanks to @​tbeets for the report (#2554)
  • Websocket:
    • Possible panic when decoding CLOSE frames. Thanks to @​byazrail for the report (#2519)
  • Memory leak when using Queue Subscriptions. Thanks to @​andrey-shalamov for the report and fix! (#2517)
  • Fail configuration that would have token specified in cluster{} or gateway{}'s authorization{} blocks. Authentication token were never supported there but the misconfiguration was silently ignored. Thanks to @​antong for the report (#2518)

Complete Changes

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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-server/v2](https://github.com/nats-io/nats-server) from 2.1.9 to 2.6.0.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.1.9...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 22, 2021
@dependabot @github

dependabot Bot commented on behalf of github Sep 24, 2021

Copy link
Copy Markdown
Author

Superseded by #207.

@dependabot dependabot Bot closed this Sep 24, 2021
@dependabot
dependabot Bot deleted the dependabot/go_modules/distributor/github.com/nats-io/nats-server/v2-2.6.0 branch September 24, 2021 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants