v1.19.4
End of Life (2023-01-06)
Version 1.x is no longer supported.
Please migrate to latest stable v2 which has similar and added
features as well as performance/security improvements.
More details at https://sws.joseluisq.net/migration
Diff
CHANGELOG.md | 16 ++++++++++++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
README.md | 2 +-
4 files changed, 19 insertions(+), 3 deletions(-)
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
_**Note:** See changelog for v2 under the [master](https://github.com/joseluisq/static-web-server/blob/master/CHANGELOG.md) branch._
## v1.19.4 - 2023-01-06
__Fixes__
- [ed1a023](https://github.com/joseluisq/static-web-server/commit/ed1a023) Security/bug-fixes updates for openssl, libc, flate2, chrono, once_cell, nix and other dependencies.
- [a7f7cc5](https://github.com/joseluisq/static-web-server/commit/a7f7cc5) Needless borrow on staticfile module for Rust 1.66.0.
_**End of Life (2023-01-06):** Version **1.x** is no longer supported. Please follow the instructions to migrate to latest stable version. The v2 has similar/added features as well as performance/security improvements. See [`Migrating from v1 to v2`](https://sws.joseluisq.net/migration/)._
## v1.19.3 - 2022-06-26
__Updates__
- [32541ec](https://github.com/joseluisq/static-web-server/commit/32541ec) Security/bug-fixes updates for openssl, jemallocator, flate2, log, httparse, libc and other dependencies.
- [d3ebbf3](https://github.com/joseluisq/static-web-server/commit/d3ebbf3) Update Alpine Docker image to `3.15`.
## v1.19.2 - 2022-04-23
__Updates__
@@ -933,7 +933,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
[[package]]
name = "static-web-server"
version = "1.19.2"
version = "1.19.4"
dependencies = [
"chrono",
"ctrlc",
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.19.2"
version = "1.19.4"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast static files-serving web server powered by Rust Iron."
@@ -1,6 +1,6 @@
# Static Web Server [](https://github.com/joseluisq/static-web-server/actions?query=workflow%3ACI) [](https://hub.docker.com/r/joseluisq/static-web-server/) [](https://hub.docker.com/r/joseluisq/static-web-server/tags) [](https://hub.docker.com/r/joseluisq/static-web-server/)
_**Note:** To migrate to latest `v2` please take a look at [Migrating from `v1` to `v2`](https://sws.joseluisq.net/migration/)._
_**End of Life (2023-01-06):** Version **1.x** is no longer supported. Please follow the instructions to migrate to latest stable version. The v2 has similar/added features as well as performance/security improvements. See [`Migrating from v1 to v2`](https://sws.joseluisq.net/migration/)._
> A blazing fast static files-serving web server powered by [Rust Iron](https://github.com/iron/iron). ⚡