Skip to content

v0.1.0

Choose a tag to compare

@iFA88 iFA88 released this 30 Sep 17:57
· 17 commits to master since this release
72964a5

Completely re-based for python-fsrpcclient lib.
Breaking changes for Client initialization:

  • hexNumbers parameter is replaced with convertNumbers.
  • compression parameter is replaced with disableCompression.
  • timeout renamed to transferTimeout.
  • stopSignal parameter is removed, instead of this we have added signal parameter for type T_Signal from python-fssignal lib.
  • log parameter type is replaced with python-fslogger lib Logger 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.