frp/Release.md

13 lines
355 B
Markdown
Raw Normal View History

2023-06-26 10:48:14 +02:00
### Features
2023-05-28 19:09:53 +02:00
* frpc supports connecting to frps via the wss protocol by enabling the configuration `protocol = wss`.
2023-06-30 11:35:37 +02:00
* frpc supports stopping the service through the stop command.
### Improvements
* service.Run supports passing in context.
2023-02-09 15:52:48 +01:00
2023-06-26 10:48:14 +02:00
### Fixes
2023-02-09 15:52:48 +01:00
* Fix an issue caused by a bug in yamux that prevents wss from working properly in certain plugins.