Changes - Updates version handling for automated package publishes. - Updates CI/CD workflows to use GitHub actions for linting, code analysis and deploys.
2.0.3
New - Implements package tests and CI/CD pipeline for easier management in the future.
Fixes - Addresses potential memory leak by closing all sessions after requests are made.
2.0.2
Fixes - Bug that threw a traceback when catching a connection error
2.0.1
Adds - Adds documentation on class properties
Changes - The `--virtual-shell` command flag has been changed to `--virtual_shell` for consistency
Fixes - Fixes fatal install dependency issue that required `requests` and `urllib3` modules to be installed before installation
2.0.0
- Implements new object oriented design - Implements new Python3 module `pfsense_vshell` to allow developers to integrate pfSense vShell into their own code - Reworks CLI tool using `argparse`