Skip to content

Releases: picoHz/taxy

v0.3.34

16 Nov 08:18
Compare
Choose a tag to compare

What's Changed

New Features

  • Support regex patterns in virtual hosts by @picoHz in #102
  • Include target server URL path in proxied requests by @picoHz in #103

Other Changes

Full Changelog: v0.3.33...v0.3.34

v0.3.33

11 Nov 12:26
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Features

  • Add FreeBSD pre-built binary release workflow by @picoHz in #98
  • Redirect HTTP requests to available HTTPS ports by default by @picoHz in #99

Full Changelog: v0.3.32...v0.3.33

v0.3.32

10 Nov 10:32
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Always overwrite the HOST header value by @picoHz in #95

New Features

Full Changelog: v0.3.31...v0.3.32

v0.3.31

08 Nov 10:00
Compare
Choose a tag to compare

What's Changed

New Features

  • Support proto and host directive in forwarded header by @picoHz in #91
  • Send both forwarded and x-forwarded-for headers by default by @picoHz in #92
  • Support for x-forwarded-host header by @picoHz in #93

Other Changes

Full Changelog: v0.3.30...v0.3.31

v0.3.30

14 Aug 15:16
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix server URL validation and ignore invalid routes by @picoHz in #81

Other Changes

Full Changelog: v0.3.29...v0.3.30

v0.3.29

07 May 11:39
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Support multiple private key formats by @picoHz in #74
  • Support certificates without Subject Alternate Name by @picoHz in #73

Other Changes

  • Update sqlx version to 0.7.4 by @picoHz in #67
  • Add Docker installation instructions to docs by @picoHz in #68
  • Update network-interface version to 2.0.0 by @picoHz in #69
  • Update brotli version to 6.0.0 by @picoHz in #71
  • Update utoipa-swagger-ui version to 7.0.0 by @picoHz in #72

Full Changelog: v0.3.28...v0.3.29

v0.3.28

20 Apr 03:17
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Upgrade websocket protocol using existing connection by @picoHz in #66

New Features

  • Always set HOST header in HTTP requests by @picoHz in #65

Full Changelog: v0.3.27...v0.3.28

v0.3.27

18 Apr 12:11
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Preserve original HOST header value in HTTP requests by @picoHz in #61

New Features

Other Changes

  • Update serde_qs to version 0.13.0 and brotli to version 5.0.0 by @picoHz in #62
  • build(deps): bump whoami from 1.4.1 to 1.5.1 by @dependabot in #63
  • build(deps): bump h2 from 0.3.24 to 0.3.26 by @dependabot in #64

Full Changelog: v0.3.26...v0.3.27

v0.3.26

29 Mar 16:36
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • acme: fix requests not triggered without old certs by @picoHz in #56

WebUI Updates

  • Fix status indicator shrinking issue by @picoHz in #58

Other Changes

Full Changelog: v0.3.25...v0.3.26

v0.3.25

27 Mar 16:04
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix path matching in RequestFilter by @picoHz in #53

WebUI Updates

  • Fix human-friendly duration formatting by @picoHz in #51
  • Add confirmation dialog for logout by @picoHz in #52
  • Use vertical tabs on larger screens by @picoHz in #54

Other Changes

  • Remove --insecure-webui option by @picoHz in #55

Full Changelog: v0.3.24...v0.3.25