Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 25, 2022

Copy link
Copy Markdown

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

Release notes

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

Release v2.7.3

Changelog

Go Version

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

Added

  • JetStream:
    • Allow replica updates during stream update (#2867)
    • Allow stream placement by tags (#2871)

Updated

  • Dependencies:
    • github.com/klauspost/compress: v1.13.4 -> v1.14.4
    • github.com/minio/highwayhash : v1.0.1 -> v1.0.2

Improved

  • JetStream:
    • Sparse consumers replay time. This is when a stream has multiple subjects and a consumer filters the stream to a small and spread out list of messages (#2848, #2863)
    • Small improvements to send performance when sending to a full stream (#2877)

Fixed

  • Gateway:
    • Connection could fail with 'Authorization Violation' and parser error due to an initial PING possibly sent prior to the CONNECT protocol. Also, the server accepting a connection was not starting the authentication timer, which responsibility is to close the connection if the CONNECT protocol is not received within the gateway's authentication timeout. It can be configured with authorization{ timeout: 5.0 } in the gateway{} block, but if not set will default to 2 seconds. Thanks to @​jimenj1970 for the report (#2881)
  • JetStream:
    • Flow control stall under specific conditions of messages size (#2847)
    • A stream name is tied to its identity and cannot be changed on restore (#2857)
    • The consumer information's state in response to a consumer create request could return inaccurate information, specially regarding number of pending messages (#2858)
    • Remove "fss" files from a snapshot when a block is removed. Thanks to @​nekufa for the report (#2859)
    • Prevent a panic when stream restore fails (#2864
    • Interest policy and staggered filtered consumers could fail to remove messages. Thanks to @​lukasGemela for the report (#2875)
    • Remove "key" files when removing message blocks and encryption is used. Thanks to @​exename for the report (#2878)
    • Reduce logging for internal message exchange (#2879)
    • Rare possible re-use of internal RAFT inbox that could cause a node to receive a message on the wrong inbox, possibly leading to a panic. Servers would likely have to be started at the exact same time for that to happen (#2879)

Complete Changes

nats-io/nats-server@v2.7.2...v2.7.3

Release v2.7.2

Changelog

Go Version

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

Added

... (truncated)

Commits
  • 1712ee3 Merge pull request #2884 from nats-io/release_2_7_3
  • ab2b9f3 Release v2.7.3
  • 0d6f303 Bump version to v2.7.3-beta.3
  • 3d31353 Merge pull request #2881 from nats-io/gw_auth_and_initial_ping
  • 08d6aaa [FIXED] Gateway: connect could fail due to PING sent before CONNECT
  • 8a5912a Merge pull request #2879 from nats-io/some_updates
  • 4f152cc Merge pull request #2880 from nats-io/update_deps
  • 26a8dc8 Update compress and highwayhash dependencies
  • b7917e1 Various changes
  • 130b254 Revert "Initial commit"
  • Additional commits viewable in compare view

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.7.3.
- [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.7.3)

---
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 Feb 25, 2022
@dependabot @github

dependabot Bot commented on behalf of github Mar 10, 2022

Copy link
Copy Markdown
Author

Superseded by #327.

@dependabot dependabot Bot closed this Mar 10, 2022
@dependabot
dependabot Bot deleted the dependabot/go_modules/distributor/github.com/nats-io/nats-server/v2-2.7.3 branch March 10, 2022 01:07
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