Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: static-web-server/static-web-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.36.1
Choose a base ref
...
head repository: static-web-server/static-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.37.0
Choose a head ref
  • 9 commits
  • 49 files changed
  • 3 contributors

Commits on Apr 1, 2025

  1. docs: v2.36.1 [skip ci]

    joseluisq committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    934b0e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. 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.
    joseluisq authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    5d1eaac View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Configuration menu
    Copy the full SHA
    a384d92 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. 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
    joseluisq authored May 7, 2025
    Configuration menu
    Copy the full SHA
    cb19995 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. 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
    ```
    joseluisq authored May 17, 2025
    Configuration menu
    Copy the full SHA
    0236980 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. 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.
    joseluisq authored May 26, 2025
    Configuration menu
    Copy the full SHA
    7ca2785 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. feat: support for downloading a directory as a compressed tarball (#544)

    $ static-web-server -p 1234 -d ./public \
        --directory-listing --directory-listing-download=targz
    ekangmonyet authored May 31, 2025
    Configuration menu
    Copy the full SHA
    89f5846 View commit details
    Browse the repository at this point in the history
  2. 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
    joseluisq authored May 31, 2025
    Configuration menu
    Copy the full SHA
    b56e3c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. v2.37.0

    joseluisq committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    b67202b View commit details
    Browse the repository at this point in the history
Loading