New Features
- Add a new command line interface (CLI), `appfl-setup-ssl`, to create necessary certificates for creating SSL-secured gRPC connections between the server and clients.
- Add a tutorial on how to use the CLI, `appfl-setup-ssl` to create certificates for the server and clients, and enable SSL-secured gRPC connections between the server and clients at [here](https://appfl.ai/en/latest/tutorials/examples_ssl.html).
- Add a detailed step-by-step tutorial on how to define custom action with an example to generate a data readiness report on all client data at [here](https://appfl.ai/en/latest/tutorials/examples_custom_action.html).
- Add a APPFL [YouTube channel](https://www.youtube.com/channel/UCzwiJboiJW3dLI0UndnDy5g) to provide video tutorials on how to use APPFL for federated learning research in the future.
Bug Fixes
Fix the [issue](https://github.com/APPFL/APPFL/issues/197) regarding client gradient clipping. The clipping is now applied before weights update.