v0.29.0

fatedier/frpv0.29.0Aug 29, 2019by fatedier

AI Summary

This version introduces configuration options for log styling, enhanced header support for the https2http plugin, and a high-level Go API for programmatic use.

Key Highlights

  • New `disable_log_color` configure to disable console log color
  • Plugin `https2http` support attatch headers
  • Provide a high-level Go API
  • Fixes for `max_pool_count` and IPv4/IPv6 error judgment

New Features

  • New `disable_log_color` configure
  • Plugin `https2http` support attatch headers by `plugin_header_` prefix
  • Provide a high-level Go API

Full Release Notes

### New
- New `disable_log_color` configure to disable console log color.
- Plugin `https2http` support attatch headers by `plugin_header_` prefix.

### Change
- Provide a high-level Go API.

### Fix
-  `max_pool_count` is invalid.
- Judge error between IPv4 and IPv6 in proxy protocol.