Skip to content

Releases: 2Fake/devolo_plc_api

v1.5.1

14 Apr 18:18
6573097

Choose a tag to compare

Changed

  • Allow older versions of tenacity for compatibility reasons

v1.5.0

13 Apr 18:09
bb39a35

Choose a tag to compare

Added

  • Retry mechanism for timed-out connections
  • Use SPDX license identifier for project metadata

Changed

  • Drop support for Python 3.8

v1.4.1

14 Sep 06:28
8c7e24a

Choose a tag to compare

Fixed

  • Increase timeout of async_check_firmware_available to handle unknown errors gracefully

v1.4.0

26 Jul 06:59
fe05f51

Choose a tag to compare

Added

  • Generate QR codes from wifi guest settings
  • Make use of zeroconf unicast requests to be able to respond across subnets

v1.3.2

13 Jul 19:54
fcbf61b

Choose a tag to compare

Fixed

  • Frequently connecting to an offline device lead to a memory leak

v1.3.1

12 May 13:37
a10ac1c

Choose a tag to compare

Fixed

  • Reduce zeroconf traffic

v1.3.0

13 Apr 13:14
edfaec6

Choose a tag to compare

Added

  • Get MultiAP information from the device

Fixed

  • The event loop got closed to early when disconnecting from a device synchronously.

v1.2.0

17 Feb 12:25
8172357

Choose a tag to compare

Added

  • Support for devices with password protected PLCNET API

Thanks

  • Thanks to @ktn001 for fixing issues in our documentation

v1.1.0

24 Jan 09:37
59ba047

Choose a tag to compare

Added

  • Get support information from the device

v1.0.0

05 Jan 07:38
2e4207f

Choose a tag to compare

Changed

  • BREAKING: The results are now dataclass-like objects. Please have a look at our examples to see, how migration works.