v0.15.0

fatedier/frpv0.15.0Jan 18, 2018by fatedier

AI Summary

This release introduces a status monitoring command for clients, allows for random port assignment, and fixes dashboard statistics alongside stability issues with plugins.

Key Highlights

  • New `frpc status` command for monitoring proxies
  • `remote_port` can now be set to 0 for random port assignment
  • Command renamed from `--reload` to `reload`
  • Fixed dashboard stats for HTTP proxies

Breaking Changes

  • frpc --reload changed to frpc reload

New Features

  • frpc status command
  • Random port assignment for remote_port

Full Release Notes

### New
- New sub command `status` in frpc for getting status of all proxies.
- `remote_port` can be 0, so frps will assign a random port for it.

### Change
- `frpc --reload` changed to `frpc reload`.

### Fix
- No stats info in dashboard for proxy type http.
- Panic when enabling encryption and compression for socks5 plugin.
- Fix a bug caused connections not closed.