Releases: FusionSolutions/python-feclient
Releases · FusionSolutions/python-feclient
v0.2.0
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Completely re-based for python-fsrpcclient lib.
Breaking changes for Client
initialization:
hexNumbers
parameter is replaced withconvertNumbers
.compression
parameter is replaced withdisableCompression
.timeout
renamed totransferTimeout
.stopSignal
parameter is removed, instead of this we have addedsignal
parameter for typeT_Signal
from python-fssignal lib.log
parameter type is replaced with python-fslogger libLogger
class.
FEIterator
now has new function: hasNext
During with
statement the class is not cloned anymore. After exit the instance will be closed and reset.