Skip to content

Releases: 2Fake/devolo_plc_api

v1.5.1

Choose a tag to compare

@Shutgun Shutgun released this 14 Apr 18:18
6573097

Changed

  • Allow older versions of tenacity for compatibility reasons

v1.5.0

Choose a tag to compare

@Shutgun Shutgun released this 13 Apr 18:09
bb39a35

Added

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

Changed

  • Drop support for Python 3.8

v1.4.1

Choose a tag to compare

@Shutgun Shutgun released this 14 Sep 06:28
8c7e24a

Fixed

  • Increase timeout of async_check_firmware_available to handle unknown errors gracefully

v1.4.0

Choose a tag to compare

@Shutgun Shutgun released this 26 Jul 06:59
fe05f51

Added

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

v1.3.2

Choose a tag to compare

@Shutgun Shutgun released this 13 Jul 19:54
fcbf61b

Fixed

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

v1.3.1

Choose a tag to compare

@Shutgun Shutgun released this 12 May 13:37
a10ac1c

Fixed

  • Reduce zeroconf traffic

v1.3.0

Choose a tag to compare

@Shutgun Shutgun released this 13 Apr 13:14
edfaec6

Added

  • Get MultiAP information from the device

Fixed

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

v1.2.0

Choose a tag to compare

@Shutgun Shutgun released this 17 Feb 12:25
8172357

Added

  • Support for devices with password protected PLCNET API

Thanks

  • Thanks to @ktn001 for fixing issues in our documentation

v1.1.0

Choose a tag to compare

@Shutgun Shutgun released this 24 Jan 09:37
59ba047

Added

  • Get support information from the device

v1.0.0

Choose a tag to compare

@Shutgun Shutgun released this 05 Jan 07:38
2e4207f

Changed

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