Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Update module github.com/nats-io/nats-server/v2 to v2.10.12 #3733

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/nats-io/nats-server/v2 v2.10.11 -> v2.10.12 age adoption passing confidence

Release Notes

nats-io/nats-server (github.com/nats-io/nats-server/v2)

v2.10.12

Compare Source

Changelog

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

Go Version
Dependencies
  • github.com/klauspost/compress v1.17.7 (#​5129)
  • github.com/nats-io/nats.go v1.33.1 (#​5104)
  • golang.org/x/crypto v0.21.0 (#​5199)
  • golang.org/x/sys v0.18.0 (#​5198)
  • github.com/nats-io/jwt/v2 v2.5.5
Improved

General

  • Optimize detecting long subjects with wildcards (#​5102)
  • Refactor getHeader to improve bounds checking (#​5135)

JetStream

  • Switch to use fmt.Appendf to reduce a few allocations (#​5100)
  • Write Raft peer state and term/vote inline (#​5151, #​5178)
  • Improve term management when handling Raft vote responses (#​5149)
  • Ensure Raft applied index is only updated by upper layer (#​5152)
  • Add I/O gate for message block writeAt syscall (#​5193)
  • Lower the minimum expiry threshold to 250ms (#​5206)
Fixed

General

  • Fix randomisation for queue subscriptions on 32-bit platforms which could cause a panic (#​5169) Thanks to @​jeremylowery for the report!
  • Stree not matching when partial parts were compared to long fragments (#​5177)

Gateway

Leafnodes

  • Fix loop detection on daisy-chained leafnodes (#​5126)
  • Make sure to not remove account mappings that just had their value changed (#​5132, #​5103)

JetStream

  • Fix sending Consumer Deleted on peer remove (#​5111, #​5160)
  • Fix memory leak during compaction within memory store (#​5116) Thanks to @​stefanLeo for the report and contribution!
  • Updating consumer config fails to check OptStartTime properly (#​5127) Thanks to @​thed0ct0r for the contribution!
  • Slow ack for snapshots could cause slow consumer and client disconnect (#​5144)
  • Fix for a test flapper with consumer expire frequency change (#​5155)
  • Fix a potential drift that could occur when assigning last sequences to published messages on clustered streams (#​5179)
  • Fix data race when capturing last sequence on clustered streams (#​5182)
  • Fix lock inversion when tracking last sequence failures on clustered streams (#​5183)
  • Revert an earlier change around the Raft handling of stepdowns due to stream move performance (#​5200)
  • Make sure not to commit a replicated ack when the consumer is closed (#​5196)
  • Check the Raft layer stream state once recovery is complete (#​5196)

OCSP

  • Prefer a POST method to the OCSP server, falling back to GET (#​5109)
  • Fixed a race condition that could affect OCSP stapling during server reloads (#​5207)
Complete Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner March 13, 2024 00:34
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Mar 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats-server-v2-2.x branch 5 times, most recently from 50ff162 to 39dc487 Compare March 29, 2024 08:36
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats-server-v2-2.x branch from 39dc487 to 4dc8a4b Compare March 29, 2024 08:38
@whites11 whites11 enabled auto-merge (squash) March 29, 2024 08:41
@whites11 whites11 merged commit abcde4d into master Mar 29, 2024
4 checks passed
@whites11 whites11 deleted the renovate/github.com-nats-io-nats-server-v2-2.x branch March 29, 2024 08:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant