-
-
Notifications
You must be signed in to change notification settings - Fork 111
Comparing changes
Open a pull request
base repository: static-web-server/static-web-server
base: v2.33.1
head repository: static-web-server/static-web-server
compare: v2.34.0
- 12 commits
- 43 files changed
- 5 contributors
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8be70ac - Browse repository at this point
Copy the full SHA 8be70acView commit details
Commits on Nov 7, 2024
-
docs: mention truenas scale deprecation (#486)
* Update docker.md Remove deprecated Truenas/Truecharts installation notes. * Update download-and-install.md Remove deprecated Truenas/Truecharts installation notes. * Update download-and-install.template.md Remove deprecated Truenas/Truecharts installation notes. * refactor: mention TrueCharts as a helm charts alternative --------- Co-authored-by: Jose Quintana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd11bd6 - Browse repository at this point
Copy the full SHA cd11bd6View commit details
Commits on Nov 11, 2024
-
feat: better x-forwarded-for handling (#495)
Adds a `log-forwarded-for` option to control if the X-Forwarded-For header information should be logged. Also includes a `trusted-proxies` option to optionally specify from which IPs to accept this header. Existing uses of log-remote-address will stop logging forwarded-for IPs after this change.
Configuration menu - View commit details
-
Copy full SHA for 13e3f38 - Browse repository at this point
Copy the full SHA 13e3f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1a73c0 - Browse repository at this point
Copy the full SHA e1a73c0View commit details
Commits on Nov 28, 2024
-
refactor: prevent single wildcards from matching path separators for …
…URL Redirects (#501) * Enable literal_separator for redirects This ensures that * does not match the path separator. * Fix tests * Update documentation BREAKING CHANGE: Up to version 2.33.1 the wildcard `*` was matching the path separator. For example, `/{*}/{*}/` matched `/assets/images/logo/`. In later versions, the default has changed such that `*` does not match the path separator. In contrast, double wildcard (`**`) can match also a path separator.
Configuration menu - View commit details
-
Copy full SHA for 96ed7df - Browse repository at this point
Copy the full SHA 96ed7dfView commit details -
Merge pull request #502 from static-web-server/update-dependencies-28…
…-10-2024 Update dependencies 28.10.2024
Configuration menu - View commit details
-
Copy full SHA for b9b8425 - Browse repository at this point
Copy the full SHA b9b8425View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5516b6a - Browse repository at this point
Copy the full SHA 5516b6aView commit details -
chore: update Alpine (3.19.4) and Debian (12.8) Docker images (#505)
* chore: update Debian Docker images to 12.8 * chore: update Alpine Docker images to 3.19.4
Configuration menu - View commit details
-
Copy full SHA for 4ed4bb4 - Browse repository at this point
Copy the full SHA 4ed4bb4View commit details
Commits on Dec 1, 2024
-
docs: improve docs configuration and fix anchor links (#504)
* Fix anchor links in documentation * Move strict to mkdocs config * add mkdocs to CI --------- Co-authored-by: Jose Quintana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12387a8 - Browse repository at this point
Copy the full SHA 12387a8View commit details
Commits on Dec 2, 2024
-
refactor: prevent single wildcards from matching path separators for …
…URL Rewrites (#506) * refactor: prevent single wildcards from matching path separators for URL Rewrites * Fix log output in documentation BREAKING CHANGE: Up to version 2.33.1 the wildcard `*` was matching the path separator. For example, `/{*}/{*}/` matched `/assets/images/logo/`. In later versions, the default has changed such that `*` does not match the path separator. In contrast, double wildcard (`**`) can match also a path separator.
Configuration menu - View commit details
-
Copy full SHA for 2737f4c - Browse repository at this point
Copy the full SHA 2737f4cView commit details
Commits on Dec 3, 2024
-
refactor: update deprecated macos-12 runner to macos-14 due to issues
2024-12-03: actions/runner-images#10721
Configuration menu - View commit details
-
Copy full SHA for 0768c20 - Browse repository at this point
Copy the full SHA 0768c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49cd6e6 - Browse repository at this point
Copy the full SHA 49cd6e6View 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.33.1...v2.34.0