Skip to content

Releases: pfrest/pfsense-vshell

pfSense vShell v2.2.3

09 Dec 06:38
f03b7e3

Choose a tag to compare

Fixes

Full Changelog: v2.2.2...v2.2.3

pfSense vShell v2.2.2

22 Oct 01:25
9e71e59

Choose a tag to compare

Fixes

  • Replaces usage of deprecated datetime.datetime.utcnow() method with a locally-aware equivalent

Full Changelog: v2.2.1...v2.2.2

pfSense vShell v2.2.1

08 Apr 03:40
13637d6

Choose a tag to compare

Fixes

  • Fixes unexpected auth errors on pfSense-2.8.0-BETA

Full Changelog: v2.2.0...v2.2.1

pfSense vShell v2.2.0

23 Feb 19:59
959b8dc

Choose a tag to compare

Changes

  • Increases --timeout limits
  • Updates and enhancements to CI/CD and testing processes

Full Changelog: v2.1.0...v2.2.0

pfSense vShell v2.1.0

25 Jan 00:16
6956ff4

Choose a tag to compare

What's Changed

  • Fixes regression that prevented errors from being raised properly. (#10)
  • Allows users to be securely prompted for a password if --password is not specified.

Full Changelog: v2.0.4...v2.1.0

pfSense vShell v2.0.4

14 Aug 20:27
dd8955a

Choose a tag to compare

Changes

  • Updates version handling for automated package publishes.
  • Updates CI/CD workflows to use GitHub actions for linting, code analysis and deploys.

pfSense vShell v2.0.3

08 Jul 04:06
8b63571

Choose a tag to compare

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.

pfSense vShell v2.0.2

24 Dec 18:25
7b26302

Choose a tag to compare

Fixes

  • Bug that threw a traceback when catching a connection error

pfSense vShell v2.0.1

17 Dec 07:02
0bccf9d

Choose a tag to compare

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

pfSense vShell v2.0.0

17 Dec 02:49
2844cb0

Choose a tag to compare

  • 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