Skip to content

Releases: dingusdk/PythonIhcSdk

2.1.1

27 Dec 13:06
Compare
Choose a tag to compare

Fixed get_user_log to decode correctly

2.1.0

25 Nov 15:16
Compare
Choose a tag to compare

IHCClient.enable_runtime_notifications now take an array of resource id and a new IHCClient.enable_runtime_notification has been added for a single id.
IHCController.add_notify_event has a new parameter delayed (default False), when set the enable notify request will be done delayed from the notification thread.
The old IHCClient.enable_runtime_notifications had a bug - the soap action name was not set correctly, but it looks like the IHC controller did not care, so it was actually working anyway

2.0.1

19 Nov 10:45
Compare
Choose a tag to compare

More pylint fixes Disconnect method -> disconnect

2.0.0

18 Nov 15:09
Compare
Choose a tag to compare
  • Renamed class methods to make pylint happy (You will have to do similar rename in your change old code)
  • The connection has been separated from the soap client.
  • A pycurl connection class is available to make ssl connection to the controller. See example

1.0.4

04 Nov 08:12
Compare
Choose a tag to compare

Pylint fixes and GetProject will now wait for controller state to be ready

1.0.3

02 Nov 20:21
Compare
Choose a tag to compare

Added GetState and WaitForControllerStateChange

1.0.2

24 Oct 17:25
Compare
Choose a tag to compare

First release for PyPi