Releases: http-server-rs/http-server
Releases · http-server-rs/http-server
v0.7.5
What's Changed
- chore(deps): bump http from 0.2.7 to 0.2.8 by @dependabot in #152
- chore(deps): bump handlebars from 4.3.0 to 4.3.1 by @dependabot in #153
- chore(deps): bump anyhow from 1.0.57 to 1.0.58 by @dependabot in #154
- chore(deps): bump serde_json from 1.0.81 to 1.0.82 by @dependabot in #155
- chore(deps): bump serde from 1.0.137 to 1.0.138 by @dependabot in #156
- chore(deps): bump hyper from 0.14.19 to 0.14.20 by @dependabot in #157
- chore(deps): bump serde from 1.0.138 to 1.0.139 by @dependabot in #158
- chore(deps): bump criterion from 0.3.5 to 0.3.6 by @dependabot in #159
- chore(deps): bump local-ip-address from 0.4.4 to 0.4.5 by @dependabot in #160
- chore(deps): bump handlebars from 4.3.1 to 4.3.2 by @dependabot in #161
- chore(deps): bump tokio from 1.19.2 to 1.20.0 by @dependabot in #162
- chore(deps): bump serde from 1.0.139 to 1.0.140 by @dependabot in #165
- chore(deps): bump handlebars from 4.3.2 to 4.3.3 by @dependabot in #166
- chore(deps): bump tokio from 1.20.0 to 1.20.1 by @dependabot in #167
- fix: replaces spaces with
%20
for filenames by @EstebanBorai in #164 - fix: windows build issues by @Ampych in #169
- chore(deps): bump serde from 1.0.140 to 1.0.141 by @dependabot in #170
- chore(deps): bump async-trait from 0.1.56 to 0.1.57 by @dependabot in #173
- chore(deps): bump anyhow from 1.0.58 to 1.0.59 by @dependabot in #171
- chore(deps): bump local-ip-address from 0.4.5 to 0.4.6 by @dependabot in #172
New Contributors
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- fix: improve security policy by @EstebanBorai in #147
- chore(deps): bump async-trait from 0.1.53 to 0.1.56 by @dependabot in #150
- fix: use
FILE_FLAG_BACKUP_SEMANTICS
when opening file by @EstebanBorai in #151 - chore(deps): bump tokio from 1.18.2 to 1.19.2 by @dependabot in #149
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- chore(deps): bump rustls from 0.20.4 to 0.20.5 by @dependabot in #141
- chore(deps): bump handlebars from 4.2.2 to 4.3.0 by @dependabot in #143
- chore(deps): bump rustls from 0.20.5 to 0.20.6 by @dependabot in #142
- chore(deps): bump dhat from 0.2.4 to 0.3.0 by @dependabot in #130
- chore(deps): bump flate2 from 1.0.23 to 1.0.24 by @dependabot in #144
- chore(deps): bump hyper from 0.14.18 to 0.14.19 by @dependabot in #145
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- chore(deps): bump tokio from 1.17.0 to 1.18.1 by @dependabot in #132
- chore(deps): bump tokio from 1.18.1 to 1.18.2 by @dependabot in #138
- chore(deps): bump serde_json from 1.0.80 to 1.0.81 by @dependabot in #140
- chore(deps): bump tokio-rustls from 0.23.3 to 0.23.4 by @dependabot in #139
- feat: parse pem certificates by @EstebanBorai in #137
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- chore(deps): bump termcolor from 1.1.2 to 1.1.3 by @dependabot in #117
- chore(deps): bump async-stream from 0.3.2 to 0.3.3 by @dependabot in #118
- chore(deps): bump handlebars from 4.2.1 to 4.2.2 by @dependabot in #119
- chore(deps): bump anyhow from 1.0.55 to 1.0.56 by @dependabot in #120
- chore(deps): bump tokio-rustls from 0.23.2 to 0.23.3 by @dependabot in #121
- chore(deps): bump async-trait from 0.1.52 to 0.1.53 by @dependabot in #122
- chore(deps): bump hyper from 0.14.17 to 0.14.18 by @dependabot in #123
- chore(deps): bump http-auth-basic from 0.3.1 to 0.3.3 by @dependabot in #124
- chore(deps): bump flate2 from 1.0.22 to 1.0.23 by @dependabot in #125
- chore(deps): bump toml from 0.5.8 to 0.5.9 by @dependabot in #126
- chore(deps): bump anyhow from 1.0.56 to 1.0.57 by @dependabot in #129
- enhance: use rustls instead native TLS in proxy client by @stackinspector in #128
- chore(deps): bump serde from 1.0.136 to 1.0.137 by @dependabot in #131
- chore(deps): bump http from 0.2.6 to 0.2.7 by @dependabot in #133
- chore(deps): bump serde_json from 1.0.79 to 1.0.80 by @dependabot in #134
New Contributors
- @stackinspector made their first contribution in #128
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- chore(deps): bump serde_json from 1.0.73 to 1.0.74 by @dependabot in #95
- chore(deps): bump http from 0.2.5 to 0.2.6 by @dependabot in #97
- chore(deps): bump serde from 1.0.132 to 1.0.133 by @dependabot in #96
- chore(deps): bump handlebars from 4.1.6 to 4.2.0 by @dependabot in #98
- Fix suggestion on how to run the server from the tls script by @johan-smits in #99
- chore(deps): bump handlebars from 4.2.0 to 4.2.1 by @dependabot in #100
- chore(deps): bump serde_json from 1.0.74 to 1.0.75 by @dependabot in #101
- chore(deps): bump serde_json from 1.0.75 to 1.0.78 by @dependabot in #102
- chore(deps): bump anyhow from 1.0.52 to 1.0.53 by @dependabot in #104
- chore(deps): bump serde from 1.0.133 to 1.0.135 by @dependabot in #103
- chore(deps): bump structopt from 0.3.25 to 0.3.26 by @dependabot in #105
- chore(deps): bump serde from 1.0.135 to 1.0.136 by @dependabot in #106
- chore(deps): bump tokio from 1.15.0 to 1.16.1 by @dependabot in #107
- chore(deps): bump futures from 0.3.19 to 0.3.21 by @dependabot in #109
- chore(deps): bump rustls-pemfile from 0.2.1 to 0.3.0 by @dependabot in #108
- chore(deps): bump serde_json from 1.0.78 to 1.0.79 by @dependabot in #110
- chore(deps): bump rustls from 0.20.2 to 0.20.3 by @dependabot in #112
- chore(deps): bump hyper from 0.14.16 to 0.14.17 by @dependabot in #111
- Feature | Proxy by @EstebanBorai in #90
- chore(deps): bump rustls from 0.20.3 to 0.20.4 by @dependabot in #113
- chore(deps): bump mime_guess from 2.0.3 to 2.0.4 by @dependabot in #115
- chore(deps): bump anyhow from 1.0.53 to 1.0.55 by @dependabot in #116
New Contributors
- @johan-smits made their first contribution in #99
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore(deps): bump hyper from 0.14.14 to 0.14.15 by @dependabot in #73
- chore(deps): bump dhat from 0.2.2 to 0.2.4 by @dependabot in #74
- chore(deps): bump tokio from 1.13.0 to 1.14.0 by @dependabot in #76
- chore(deps): bump serde from 1.0.130 to 1.0.131 by @dependabot in #80
- chore(deps): bump anyhow from 1.0.45 to 1.0.51 by @dependabot in #77
- chore(deps): bump handlebars from 4.1.4 to 4.1.6 by @dependabot in #78
- chore(deps): bump futures from 0.3.17 to 0.3.18 by @dependabot in #81
- chore(deps): bump hyper from 0.14.15 to 0.14.16 by @dependabot in #82
- chore(deps): bump serde_json from 1.0.70 to 1.0.72 by @dependabot in #83
- Feature | Logger by @EstebanBorai in #84
- chore(deps): bump futures from 0.3.18 to 0.3.19 by @dependabot in #85
- chore(deps): bump serde_json from 1.0.72 to 1.0.73 by @dependabot in #88
- chore(deps): bump tokio-rustls from 0.23.1 to 0.23.2 by @dependabot in #86
- chore(deps): bump serde from 1.0.131 to 1.0.132 by @dependabot in #89
- chore(deps): bump tokio from 1.14.0 to 1.15.0 by @dependabot in #87
- chore(deps): bump anyhow from 1.0.51 to 1.0.52 by @dependabot in #91
- feat(ci): attach artifacts to release on linux, macos and windows by @EstebanBorai in #93
Full Changelog: v0.5.7...v0.6.0
v0.5.7
Fixes: * Update dependencies
v0.5.6
Fixes * Dependencies update * Use `release.created` instead of `release.published`
v0.5.5
Feature * Implements support for uploading artifacts when publishing Fixes * Dependencies update