v0.38.0

fatedier/frpv0.38.0Oct 25, 2021by fatedier

AI Summary

The release adds a health check API endpoint and an option to disable custom TLS byte headers, while replacing the statik package with Go's standard embed package for resource embedding.

Key Highlights

  • Add `/healthz` API
  • frpc support `disable_custom_tls_first_byte`
  • Use go standard embed package instead of statik

New Features

  • Healthz API
  • Disable custom TLS first byte
  • Embed package replacement

Full Release Notes

### New

* Add `/healthz` API.
* frpc support `disable_custom_tls_first_byte` .If set true, frpc will not send custom header byte.

### Improve

* Use go standard embed package instead of statik.