Skip to content

Releases: arduino/arduino-iot-cloud-py

v0.0.8

24 Jul 15:36
9ac4199
Compare
Choose a tag to compare

🪄 Changelog:

  • misc: Add micropython test.
  • misc: Add client workflow.
  • misc: Update linter workflow.
  • ucloud: Allow passing device id, username and password as strings.
  • ucloud: Fix asyncio imports to support recent upstream changes.
  • ucloud: Fix task complete exception log level.

v0.0.7

27 Apr 11:05
628a86f
Compare
Choose a tag to compare

🪄 Changelog:

  • examples: Update examples.
  • ussl: Fix basic authentication mode on Linux.

v0.0.6

12 Apr 09:58
02aec9e
Compare
Choose a tag to compare

🪄 Changelog:

  • misc: Rename AIOTClient and AIOTObject classes.
  • misc: Add package file for mip installation.
  • misc: Add missing m2crypto dependency.
  • misc: Fix PyPi license classifier.

v0.0.5

08 Mar 13:59
163e78b
Compare
Choose a tag to compare

🪄 Changelog:

  • misc: Add package dependencies.
  • misc: Restructure repo for publishing.
  • ucloud: Update senml module name.
  • ucloud: Update module imports.
  • docs: Update README.md.
  • examples: Update comments, user function.
  • ucloud: Update client API.
  • examples: Fix clight data type.
  • examples: Fix wlan config log to work with the new logger.
  • ucloud: Add args to configure ntptime timeout and server.
  • examples: Import SSID/key from secrets.py.
  • examples: Update WiFi connect code.
  • All: Update license.
  • All: Update license.
  • ucloud: Add workaround for int/float conversion bug.
  • ussl: Fix default libpkcs11.so path.
  • umqtt: Make umqtt socket non-blocking by default.
  • ucloud: Restart MQTT tasks on disconnects.
  • examples: Update WiFi connect code.
  • ucloud: Fix default URL to work with Nina firmware.
  • umqtt: Fix order of imports.
  • ntptime: Remove local ntptime module.
  • examples: Update MicroPython example.
  • ucloud: Add Arduino root CA data.
  • ussl: Add and check cert_reqs arg.
  • examples: Update MicroPython example device ID.
  • ucloud: Load root CA file from DER for MicroPython.

v0.0.2

07 Oct 09:10
522e3a4
Compare
Choose a tag to compare

🪄 Changelog:

  • ucloud: Subscribe to device topic with QoS 1.
  • ucloud: Update QoS settings.
  • examples: Update device ID.
  • ucloud: Set updated flag on update and init to push the initial values.
  • ucloud: Switch default servers URL to production servers.
  • ucloud: Set default server/port based on auth type.
  • example: Add server and port parameters to connect using username and password
  • umqtt: Check if socket is None before trying to close it.
  • examples: Add separate example for MicroPython.
  • ucloud: Support loading DER key/cert from path passed in ssl_params.
  • ucloud: Fix compatibility with MicroPython.
  • ucloud: Update logging messages and levels.
  • ucloud: Allow None sub-records in init values.
  • ucloud: Fix default ssl_params value.
  • ucloud: Simplify the build_dict and add_to_pack logic.
  • ucloud: Fix set/get attr compatibility issue with CPython/MicroPython.
  • ucloud: Fix set/get attr to work with MicroPython.
  • all: Rename python package.

v0.0.1

18 Jul 16:56
Compare
Choose a tag to compare
  • no changes