M18.3: bump anvil-ssh 0.8.0 -> 0.9.0; CHANGELOG (M18 retry/timeout)#30
Merged
Conversation
Final Anvil-side slice of M18. Bumps anvil-ssh from 0.8.0 to 0.9.0 to publish the M18.1 + M18.2 work as a single crates.io release. The Gitway-side CLI flags + retry_attempts JSON envelope (M18.4 + M18.5) land against this 0.9.0; the M18.X PRD doc PR closes the milestone with Gitway v1.0.0-rc.9. Cargo.toml: - version "0.8.0" -> "0.9.0" Cargo.lock: - regenerated locally; reflects the 0.9.0 version. CHANGELOG.md: - 0.9.0 entry covering the new anvil_ssh::retry module (RetryPolicy, classify, run, RetryAttempt), the new CAT_RETRY tracing category, the AnvilError::io_kind + is_transient predicates, the three new AnvilConfig fields + builder setters, the apply_ssh_config consumption of ConnectTimeout / ConnectionAttempts, the AnvilSession::connect retry+timeout wrap, and the AnvilSession::retry_history accessor. Documents the proxy/jump scope-narrowing and the HTTP 429/503 out-of-scope decision. Stacked after PRs #28 (M18.1, merged) and #29 (M18.2, merged). Plan: M18.3 of anvil-gitway-milestone-plan.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Final Anvil-side slice of M18. Bumps
anvil-sshfrom 0.8.0 to 0.9.0 to publish the M18.1 + M18.2 work as a single crates.io release.Cargo.toml:version = "0.8.0"→"0.9.0"Cargo.lock: regeneratedCHANGELOG.md: 0.9.0 entry covering the newanvil_ssh::retrymodule,CAT_RETRYtracing category,AnvilError::io_kind+is_transient, three newAnvilConfigfields + builder setters,apply_ssh_configconsumption ofConnectTimeout/ConnectionAttempts,AnvilSession::connectretry-with-timeout wrap, and theAnvilSession::retry_historyaccessor. Documents the proxy/jump scope-narrowing and the HTTP 429/503 out-of-scope decision.Stacked after PRs #28 (M18.1, merged) and #29 (M18.2, merged).
Test plan
cargo fmt --all -- --checkcargo clippy --all-targets --all-features --locked -- -D warningscargo test --lib --tests --locked— all greenv0.9.0, dispatchrelease.ymlwithdry_run=false(after user confirmation), verify on crates.io🤖 Generated with Claude Code