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