~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **Features and Improvements**
- Add the following workflow: - :meth:`~acore_server.server_workflow_mixin.ServerWorkflowMixin.stop_server` - :meth:`~acore_server.server_workflow_mixin.ServerWorkflowMixin.start_server`
- remove the following deprecated methods, these features are moved to `acore_server_bootstrap.api.Remoter <https://acore-server-bootstrap.readthedocs.io/en/latest/search.html?q=Remote+Bootstrap&check_keywords=yes&area=default>`_: - ``Server.bootstrap()`` - ``Server.run_check_server_status_cron_job()`` - ``Server.stop_check_server_status_cron_job()`` - ``Server.run_game_server()`` - ``Server.stop_game_server()``
**Bugfixes**
- Fix a bug in ``Server.build_bootstrap_command(...)`` method that the method doesn't use the explicit library version.
- Fix a bug that ``Server.create_ssh_tunnel(...)``, ``Server.list_ssh_tunnel(...)``, ``Server.test_ssh_tunnel(...)``, ``Server.kill_ssh_tunnel(...)`` methods failed to locate the pem file correctly.