* Fixed an issue with Session.GetMethod() not returning a method name.
3.0.4
* Fixed an error related to using the "pack()" method that was not using the endian format characters (e.g. < >). This was causing packet sizes to be off on non-Windows platforms.
3.0.2
* Added conditional import of pipeprotocol module, as named-pipes are only supported on the Windows platform. This was causing module not found error when trying to execute on non-Windows platforms.
3.0.0
* Version 3 initial release, ported to Python from the SmartInspect for .Net framework.