frp/Release.md

13 lines
355 B
Markdown
Raw Normal View History

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