v2.31.0 #445
Replies: 2 comments 1 reply
-
2.31.0 stopped working on Windows 7, because Rust language developers betrayed Windows 7 users by removing the feature to build binaries for this OS. The current workaround is to set a legacy compilation chain like @ozwaldorf did with Lutgen-RS. Please, do. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, it just skipped from my radar but I'm fine with sticking with However, keep in mind that MS already stopped supporting Windows 7 (also for extended users until the beginning of 2023). Please file an issue and let me know your thoughts on this. |
Beta Was this translation helpful? Give feedback.
-
This new
v2.31.0
release brings several bug fixes, features like a new compression level option, logs for virtual hosts, better-accepted encodings handling for pre-compressed files and other improvements.Fixes
deflate
compression is enabled. PR Fixed compile errors if only deflate compression is enabled #383 by @palant.cfg
condition-namewasm
in Rust nightly. PR Fix unexpectedcfg
condition-namewasm
in Rust nightly #441.devel
pipeline unnecessarily.Refactorings
body
type generic across modules. PR Do not mention request body type unnecessarily #340 #375 by @palant.SystemTime
andDateTime
. PR Drop custom conversion between SystemTime and DateTime #384 by @palant.Features
--version
(-V
) flag. PR Show more details about the server via version flags (-V
,--version
) #444.For more details see the v2.31.0 milestone and the full changelog v2.30.0...v2.31.0.
This discussion was created from the release v2.31.0.
Beta Was this translation helpful? Give feedback.
All reactions