v1.7.10 release run shipped no assets due to two CI failures stacked: 1. The i686-pc-windows-msvc job (added in v1.7.7 for Win7 support per #318) failed because Rust 1.77.2 — the last stable that produces Win7-loadable binaries — can't parse modern transitive crate manifests (`time` 0.3.47 in this case). Pinning transitives across the dep tree at every MSRV bump in our deps isn't sustainable, so the target is removed from the release matrix. Win7 32-bit users self-build per #318's instructions. 2. The `release` job hit `actions/download-artifact@v4`'s 5-retries- exhausted error on multiple artifacts. Same flake we worked around in #288 for `commit-releases`. The `release` and `telegram` jobs now use `gh run download` wrapped in a 3-attempt retry loop, mirror- ing the working pattern. v1.7.11 is the first full release after v1.7.9; ships #337 (Apps Script gzip-decoded range probe) and #344 (Android Paste button) that were tagged in v1.7.10 but never published as assets. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2.1 KiB
• v1.7.10 release page assets منتشر نشد (CI failures): دو bug همزمان بودن — (۱) target i686-pc-windows-msvc که در v1.7.7 برای Win7 32-bit اضافه شده بود، در v1.7.10 fail کرد چون Rust 1.77.2 (آخرین stable Win7-compat) نمیتونه manifest crateهای مدرن مثل time 0.3.47 رو parse کنه؛ pinning transitive crateها در هر release dep MSRV بمپ میکنن غیرقابل دفاع است. (۲) job release با actions/download-artifact@v4 با ۵-retry-exhausted error fail شد. Fix: target i686 از matrix حذف شد (کاربران Win7 ۳۲ بیتی باید self-build کنن — instructions در #318)؛ release و telegram jobs به gh run download با retry loop ۳-attempt تبدیل شدن. v1.7.11 release اولین کاملی هست که از v1.7.9 منتشر میشه با همه fixهای v1.7.10 (Apps Script range probe + Android Paste button) plus این workflow fix.
• v1.7.10 release page assets failed to publish (CI failures): two concurrent bugs — (1) the i686-pc-windows-msvc target added in v1.7.7 for Win7 32-bit support broke in v1.7.10 because Rust 1.77.2 (the last stable that produces Win7-compatible binaries) can't parse the manifest of modern transitive crates like time 0.3.47; pinning transitives at every release where a dep bumps MSRV is brittle and unsustainable. (2) The release job's actions/download-artifact@v4 step hit a 5-retries-exhausted error. Fix: dropped the i686 target from the matrix entirely (Win7 32-bit users must self-build now — instructions in #318); the release and telegram jobs now use gh run download with a 3-attempt retry loop. v1.7.11 is the first complete release published since v1.7.9 and ships all the v1.7.10 fixes (Apps Script range probe handling per #337, Android Paste button per #344) along with this workflow repair.