Update module github.com/nats-io/nats-server/v2 to v2.9.22 #32

Merged
kjuulh merged 1 commits from renovate/all into main 2023-09-06 22:54:46 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
github.com/nats-io/nats-server/v2 require patch v2.9.21 -> v2.9.22

Release Notes

nats-io/nats-server

v2.9.22

Compare Source

Changelog

Go Version
  • 1.20.8 (updated out-of-cycle since Go 1.19 is now EOL)
Dependencies
  • github.com/nats-io/jwt/v2 v2.5.0
  • golang.org/x/crypto v0.12.0
  • golang.org/x/sys v0.11.0
Improved

Monitoring

  • CORS Allow-Origin passthrough for monitoring server (#​4423) Thanks to @​mdawar for the contribution!

JetStream

  • Improve consumer scaling reliability with filters and cluster restart (#​4404)
  • Send event on lame duck mode (LDM) to avoid placing assets on shutting down nodes (#​4405)
  • Skip filestore tombstones if downgrade from 2.10 occurs (#​4452)
  • Adjust delivered and waiting count when consumer message delivery fails (#​4472)
Fixed

Config

Monitoring

  • Fix Content-Type header when /healthz is not 200 OK (#​4437) Thanks to @​mdawar for the contribution!
  • Fix server /connz idle time sorting (#​4463) Thanks to @​mdawar for the contribution!
  • Interface conversion bug which could cause a panic when calling /ipqueuesz endpoint (#​4477)

Leafnode

  • Fix race condition which could affect propagating interest over leafnode connections (#​4464)

JetStream

  • Fix possible deadlock in checking for drift in the usage reporting when storing a message (#​4411)
  • Durable pull consumers could get cleaned up incorrectly on leader change (#​4412)
  • Moving an R1 stream could sometimes lose all messages (#​4413)
  • Prevent peer-remove of an R1 stream which could result in the stream becoming orphaned (#​4420)
  • Ensure consumer ack pending is less than max ack pending on state restore (#​4427)
  • Ensure to reset election timer when catching up (#​4428) Thanks to @​yuzhou-nj for the report!
  • Auto step-down Raft leader if an entry is missing on a catchup request (#​4432)
  • Fix PurgeEx with keep having deletes in blocks (#​4431)
  • Update global subject index when message blocks expire (#​4439)
  • Ensure max messages per subject is respected after update (#​4446) Thanks to @​anthonyjacques20 for the report!
  • Ignore and remove empty message blocks on rebuild (#​4447)
  • Fix possible accounting discrepancy on message write (#​4455)
  • Fix potential message duplication from stream sources when downgrading from 2.10 (#​4454)
  • Check for checksum violations for all records before sequence processing (#​4465)
  • Fix message block accounting (#​4473)
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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | require | patch | `v2.9.21` -> `v2.9.22` | --- ### Release Notes <details> <summary>nats-io/nats-server</summary> ### [`v2.9.22`](https://github.com/nats-io/nats-server/releases/tag/v2.9.22) [Compare Source](https://github.com/nats-io/nats-server/compare/v2.9.21...v2.9.22) #### Changelog ##### Go Version - 1.20.8 (updated out-of-cycle since Go 1.19 is now EOL) ##### Dependencies - github.com/nats-io/jwt/v2 v2.5.0 - golang.org/x/crypto v0.12.0 - golang.org/x/sys v0.11.0 ##### Improved Monitoring - CORS Allow-Origin passthrough for monitoring server ([#&#8203;4423](https://github.com/nats-io/nats-server/issues/4423)) Thanks to [@&#8203;mdawar](https://github.com/mdawar) for the contribution! JetStream - Improve consumer scaling reliability with filters and cluster restart ([#&#8203;4404](https://github.com/nats-io/nats-server/issues/4404)) - Send event on lame duck mode (LDM) to avoid placing assets on shutting down nodes ([#&#8203;4405](https://github.com/nats-io/nats-server/issues/4405)) - Skip filestore tombstones if downgrade from 2.10 occurs ([#&#8203;4452](https://github.com/nats-io/nats-server/issues/4452)) - Adjust delivered and waiting count when consumer message delivery fails ([#&#8203;4472](https://github.com/nats-io/nats-server/issues/4472)) ##### Fixed Config - Allow empty configs and fix JSON compatibility ([#&#8203;4394](https://github.com/nats-io/nats-server/issues/4394), [#&#8203;4418](https://github.com/nats-io/nats-server/issues/4418)) - Remove TLS OCSP debug log on reload ([#&#8203;4453](https://github.com/nats-io/nats-server/issues/4453)) Monitoring - Fix Content-Type header when /healthz is not 200 OK ([#&#8203;4437](https://github.com/nats-io/nats-server/issues/4437)) Thanks to [@&#8203;mdawar](https://github.com/mdawar) for the contribution! - Fix server /connz idle time sorting ([#&#8203;4463](https://github.com/nats-io/nats-server/issues/4463)) Thanks to [@&#8203;mdawar](https://github.com/mdawar) for the contribution! - Interface conversion bug which could cause a panic when calling /ipqueuesz endpoint ([#&#8203;4477](https://github.com/nats-io/nats-server/issues/4477)) Leafnode - Fix race condition which could affect propagating interest over leafnode connections ([#&#8203;4464](https://github.com/nats-io/nats-server/issues/4464)) JetStream - Fix possible deadlock in checking for drift in the usage reporting when storing a message ([#&#8203;4411](https://github.com/nats-io/nats-server/issues/4411)) - Durable pull consumers could get cleaned up incorrectly on leader change ([#&#8203;4412](https://github.com/nats-io/nats-server/issues/4412)) - Moving an R1 stream could sometimes lose all messages ([#&#8203;4413](https://github.com/nats-io/nats-server/issues/4413)) - Prevent peer-remove of an R1 stream which could result in the stream becoming orphaned ([#&#8203;4420](https://github.com/nats-io/nats-server/issues/4420)) - Ensure consumer ack pending is less than max ack pending on state restore ([#&#8203;4427](https://github.com/nats-io/nats-server/issues/4427)) - Ensure to reset election timer when catching up ([#&#8203;4428](https://github.com/nats-io/nats-server/issues/4428)) Thanks to [@&#8203;yuzhou-nj](https://github.com/yuzhou-nj) for the report! - Auto step-down Raft leader if an entry is missing on a catchup request ([#&#8203;4432](https://github.com/nats-io/nats-server/issues/4432)) - Fix PurgeEx with keep having deletes in blocks ([#&#8203;4431](https://github.com/nats-io/nats-server/issues/4431)) - Update global subject index when message blocks expire ([#&#8203;4439](https://github.com/nats-io/nats-server/issues/4439)) - Ensure max messages per subject is respected after update ([#&#8203;4446](https://github.com/nats-io/nats-server/issues/4446)) Thanks to [@&#8203;anthonyjacques20](https://github.com/anthonyjacques20) for the report! - Ignore and remove empty message blocks on rebuild ([#&#8203;4447](https://github.com/nats-io/nats-server/issues/4447)) - Fix possible accounting discrepancy on message write ([#&#8203;4455](https://github.com/nats-io/nats-server/issues/4455)) - Fix potential message duplication from stream sources when downgrading from 2.10 ([#&#8203;4454](https://github.com/nats-io/nats-server/issues/4454)) - Check for checksum violations for all records before sequence processing ([#&#8203;4465](https://github.com/nats-io/nats-server/issues/4465)) - Fix message block accounting ([#&#8203;4473](https://github.com/nats-io/nats-server/issues/4473)) ##### Complete Changes </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2023-09-06 22:34:56 +02:00
Update module github.com/nats-io/nats-server/v2 to v2.9.22
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
e210c0912a
kjuulh merged commit e210c0912a into main 2023-09-06 22:54:46 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/ceen#32