Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/nats-io/nats-server/v2 from 2.10.4 to 2.10.5 #1495

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps github.com/nats-io/nats-server/v2 from 2.10.4 to 2.10.5.

Release notes

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

Release v2.10.5

Changelog

Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.

Go Version

  • 1.21.4

Dependencies

  • golang.org/x/crypto v0.15.0
  • golang.org/x/sys v0.14.0
  • golang.org/x/time v0.4.0
  • github.com/nats-io/jwt/v2 v2.5.3

Improved

General

  • Remove places where using time.After could cause GC pressure (#4756)

JetStream

  • Remove unused Observer const, add unit test to check observer applies (#4727)
  • Throttle writeFullState from separate goroutine (#4731)
  • Reduce memory usage with lots of subjects in filestore (#4742)
  • Resiliency when doing lots of conditional updates to a KV and restarting servers (#4764)
  • ​​General stability and consistency improvements for clustered streams with failure offsets during server restarts (#4777)
  • Improve code comments for Raft subsystem (#4724)
  • Optimize linear scan when looking by comparing the first seq in a block (#4780)
  • Move filestore cleanup to separate goroutine to make non-blocking (#4782)
  • Move deletion of filestore files to separate goroutine to make non-blocking (#4783)

Monitoring

  • Better check for standalone mode when determining to send statsz (#4757)

MQTT

  • Add "clean" flag in trace message (#4740)

WebSocket

  • ​​Check for /leafnode suffix path on leaf WebSocket connection (#4774)

Fixed

Accounts

  • Fix panic in JWT permissions template handling (#4730)

Leafnode

  • Fix subpath concatenation used for WebSocket remote connect URL (#4770) Thanks to @​yoadey for the report!

JetStream

  • Remove the state check in the runAs loops except for runAsLeader (#4725)
  • Make sure to properly remove meta files for filestore after conversion from 2.9.x to 2.10.x (#4733)
  • Make sure we check limits when scaling up a stream (#4738)
  • Improve estimation on full state allocations to avoid reallocations in filestore (#4743)

... (truncated)

Commits
  • 0883d32 Release v2.10.5 (#4785)
  • 9ff54b9 Merge commit '436cf874' into release/v2.10.5
  • 436cf87 [UPDATED] Dependency update for x/crypto (#4784)
  • cf957ce Dependency update for x/crypto
  • 56816de Bump to 2.10.5-RC.7
  • 303309a Merge commit '3abc7ae2' into release/v2.10.5
  • 3abc7ae [IMPROVED] Move removal of fs.Delete files to a go routine (#4783)
  • 07e260d Move removal of fs.Delete to a go routine, but check that we still can remove...
  • f120bb8 Bump to 2.10.5-RC.6
  • 4cbe58a Merge commit 'a7bb401' into release/v2.10.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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-server/v2](https://github.com/nats-io/nats-server) from 2.10.4 to 2.10.5.
- [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.10.4...v2.10.5)

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

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 Nov 13, 2023
@kodiakhq kodiakhq bot merged commit 45e8941 into main Nov 13, 2023
9 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/go_modules/github.com/nats-io/nats-server/v2-2.10.5 branch November 13, 2023 21:53
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 size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant