Skip to content

Commit 1f5e490

Browse files
authored
chore: periodic maintenance — deps refresh and spec/doc alignment (#105)
- Refresh Cargo.lock (tokio 1.52, reqwest 0.13.3, rustls 0.23.40, rustls-platform-verifier 0.7, tower-http 0.6.10, pyo3 0.28.3, transitives) - Align specs/initial.md and README with current FetchRequest/FetchResponse surface (content_focus, conditional-request fields; etag, metadata, word_count, redirect_chain, is_paywall) - Re-verify threat model (bump Last verified to 2026-05-17) - Document why release.yml dispatches publish.yml explicitly (default GITHUB_TOKEN limitation) - Collapse nested if into match arm guards in convert.rs for clippy::collapsible_match (Rust 1.95)
1 parent 1c836cd commit 1f5e490

7 files changed

Lines changed: 283 additions & 338 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- chore(deps): refresh `Cargo.lock` to latest compatible versions (tokio 1.52, reqwest 0.13.3, rustls 0.23.40, tower-http 0.6.10, rustls-platform-verifier 0.7, pyo3 0.28.3, and others)
13+
- docs: document conditional-request, content-focus, ETag, metadata, word count, redirect chain, and paywall fields in spec and README
14+
15+
### Maintenance
16+
17+
- chore: re-verify threat model (`specs/threat-model.md` Last verified bumped to 2026-05-17)
18+
1019
## [0.2.0] - 2026-03-27
1120

1221
### Highlights

0 commit comments

Comments
 (0)