v2.36.1 #536
Closed
joseluisq
announced in
Announcements
v2.36.1
#536
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This new
v2.36.1release brings several security and bug fixes and is the last version supporting legacy Windows 7, 8, 8.1 platforms.Security patch for RUSTSEC-2024-0437
This release temporarily removes the
experimentalCargo feature from the resultingstatic-web-serverbinary (but not the Cargo feature itself) to prevent shipping the security vulnerability (RUSTSEC-2024-0437#530) in this release.The
experimentalCargo feature (that includes experimental features like metrics and in-memory cache) will be restored to be part of the binary again in the next release.End support for unmaintained Windows 7, 8, 8.1 platforms
As we mentioned a year ago (#447), SWS would not continue supporting legacy Windows 7, 8, and 8.1 platforms for so long as Microsoft stopped support for Windows 7 in 2020 and Rust requires Windows 10 as the minimum supported platform since 1.78.
Today, we announce that
v2.36.1is the last release supporting such legacy platforms and having Rust1.76.0as MSRV.Future releases will bump up the MSRV when convenient and will require Windows 10 as the minimum supported platform.
However, although we will try to provide a patch for users wanting to build SWS manually for those legacy platforms in the future, we cannot fully guarantee that SWS will continue building for the aforementioned platforms.
Fixes
Originto theVaryheader value when CORS feature is enabled. PR Add missingOriginto theVaryheader value when CORS enabled #534 resolvesVaryheader should includeOriginheader when cors is enabled #533 reported by @rbozan.For more details see the v2.36.1 milestone and the full changelog v2.36.0...v2.36.1.
This discussion was created from the release v2.36.1.
Beta Was this translation helpful? Give feedback.
All reactions