chore: merge main into release#24
Merged
Merged
Conversation
HTTP client: reqwest + reqwest-middleware + reqwest-retry with exponential backoff, configurable timeouts, auto-registration. Database URL builders: PostgreSQL, ClickHouse, Redis/Valkey, MongoDB. Builds connection strings from env vars or config. Display trait redacts passwords. Pure Rust, no extra deps. Cache: moka-backed concurrent in-memory cache with per-source TTL config, source isolation, invalidation, and serde JSON values.
# [1.17.0-dev.10](v1.17.0-dev.9...v1.17.0-dev.10) (2026-03-24) ### Bug Fixes * add http_client, database URL builders, and cache modules ([eb76b54](eb76b54))
The env module compiles unconditionally (no cfg gate). The env = [] feature was dead config — referenced in default and full but never gated anything. Downstream consumers use env via default features.
- vaultrs upper bound widened to <0.9 (incorporates Renovate PR #16) - cargo update: toml 1.1, pulldown-cmark 0.13.3, unicode-segmentation 1.13
RUSTSEC-2023-0071: rsa timing side-channel via sqlx-mysql (we use PostgreSQL only, no fix available upstream). RUSTSEC-2024-0436: paste crate unmaintained, transitive via cel-interpreter (no security impact, cannot control).
# [1.17.0-dev.11](v1.17.0-dev.10...v1.17.0-dev.11) (2026-03-24) ### Bug Fixes * remove unused env feature flag ([e7f41fa](e7f41fa))
# Conflicts: # CHANGELOG.md # Cargo.toml # VERSION
|
🎉 This PR is included in version 1.19.6 🎉 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(7 commits).Commits