Skip to content

v0.8.0

Choose a tag to compare

@alexliesenfeld alexliesenfeld released this 25 Sep 17:15
· 159 commits to master since this release

This release includes refactoring, dependency updates, and internal cleanups.
No breaking changes expected.

The minimum required Rust version has been increased to 1.82.

The following pull requests have been merged:

  • #172: "Update Rust edition to 2021" (thanks @FalkWoldmann)
  • #169: "Proxy HTTPS fix"
  • #167: "Replace log and env_logger with tracing and tracing-subscriber" (thanks @FalkWoldmann)
  • #166: "Remove unused code" (thanks @FalkWoldmann)
  • #163: "fix: issue 162, non localhost hosts match" (thanks @Thomblin)
  • #160: "Replace custom read_file with std::fs::read_to_string" (thanks @FalkWoldmann)
  • #158: "Improve async executor support"
  • #156: "Bump async-object-pool to replace async-std"
  • #153: "ci(deps): bump actions/checkout from 4 to 5"
  • #152: "Fix missing standalone routes"
  • #151: "Cleanup unused test functions"
  • #147: "ci(deps): bump codecov/codecov-action from 2 to 5"
  • #146: "cargo(deps): update thiserror requirement from 1 to 2"
  • #145: "ci(deps): bump actions/checkout from 2 to 4"
  • #144: "ci(deps): bump docker/build-push-action from 4 to 6
  • #141: "cargo(deps): update path-tree requirement from >=0.8.0, <0.8.1 to >=0.8.0, <0.8.4"
  • #140: "ci(deps): bump docker/login-action from 1 to 3"
  • #139: "ci(deps): bump withastro/action from 2 to 4"
  • #138: "Create dependabot.yml" (thanks @FalkWoldmann)
  • #136: "Replace async_std with tokio" (thanks @FalkWoldmann)