v0.51.2

fatedier/frpv0.51.2Jul 25, 2023by fatedier

AI Summary

Adds a shell completion command to improve CLI usability and fixes a compression bug introduced in the previous version along with a goroutine leak.

Key Highlights

  • Adds a `completion` command for shell completions
  • Fixes issue where `use_compression` causes request failures
  • Fixes goroutine leak caused by Login plugin timeout

New Features

  • Adds a `completion` command for shell completions

Full Release Notes

### Features

* Adds a `completion` command for shell completions.

### Fixes

* fix a goroutine leak issue caused by Login plugin timeout.
* Fix an issue introduced in version 0.51.1, enabling `use_compression` will cause some requests to fail.