chore: merge main into release#23
Merged
Merged
Conversation
Registry now auto-redacts sensitive fields (password, secret, token, key, credential, auth, private, cert, encryption) in dump_effective(). New /config admin endpoint on http-server (opt-in via enable_config_endpoint) returns redacted effective + defaults JSON. Opt-in change notification: registry.on_change(key, callback) fires when registry.update() is called for that key. Modules that need hot-reload subscribe; others keep the OnceLock init-once pattern.
# [1.17.0-dev.8](v1.17.0-dev.7...v1.17.0-dev.8) (2026-03-24) ### Bug Fixes * add config redaction, /config endpoint, change notification ([c6a796b](c6a796b)) * wire scaling, grpc, secrets configs into registry ([c1bd924](c1bd924))
…n tests SensitiveString provides compile-time safe secret handling — Serialize always outputs ***REDACTED***, only .expose() reveals the value. Three-layer secret protection: 1. #[serde(skip_serializing)] — field absent entirely 2. Heuristic auto-redaction — pattern matching on field names 3. SensitiveString type — value always redacted regardless of name ConfigReloader.with_registry_update(key) connects hot-reload to the registry so listeners get notified on config changes. 19 registry tests + 12 sensitive string tests cover all redaction guarantees including deep nesting, arrays, case insensitivity, and a full string-scan leak check.
# [1.17.0-dev.9](v1.17.0-dev.8...v1.17.0-dev.9) (2026-03-24) ### Bug Fixes * add SensitiveString type, ConfigReloader registry hook, redaction tests ([afe7a1d](afe7a1d))
# Conflicts: # CHANGELOG.md # Cargo.toml # VERSION
|
🎉 This PR is included in version 1.19.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
catinspace-au
added a commit
that referenced
this pull request
May 21, 2026
chore: merge main into release
catinspace-au
added a commit
that referenced
this pull request
May 21, 2026
chore: merge main into release
catinspace-au
added a commit
that referenced
this pull request
May 21, 2026
chore: merge main into release
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.
Automated Release Merge
Merging
mainintorelease(4 commits).Commits