Skip to content

Releases: picoHz/taxy

v0.3.24

24 Mar 10:36
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix text style in empty list message by @picoHz in #49

WebUI Updates

  • Use insecure cookie automatically on HTTP by @picoHz in #50

Other Changes

Full Changelog: v0.3.23...v0.3.24

v0.3.23

01 Feb 09:48
Compare
Choose a tag to compare

What's Changed

New Features

  • Show acme renewal date on WebUI by @picoHz in #42

WebUI Updates

Other Changes

  • Update dependencies around tungstenite by @picoHz in #43
  • build(deps): bump h2 from 0.3.20 to 0.3.24 by @dependabot in #44
  • build(deps): bump rustix from 0.37.23 to 0.37.27 by @dependabot in #45

Full Changelog: v0.3.22...v0.3.23

v0.3.22

25 Jan 15:30
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Support wss scheme in target server URL by @picoHz in #37
  • Use fmt::Display instead of fmt::Debug in logging if possible by @picoHz in #38

New Features

  • Add error logging to HTTP requests by @picoHz in #39

Other Changes

  • Improve instructions for setting up development environment by @picoHz in #36

Full Changelog: v0.3.21...v0.3.22

v0.3.21

24 Jan 16:58
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix self-sign not working without existing CA certs by @picoHz in #32

WebUI Updates

  • Update port/proxy name labels by @picoHz in #33
  • Add loading indicator to list components by @picoHz in #34
  • Add certificate expiry date to certificate list by @picoHz in #35

Full Changelog: v0.3.20...v0.3.21

v0.3.20

24 Jan 09:34
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix vhost matching in http proxy by @picoHz in #31

New Features

  • Support dark theme on error page by @picoHz in #30

Full Changelog: v0.3.19...v0.3.20

v0.3.19

23 Jan 13:06
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix trailing slash preservation in URI by @picoHz in #28
  • Fix vhost resolution issue in HTTP/2 by @picoHz in #29

Full Changelog: v0.3.18...v0.3.19

v0.3.18

22 Jan 14:20
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix secure flag in cookie attribute by @picoHz in #26

New Features

  • Add --insecure-webui option to taxy start command by @picoHz in #27

Other Changes

Full Changelog: v0.3.17...v0.3.18

v0.3.17

14 Sep 01:56
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • ServerState: filter out inactive proxies properly by @picoHz in #16

New Features

  • ACME: add feature to activate or inactivate periodic ACME requests by @picoHz in #12
  • add feature to activate or inactivate proxies by @picoHz in #13
  • add feature to activate or inactivate ports by @picoHz in #14
  • Proxy: add status notification by @picoHz in #17

WebUI Updates

Full Changelog: v0.3.16...v0.3.17

v0.3.16

03 Sep 13:42
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • webui: fix logview scroll-lock algorithm by @picoHz in #6

WebUI Updates

  • webui: set http as a default port protocol by @picoHz in #5
  • webui: add pre-defined acme providers by @picoHz in #10

Other Changes

  • build(deps): bump rustls-webpki from 0.101.1 to 0.101.4 by @dependabot in #7
  • upgrade instant-acme to v0.4.0 by @picoHz in #8
  • certs: remove is_trusted attribute by @picoHz in #9
  • upgrade webpki to v0.22.1 by @picoHz in #11

New Contributors

Full Changelog: v0.3.15...v0.3.16

v0.3.15

04 Aug 15:37
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • https: return status 421 for domain-fronting requests by @picoHz in #3

Other Changes

  • config: record PKG_VERSION in config files by @picoHz in #4

New Contributors

  • @picoHz made their first contribution in #3

Full Changelog: v0.3.14...v0.3.15