| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| proxy-4.0.1.tgz | 2025-10-05 | 19.2 kB | |
| Proxy 4.0.1 Release source code.tar.gz | 2025-10-05 | 108.5 kB | |
| Proxy 4.0.1 Release source code.zip | 2025-10-05 | 181.8 kB | |
| README.md | 2025-10-05 | 985 Bytes | |
| Totals: 4 Items | 310.5 kB | 0 | |
4.0.1 is a focused patch: it introduces a small but foundational substitution_dispatch API (formalizing what "upward conversion" tried to express), tightens proxy_view & skills::as_view semantics to prevent accidental lifetime bugs, and fixes facade‑aware view behavior. It also refreshes the spec/docs and updates CI.
What's Changed
- Fix
proxy_viewwith facade-aware overloads by @mingxwa in https://github.com/microsoft/proxy/pull/347 - Forbid conversion from rvalue of
proxytoproxy_viewby @mingxwa in https://github.com/microsoft/proxy/pull/352 - Fix NVHPC pipeline by @mingxwa in https://github.com/microsoft/proxy/pull/354
- Introduce new API: substitution_dispatch by @mingxwa in https://github.com/microsoft/proxy/pull/353
- Revise documentation by @mingxwa in https://github.com/microsoft/proxy/pull/355
Full Changelog: https://github.com/microsoft/proxy/compare/4.0.0...4.0.1