index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2023-07-20 21:41:38.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2023-07-20 21:41:38.0 +00:00:00
commit
3703a5f3c7a5ef7e8a57a2c84cbd04c01699892b [patch]
tree
549118ea9eb691c2db45dac6430de4f2a6396363
parent
b763b5067358fed9c0a8c9debf3a2b941980204c
download
v2.20.1.tar.gz

v2.20.1



Diff

 CHANGELOG.md | 16 ++++++++++++++++
 Cargo.lock   |  2 +-
 Cargo.toml   |  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e1155b..78158d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_**Note:** See changelog for v1 under the [1.x]https://github.com/static-web-server/static-web-server/blob/1.x/CHANGELOG.md branch._

## v2.20.1 - 2023-07-20

This new `v2.20.1` release brings several dependency updates and bug fixes. In particular, one fix for a regression introduced by the previous *v2.20.0* release as well as other improvements.

__Fixes__

- [1fe464b]https://github.com/static-web-server/static-web-server/commit/1fe464b Bugfix/security dependency updates including zstd, clap, serde, bcrypt, globset, signal and other crates (also [b763b50]https://github.com/static-web-server/static-web-server/commit/b763b50).
- [3cf13dc]https://github.com/static-web-server/static-web-server/commit/3cf13dc URL Rewrites and Redirects don't work properly without replacements. PR [#244]https://github.com/static-web-server/static-web-server/pull/244 fixes [#243]https://github.com/static-web-server/static-web-server/issues/243 reported by [@domi2120]https://github.com/domi2120.
- [8da2b69]https://github.com/static-web-server/static-web-server/commit/8da2b69 Alpine 3.17.4.

__Refactorings__

- [949c539]https://github.com/static-web-server/static-web-server/commit/949c539 Initialize log system at config level.
- [7fc0e1b]https://github.com/static-web-server/static-web-server/commit/7fc0e1b Improve start-up server log information.
- [032aaf3]https://github.com/static-web-server/static-web-server/commit/032aaf3 CI: Post-release script and devel Makefile.

## v2.20.0 - 2023-07-12

This new `v2.20.0` release brings several dependency updates and bug fixes, advanced features like Glob pattern replacements for URL Redirects and Rewrites, a new health-check endpoint, GitHub Container Registry (GHCR) Docker images as well as other improvements.
diff --git a/Cargo.lock b/Cargo.lock
index 645b68b..050d322 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1260,7 +1260,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static-web-server"
version = "2.20.0"
version = "2.20.1"
dependencies = [
 "aho-corasick",
 "anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index fdc68f9..269f2a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.20.0"
version = "2.20.1"
authors = ["Jose Quintana <https://joseluisq.net>"]
license = "MIT OR Apache-2.0"
description = "A cross-platform, high-performance and asynchronous web server for static files-serving."