Skip to content

Comments

release: v0.9.7#333

Merged
bug-ops merged 3 commits intomainfrom
release/v0.9.7
Feb 15, 2026
Merged

release: v0.9.7#333
bug-ops merged 3 commits intomainfrom
release/v0.9.7

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 15, 2026

Summary

  • Bump version from 0.9.6 to 0.9.7
  • Update CHANGELOG.md with release notes
  • Refresh README and mdBook documentation

Performance

Security

Refactoring

After merge

git tag v0.9.7 && git push origin v0.9.7

@github-actions github-actions bot added documentation Improvements or additions to documentation rust dependencies size/M labels Feb 15, 2026
@bug-ops bug-ops enabled auto-merge (squash) February 15, 2026 15:01
@bug-ops bug-ops disabled auto-merge February 15, 2026 15:03
@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2026

Codecov Report

❌ Patch coverage is 66.00000% with 17 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/zeph-a2a/src/server/router.rs 0.00% 7 Missing ⚠️
crates/zeph-mcp/src/client.rs 84.21% 6 Missing ⚠️
crates/zeph-core/src/agent/context.rs 0.00% 4 Missing ⚠️

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #333      +/-   ##
==========================================
- Coverage   80.31%   80.29%   -0.03%     
==========================================
  Files          99       99              
  Lines       24213    24236      +23     
==========================================
+ Hits        19447    19460      +13     
- Misses       4766     4776      +10     
Files with missing lines Coverage Δ
crates/zeph-tools/src/shell.rs 97.33% <100.00%> (ø)
src/main.rs 64.58% <ø> (ø)
crates/zeph-core/src/agent/context.rs 84.35% <0.00%> (-0.08%) ⬇️
crates/zeph-mcp/src/client.rs 49.00% <84.21%> (+1.44%) ⬆️
crates/zeph-a2a/src/server/router.rs 94.89% <0.00%> (-1.77%) ⬇️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Run agent future directly in select! instead of spawning to avoid
Send lifetime issues with try_join! captured references.
@github-actions github-actions bot added the core label Feb 15, 2026
- Rate limiter: evict stale entries instead of clearing all
- SSRF: use tokio::net::lookup_host instead of blocking DNS
- SSRF: add IPv6-mapped IPv4, unique local, link-local checks
- Shell sandbox: cache current_dir at function start
- Context: document safe write! error ignore
- Main: document Box::pin usage for large_futures lint
@github-actions github-actions bot added size/L and removed size/M labels Feb 15, 2026
@bug-ops bug-ops enabled auto-merge (squash) February 15, 2026 15:35
@bug-ops bug-ops merged commit aa8bfb8 into main Feb 15, 2026
19 checks passed
@bug-ops bug-ops deleted the release/v0.9.7 branch February 15, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core dependencies documentation Improvements or additions to documentation rust size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants