index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-09-29 19:18:35.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-09-29 19:18:35.0 +00:00:00
commit
ed02387eb70ecf6ad6865a1a631a553c9cd095a3 [patch]
tree
84f467f2e94bd7d006db90be11ca37e5ce6e46e6
parent
166e8695d214587906973cbf481e3a896ae37e94
download
ed02387eb70ecf6ad6865a1a631a553c9cd095a3.tar.gz

v2.0.3



Diff

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 730a550..12539a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,21 @@ 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.0.3 - 2021-09-29

__Fixes__

* [5de5874]https://github.com/joseluisq/static-web-server/commit/5de5874 Update dependencies including Hyper, Tokio, http, futures, tracing bug fixes and related crates (also [1c6c873]https://github.com/joseluisq/static-web-server/commit/1c6c873 [34efa49]https://github.com/joseluisq/static-web-server/commit/34efa49, [6fb832b]https://github.com/joseluisq/static-web-server/commit/6fb832b)

__Refactorings__

- [b2f09ab]https://github.com/joseluisq/static-web-server/commit/b2f09ab Remove optional extra Docker volume `/public` of `scratch` and `alpine` images. PR [#52]https://github.com/joseluisq/static-web-server/pull/52 resolves [#51]https://github.com/joseluisq/static-web-server/issues/51 reported by [@bergi9]https://github.com/bergi9.
- [906106f]https://github.com/joseluisq/static-web-server/commit/906106f Remove never read `origins_str` field on Cors module.
- [6f7a6bc]https://github.com/joseluisq/static-web-server/commit/6f7a6bc Fix Rust edition idioms.

__Tests__

* [166e869]https://github.com/joseluisq/static-web-server/commit/166e869 More Cors test cases.

## v2.0.2 - 2021-08-29

diff --git a/Cargo.lock b/Cargo.lock
index 9dd3862..54bd3b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -856,7 +856,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static-web-server"
version = "2.0.2"
version = "2.0.3"
dependencies = [
 "anyhow",
 "async-compression",
diff --git a/Cargo.toml b/Cargo.toml
index f51290e..5a3a939 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.0.2"
version = "2.0.3"
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."