| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| proxy-3.2.1.tgz | 2025-02-19 | 15.3 kB | |
| Proxy 3.2.1 Release source code.tar.gz | 2025-02-19 | 90.9 kB | |
| Proxy 3.2.1 Release source code.zip | 2025-02-19 | 164.1 kB | |
| README.md | 2025-02-19 | 1.5 kB | |
| Totals: 4 Items | 271.8 kB | 0 | |
What's Changed
- Replaced
basic_facade_builder::add_view<F>intosupport_viewwithout requiring a template argument. - Reduced the semantics of
proxy_view. - Added type
facade_aware_overload_t. It allows specifying a facade-aware overload template (required for the implementation ofbasic_facade_builder::support_view). - Revised the ProOverload requirements.
Full Changelog
https://github.com/microsoft/proxy/compare/3.2.0...3.2.1
- Improve documentation formatting by @mingxwa in https://github.com/microsoft/proxy/pull/235
- Improve documentation formatting by @mingxwa in https://github.com/microsoft/proxy/pull/236
- Add support for facade-aware overloads by @mingxwa in https://github.com/microsoft/proxy/pull/239
- Code cleanup by @mingxwa in https://github.com/microsoft/proxy/pull/251
- Fix
swapfor trivial proxy by @mingxwa in https://github.com/microsoft/proxy/pull/249 - Improve
proxy_viewby @mingxwa in https://github.com/microsoft/proxy/pull/241 - Bypass proxiability check in unresolved context by @mingxwa in https://github.com/microsoft/proxy/pull/255
- Update version in CMake by @mingxwa in https://github.com/microsoft/proxy/pull/256