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

Update module github.com/nats-io/nats-server/v2 to v2.10.15 #29

Merged
merged 1 commit into from
May 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v2.10.15

Compare Source

v2.10.14

Compare Source

Changelog

(Note there was no 2.10.13 version 🙂)

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

Go Version
Dependencies
  • github.com/nats-io/nats.go v1.34.1 (#​5271)
  • golang.org/x/crypto v0.22.0 (#​5283)
Improved

Auth

  • Improve clone behavior to prevent unintended references (#​5246) Thanks to Trail Of Bits for the report!
  • Apply constant-time evaluation of non-bcrypt passwords (#​5247) Thanks to Trail Of Bits for the report!

JetStream

  • Reduce lock contention when looking up stream metadata (#​5223)
  • Optimize matching a subject when applying per subject message limits (#​5228)
  • Optimize waiting queue for pull consumers to reduce excessive memory and GC pressure (#​5233)
  • Improve error handling in filestore to prevent duplicate nonces being used and ignored errors (#​5248) Thanks to Trail Of Bits for the report!
  • Improve interest and workqueue state tracking to prevent stranded messages during concurrent consumer acks and stream deletes (#​5270)
  • Introduce store method to push down and optimize multi-filter subject matching used by consumers (#​5274) Thanks to @​svenfoo for the report!
  • Various improvements and fixes for clustered interest-based streams and associated consumers (#​5287)
  • Return errors and/or adding logging for rare filestore conditions (#​5298)
  • When explicitly syncing to the filesystem, hold the message block lock to prevent possible downstream corruption (#​5301, #​5303)
Fixed

OS

  • Fix for race checkptr panic on macOS/Darwin on Go 1.22 (#​5265)

Connections

  • Address possible memory leak due to connections not be released (#​5244) Thanks to @​davidzhao for the report!

JetStream

  • Fix incorrect subject overlapping checks that could lead to multiple consumers or streams bound to the same subjects (#​5224)
  • Improve situations that could result in orphan messages in streams (#​5227)
  • Protect against corrupt message block when doing indexing (#​5238) Thanks to @​kylemcc for the report!
  • Fix consumer config check of max deliver when backoff is set (#​5242)
  • Ignore Nats-Expected-* headers from source stream (#​5256) Thanks to @​ramonberrutti for the report and contribution!
  • Add missing check that could result an extended purge or compact to fail in memory-based streams (#​5264)
  • Fix issue that could result in skipping valid messages when loading them from the filestore (#​5266)
  • Use cluster-scoped lock when processing a leader change (#​5267)
  • Fix missing unlocks in filestore and streams in certain error conditions (#​5276) Thanks to Trail Of Bits for the report!
  • Ensure lock is held for the duration of a filestore truncate (#​5279)
  • Fix race condition when checking for the stream interest state (#​5290)
  • Ensure dangling NRG directories are cleaned up when the in-memory stream/consumer are deleted (#​5291)
  • Perform a standard stream purge when ack floor is higher than the last known state (#​5293)
  • Handle concurrent creation of workqueue consumers that could result in overlapping interest (#​5295) Thanks to @​LautaroJayat for the report!
  • Fix possible case of multiple deliveries of the same message that cause the delivery count decreasing (#​5305)

Monitoring

  • Fix JSZ account filtering behavior when requesting stream details (#​5229)

OCSP

  • Fix stapling during gateway reconnect and configuration reload (#​5208)
Chores
Complete Changes

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/github.com-nats-io-nats-server-v2-2.x branch from a602e2d to 7977a92 Compare May 16, 2024 23:17
@renovate renovate bot changed the title Update module github.com/nats-io/nats-server/v2 to v2.10.14 Update module github.com/nats-io/nats-server/v2 to v2.10.15 May 16, 2024
@pitabwire pitabwire merged commit 066a5b2 into main May 17, 2024
3 checks passed
@pitabwire pitabwire deleted the renovate/github.com-nats-io-nats-server-v2-2.x branch May 17, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant