index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2022-01-06 21:41:22.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2022-01-06 21:41:22.0 +00:00:00
commit
37696c20beadd52d6b0a1cf812bb6155369a6fc7 [patch]
tree
81b49132ef706705acedaeee5e382137f47de9a9
parent
ac8f87c1f9020afecafc4b42588290cda90a3767
download
37696c20beadd52d6b0a1cf812bb6155369a6fc7.tar.gz

v2.4.0



Diff

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf4fc6e..6a9f662 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,20 @@ 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/joseluisq/static-web-server/blob/1.x/CHANGELOG.md branch._

## v2.4.0 - 2022-01-06

__Fixes__

- [fd227b3]https://github.com/joseluisq/static-web-server/commit/fd227b3 Bugfix dependency updates including Tokio, futures, http, syn, libc and other crates. (also [fd227b3]https://github.com/joseluisq/static-web-server/commit/fd227b3, [7becd4e]https://github.com/joseluisq/static-web-server/commit/7becd4e).

__Refactorings__

- [5926c9b]https://github.com/joseluisq/static-web-server/commit/5926c9b Trailing slash checking and redirection for directory requests. PR [#74]https://github.com/joseluisq/static-web-server/pull/74 resolves [#73]https://github.com/joseluisq/static-web-server/issues/73 suggested by [@knyzorg]https://github.com/knyzorg.

__Features__

- [ac8f87c]https://github.com/joseluisq/static-web-server/commit/ac8f87c Alpine 3.14 Docker images.

## v2.3.0 - 2021-12-11

__Fixes__
diff --git a/Cargo.lock b/Cargo.lock
index 4c74336..f669618 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -817,7 +817,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static-web-server"
version = "2.3.0"
version = "2.4.0"
dependencies = [
 "anyhow",
 "async-compression",
diff --git a/Cargo.toml b/Cargo.toml
index cf56c0f..22a9989 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.3.0"
version = "2.4.0"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast and asynchronous web server for static files-serving."