-
-
Notifications
You must be signed in to change notification settings - Fork 101
Comparing changes
Open a pull request
base repository: static-web-server/static-web-server
base: v2.36.1
head repository: static-web-server/static-web-server
compare: v2.37.0
- 9 commits
- 49 files changed
- 3 contributors
Commits on Apr 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 934b0e2 - Browse repository at this point
Copy the full SHA 934b0e2View commit details
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.
Configuration menu - View commit details
-
Copy full SHA for 5d1eaac - Browse repository at this point
Copy the full SHA 5d1eaacView commit details
Commits on Apr 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a384d92 - Browse repository at this point
Copy the full SHA a384d92View commit details
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
Configuration menu - View commit details
-
Copy full SHA for cb19995 - Browse repository at this point
Copy the full SHA cb19995View commit details
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 ```
Configuration menu - View commit details
-
Copy full SHA for 0236980 - Browse repository at this point
Copy the full SHA 0236980View commit details
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.
Configuration menu - View commit details
-
Copy full SHA for 7ca2785 - Browse repository at this point
Copy the full SHA 7ca2785View commit details
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
Configuration menu - View commit details
-
Copy full SHA for 89f5846 - Browse repository at this point
Copy the full SHA 89f5846View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b56e3c4 - Browse repository at this point
Copy the full SHA b56e3c4View commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b67202b - Browse repository at this point
Copy the full SHA b67202bView commit details
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