Skip to content

Releases: FusionSolutions/python-feclient

v0.2.0

13 Feb 16:14
58ba0bc
Compare
Choose a tag to compare

Removing convertNumbers feature

v0.1.5

16 Nov 10:23
63f44c1
Compare
Choose a tag to compare

Following python-fsrpcclient version

v0.1.4

26 May 15:18
8a4b14c
Compare
Choose a tag to compare

Annotation fix

v0.1.3

10 May 21:09
c0af7ee
Compare
Choose a tag to compare

Requirements update.

v0.1.2

24 Feb 21:31
da8cc33
Compare
Choose a tag to compare

Python version 3.7 dropped.
Upgraded to the new python-fsrpcclient lib.
For the CLI the --debug mode disables HTTP content compression.

v0.1.1

29 Oct 10:43
698667e
Compare
Choose a tag to compare

Fixing CLI bugs:

  • Printing bitmasks
  • Parsing bitmasks as name

v0.1.0

30 Sep 17:57
72964a5
Compare
Choose a tag to compare

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.

v0.0.7

22 Jun 12:24
df81048
Compare
Choose a tag to compare

Fixed parameter type list in fexplorer-cli.

v0.0.6

13 Jun 14:10
313a086
Compare
Choose a tag to compare

Initial release