Skip to content

Releases: arduino/iot-client-py

v3.0.0

28 Oct 08:07
Compare
Choose a tag to compare

Updated client generation framework to openapi-generator v7.9.0.
NOTE: this update include changes in DTO structure. Please check examples and README for examples and more info.

v2.0.1

31 Jan 14:32
d73d4b9
Compare
Choose a tag to compare

Update clients aligning to latest iot-api functionalities:

  • Thing clone
  • Dashboard clone
  • Fixed /properties endpoint x-organization header support

v2.0.0

25 Sep 08:08
0ff3634
Compare
Choose a tag to compare
  • [Breaking change] The client has been regenerated with Open Api Generator v7.0.0

v1.4.4

26 Jan 09:48
a8751ba
Compare
Choose a tag to compare
  • Now, creating a device, a connection_type parameter could be set. It allows selecting the device connectivity when more than one option is available
  • Now the organization id could be used to create a Lora device

v1.4.3

01 Dec 14:08
b973ded
Compare
Choose a tag to compare
  • Fixed a problem related to the directory where the code was generated that caused a misalignment between the APIs described in the documentation and the APIs actually used by the client
  • Disabled client-side validations that caused exceptions to be raised even in cases where the response was obtained correctly (eg. for required and nullable parameters)

v1.4.2

03 Aug 14:29
8104e2e
Compare
Choose a tag to compare

Update client to latest API version

v1.3.2

14 May 11:29
8e02e3b
Compare
Choose a tag to compare
Setup smoke test using example (#39)

* Add idea metadata folder in gitignore

* Add smoke test using python client example

* Remove duplicated pip install

* Remove pip freeze

* Remove client debug

v1.3.0

12 May 10:50
72c8eaa
Compare
Choose a tag to compare
Regenerate client from commit 6a8984f of spec repo (#35)

Co-authored-by: ArduinoBot <[email protected]>

v1.0.1

07 Nov 10:00
Compare
Choose a tag to compare

v1.0.0

07 Nov 09:37
Compare
Choose a tag to compare
  • First release