Cherry-picks for v2.12.1-RC.2#7392
Merged
neilalexander merged 15 commits intorelease/v2.12.1from Oct 3, 2025
Merged
Conversation
Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Signed-off-by: Neil Twigg <neil@nats.io>
…ling Signed-off-by: Neil Twigg <neil@nats.io>
[skip ci] Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Neil Twigg <neil@nats.io>
…cessing This commit introduces NewServerFromConfig() function that automatically processes configuration files for embedded NATS servers, eliminating the need for manual LoadConfig() calls. Key changes: - Add NewServerFromConfig() function in server/server.go - Function automatically calls opts.ProcessConfigFile() when ConfigFile is set and configDigest is empty - Add comprehensive test coverage in server/opts_test.go: * TestNewServerFromConfigFunctionality: tests basic functionality and error handling * TestNewServerFromConfigVsLoadConfig: validates equivalence with LoadConfig approach The new function provides a cleaner API for embedded servers while maintaining full backward compatibility with existing LoadConfig workflows. Signed-off-by: orician <lzjzxOYX201905@gmail.com>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Neil Twigg <neil@nats.io>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
Enables NATS leaf node servers to connect through corporate HTTP proxies to NATS Hub servers. Configuration options: - proxy_url: HTTP proxy server URL (http/https schemes only) - username/password: Optional proxy authentication credentials - Validates proxy compatibility with WebSocket URLs and TLS requirements Signed-off-by: Dan Bailey <danbailey1000@msn.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes the following:
nats.goto v1.46.1 #7377Signed-off-by: Neil Twigg neil@nats.io