Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 14, 2022

Copy link
Copy Markdown

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

Release notes

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

Release v2.7.0

Changelog

Notice for JetStream Users

See important note if using LeafNode regarding domains.

Go Version

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

Added

  • Configuration:
    • Ability to configure account limits (max_connections, max_subscriptions, max_payload, max_leafnodes) in server configuration file (#2755)
  • JetStream:
    • Overflow placement for streams. A stream can now be placed in the closest cluster from the origin request if it can be placed there (#2771, #2779)
    • Support for ephemeral Pull consumers (client libraries will need to be updated to allow those) (#2776)
    • New consumer configuration options (#2776):
      • For Pull Consumers:
        • MaxRequestBatch to limit the batch size any client can request
        • MaxRequestExpires to limit the expiration any client can request
      • For ephemeral consumers :
        • InactiveThreshold duration that instructs the server to cleanup ephemeral consumers that are inactive for that long
    • Ability to configure max_file_store and max_memory_store in the jetstream{} block as strings with the following suffixes K, M, G and T, for instance: max_file_store: "256M". Thanks to @​hooksie1 for the contribution (#2777)
    • Support for the JWT field MaxBytesRequired, which defines a per-account maximum bytes for assets (#2779)
  • MQTT:
    • Support for websocket protocol. MQTT clients must connect to the opened websocket port and add /mqtt to the URL path. Thanks to @​Etran-H for the suggestion (#2735)
  • TLS:
    • Ability to rate-limit the clients connections by adding the connection_rate_limit: <number of connections per seconds> in the tls{} top-level block. Thanks to @​julius-welink for the contribution (#2573)

Improved

  • JetStream:
    • MemStore is improved in the presence of a lot of interior delete messages, which could happen for instance with the use of KV store (#2752)
    • Pull consumers behavior: more resilient, better at waiting request management, and the ability to determine and watch interest cross account (#2776)
    • In clustering mode, with streams with replication factor greater than 1, a server will now use much less memory. For instance: 1,000 streams, with 10 consumers each would use about 15GB of memory, with this change memory usage would go down to about 1.5GB (#2775)
  • Monitoring:
    • Make the HTTP(s) monitoring endpoints available before starting JetStream to be able to monitor whether it is available during startup and recovery of streams. This could help with health probes (#2782)
  • Websocket:

Changed

  • JetStream:
    • JetStream API traffic will now be denied across leaf nodes, unless the system account is shared and the availability domain is identical (#2693)

Updated

  • Some dependencies (#2727)

Fixed

  • JetStream:

... (truncated)

Commits
  • bb87a65 Merge pull request #2789 from nats-io/release_v2_7_0
  • f1d2f7c Release v2.7.0
  • 70b1f5c Fix goreleaser script invocation - bump to rc2
  • f268aad Merge pull request #2787 from nats-io/release_2_7_0
  • 2ba6d97 Update deps
  • 5f166d5 Removed vendor directory
  • 59eef19 Prepare for release v2.7.0, start with v2.7.0-rc1
  • 56d5a04 Merge pull request #2786 from nats-io/remove-roadmap
  • 28a027a add roadmap link [ci skip]
  • 0d70889 Merge pull request #2775 from nats-io/replace_chan_with_queue
  • 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.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.7.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 Jan 14, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jan 26, 2022

Copy link
Copy Markdown
Author

Superseded by #292.

@dependabot dependabot Bot closed this Jan 26, 2022
@dependabot
dependabot Bot deleted the dependabot/go_modules/distributor/github.com/nats-io/nats-server/v2-2.7.0 branch January 26, 2022 01:06
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