Skip to content

Releases: picoHz/taxy

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

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