Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork98
Comparing changes
Open a pull request
base repository:static-web-server/static-web-server
Uh oh!
There was an error while loading.Please reload this page.
base:v2.36.1
head repository:static-web-server/static-web-server
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.37.0
- 9commits
- 49files changed
- 3contributors
Commits on Apr 9, 2025
chore: automate post-release updates using ci (#538)
It just automates the post-release updates needed after every release, like documentation and installer script updates, as well as checksum generation.
Commits on Apr 16, 2025
Commits on May 7, 2025
fix: generic server log info output even on higher log levels (#542)
It fixes an issue (previously an ad-hoc and inconsistent behavior) where SWS printed INFO-level messages at startup despite setting up a higher log level. E.g., `WARN` or `ERROR`.Notice:For consistency reasons, SWS now won't persistently show server information at startup independently of the log level as it did before. Instead, those info log entries are non-persistent and under the normal `INFO` log level.For example, to show those logs again then use the `INFO` log level.$ static-web-server -p 8787 -d public/ -g info
Commits on May 17, 2025
feat: control log ANSI output via boolean
--log-with-ansi
option (#543)This PR adds support for controlling ANSI escape codes for colors and other text formatting when logging via a new boolean --log-with-ansi CLI option and its equivalent SERVER_LOG_WITH_ANSI env.No ANSI by default:Note that from now on, SWS will be no-ansi by default. If you want colored log output, then use --log-with-ansi.For example:```static-web-server -p 8788 -d ./public/ -g trace -z --log-with-ansi```
Commits on May 26, 2025
chore: update dependencies 26.05.2025 and MSRV 1.81.0 (#545)
- BREAKING: End support for unmaintained Windows 7, 8, 8.1 platforms as previously announced on v2.36.1.- SECURITY (RUSTSEC-2024-0437): Crash due to uncontrolled recursion in protobuf crate was temporarily solved in the previous release. However, this PR applies the dependency patches recently available.- RESTORED: `experimental` Cargo feature for metrics and in-memory cache.
Commits on May 31, 2025
feat: support for downloading a directory as a compressed tarball (#544)
$ static-web-server -p 1234 -d ./public \ --directory-listing --directory-listing-download=targz
chore: update dependencies 30.05.2025 and MSRV to 1.82.0 (#546)
* chore: update dependencies 30.05.2025* chore: format and lint checks for test files on CI* fix: clippy lint warnings in test files
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.36.1...v2.37.0
Uh oh!
There was an error while loading.Please reload this page.