-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: nats-io/nats-server
base: v2.10.26
head repository: nats-io/nats-server
compare: v2.10.27
- 7 commits
- 20 files changed
- 3 contributors
Commits on Mar 31, 2025
-
Import GitHub Actions, goreleaser and golangci-lint workflow changes …
…from `main` Signed-off-by: Neil Twigg <neil@nats.io>
Configuration menu - View commit details
-
Copy full SHA for 20019bf - Browse repository at this point
Copy the full SHA 20019bfView commit details -
Check server and account limits on stream restore
Signed-off-by: Neil Twigg <neil@nats.io>
Configuration menu - View commit details
-
Copy full SHA for 372d7c5 - Browse repository at this point
Copy the full SHA 372d7c5View commit details -
Improved request account validation
Signed-off-by: Neil Twigg <neil@nats.io>
Configuration menu - View commit details
-
Copy full SHA for 406f836 - Browse repository at this point
Copy the full SHA 406f836View commit details -
Optimize removeSeqPerSubject() for MaxMsgPerSubject == 1
This brings back an optimization that was removed with commit 79b41b1. Without this optimization the first sequence number is lost from the per-subject state whenever a message is added and the per subject limit is enforced. This is happening a lot on a stream with MaxMsgPerSubject set to 1. And it can lead to a dramatic slowdown when catching up on a stream with sequence numbers spread out wide. Signed-off-by: Sven Neumann <sven.neumann@holoplot.com>
Configuration menu - View commit details
-
Copy full SHA for d984613 - Browse repository at this point
Copy the full SHA d984613View commit details -
Test subject state optimization
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Configuration menu - View commit details
-
Copy full SHA for 4b0e2ca - Browse repository at this point
Copy the full SHA 4b0e2caView commit details -
Signed-off-by: Neil Twigg <neil@nats.io>
Configuration menu - View commit details
-
Copy full SHA for c6bbff7 - Browse repository at this point
Copy the full SHA c6bbff7View commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6b830a9 - Browse repository at this point
Copy the full SHA 6b830a9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.10.26...v2.10.27