v0.32.1

fatedier/frpv0.32.1Apr 2, 2020by fatedier

AI Summary

This patch release improves server plugin capabilities with new operations, prevents frequent re-login loops, and resolves a memory leak issue.

Key Highlights

  • New operation `Ping` and `NewWorkConn` support in Server Plugin.
  • Add `apiVersion` and `op` params in Server Plugin HTTP request.
  • Prevent frequently relogin when connection broken after login success.
  • Fix a memory leak problem caused by frequently relogin.

New Features

  • New operation `Ping` and `NewWorkConn` support in Server Plugin
  • Add `apiVersion` and `op` params in Server Plugin HTTP request

Full Release Notes

### New

* New operation `Ping` and `NewWorkConn` support in Server Plugin.
* Add `apiVersion` and `op` params in Server Plugin HTTP request.

### Improvement

* Prevent frequently relogin when connection broken after login success soon.

### Fix

* Fix a memory leak problem caused by frequently relogin.