Skip to content

chore: merge main into release#24

Merged
catinspace-au merged 8 commits into
releasefrom
chore/merge-to-release
Mar 24, 2026
Merged

chore: merge main into release#24
catinspace-au merged 8 commits into
releasefrom
chore/merge-to-release

Conversation

@catinspace-au
Copy link
Copy Markdown
Collaborator

Automated Release Merge

Merging main into release (7 commits).

Commits

42c9185 chore: version 1.17.0-dev.11 [skip ci]
86dbb88 chore: add cargo-audit ignore list for transitive advisories
d09e242 chore(deps): update all dependencies to latest
e7f41fa fix: remove unused env feature flag
73232d5 chore: version 1.17.0-dev.10 [skip ci]
eb76b54 fix: add http_client, database URL builders, and cache modules
d206268 chore: update TODO with completed registry work and next tasks [skip ci]

Derek and others added 8 commits March 24, 2026 15:09
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
@catinspace-au catinspace-au merged commit bb13580 into release Mar 24, 2026
4 of 6 checks passed
@catinspace-au catinspace-au deleted the chore/merge-to-release branch March 24, 2026 21:46
@github-actions
Copy link
Copy Markdown

🎉 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
catinspace-au added a commit that referenced this pull request May 21, 2026
catinspace-au added a commit that referenced this pull request May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants