Skip to content

Releases: http-server-rs/http-server

v0.7.5

02 Aug 00:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5

v0.7.4

08 Jun 04:41
Compare
Choose a tag to compare

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

05 Jun 22:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

12 May 02:36
Compare
Choose a tag to compare

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

04 May 12:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

01 Mar 02:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

31 Dec 02:30
Compare
Choose a tag to compare

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

21 Nov 22:06
Compare
Choose a tag to compare
Fixes:

* Update dependencies

v0.5.6

04 Oct 00:16
Compare
Choose a tag to compare
Fixes

* Dependencies update
* Use `release.created` instead of `release.published`

v0.5.5

03 Oct 23:05
Compare
Choose a tag to compare
Feature

* Implements support for uploading artifacts when publishing

Fixes

* Dependencies update