Skip to content

Latest commit

 

History

History
144 lines (89 loc) · 2.98 KB

File metadata and controls

144 lines (89 loc) · 2.98 KB

Angus python SDK - Release Note v0.0.15

Bug fixed

  • Fix compatibility with Python 3

Features added

  • New process_async method to process job asynchronously on the client side

Deprecation

  • The callback parameter in the process method has been deprecated, use process_async

method instead

Angus python SDK - Release Note v0.0.14

Bug fixed

  • Fix the bad angus namespace design

Features added

  • Looking for a local config.json file before using the global one.

Deprecation

  • All the client SDK is now in angus.client module. Please use angus.client.connect() instead of angus.connect()

Angus python SDK - Release Note v0.0.13

Bug fixed

  • Relieve constraints on requests dependency

Angus python SDK - Release Note v0.0.12

Bug fixed

  • Typo in default configuration loader

Angus python SDK - Release Note v0.0.11

Bug fixed

  • Update support information

Features added

  • Add global timeout for a connection
  • Enable mjpeg streaming

Angus python SDK - Release Note v0.0.10

Bug fixed

  • angusme is now working properly when called for the first time

Features added

  • None

Angus python SDK - Release Note v0.0.9

Bug fixed

  • it is now possible to use sessions and composite services

Features added

  • enabling client side asynchronous calls
  • it is now easier to set credentials programmatically

Angus python SDK - Release Note v0.0.8

Bug fixed

  • None

Features added

  • angusme enable gateway modification

Angus python SDK - Release Note v0.0.7

Bug fixed

  • Fixed Python 3 compatibility of composite calls.
  • When using composites, return json is now much simpler.

Features added

  • Parameters initially passed in process() can now be passed in enable_session().
  • Add a test function in angusme to check sucessful SDK installation.

Angus python SDK - Release Note v0.0.6

Bug fixed

  • Raising an exception when the service called does not exist.
  • Raising an exception when the sdk is not correctly configured.

Features added

  • The sdk is now Python 3 compatible.
  • It is now possible to call multiple services in one call (see Composite services)
  • It is now possible to make multiple calls inside a session (see Working with a session).