v0.61.2

fatedier/frpv0.61.2Mar 7, 2025by fatedier

AI Summary

This update enhances frpc proxy commands with metadata and annotation support and fixes a resource leak issue in the service closing logic.

Key Highlights

  • Added metadata and annotation support for proxy commands
  • Fixed resource leak in service.Close() method

New Features

  • Metadata and annotations support

Full Release Notes

### Features

* Support metadatas and annotations in frpc proxy commands.

### Fixes

* Properly release resources in service.Close() to prevent resource leaks when used as a library.