Skip to content

Releases: Harmony-Libs/aioharmony

v0.4.1

24 Jan 08:59
Compare
Choose a tag to compare

v0.4.1 (2025-01-24)

Bug Fixes

  • Call get_running_loop instead of get_event_loop (#63, e424fe1)

Detailed Changes: v0.4.0...v0.4.1

v0.4.0

24 Jan 05:51
Compare
Choose a tag to compare

v0.4.0 (2025-01-24)

Features


Detailed Changes: v0.3.0...v0.4.0

v0.3.0

24 Jan 05:16
Compare
Choose a tag to compare

v0.3.0 (2025-01-24)

Features

  • Use eager start to callback task on Python 3.12+ (#60, ab912d5)

Detailed Changes: v0.2.14...v0.3.0

v0.2.14

24 Jan 04:53
Compare
Choose a tag to compare

v0.2.14 (2025-01-24)

Bug Fixes


Detailed Changes: v0.2.13...v0.2.14

v0.2.13

24 Jan 04:41
Compare
Choose a tag to compare

v0.2.13 (2025-01-24)

Bug Fixes

  • Ensure cancellation is not swallowed on connect failure and in response handlers (#57, d805a4a)

Detailed Changes: v0.2.12...v0.2.13

v0.2.12

24 Jan 04:25
Compare
Choose a tag to compare

v0.2.12 (2025-01-24)

Bug Fixes

  • Adjust timeout calls to use async context manager to fix compat with async_timeout 5+ (#55, dc96aee)

Detailed Changes: v0.2.11...v0.2.12

v0.2.11

24 Jan 00:48
Compare
Choose a tag to compare

v0.2.11 (2025-01-24)

Bug Fixes

  • Ensure strong references are held to tasks (#50, 36f1f28)

Detailed Changes: v0.2.10...v0.2.11

v0.2.10

16 Mar 21:44
Compare
Choose a tag to compare
  • Fixed:
    • "module asyncio has no attribute coroutine" exception in call_raw_callback function on Python 3.11
  • Changed:
    • Bumped minimum required Python version to 3.9

v0.2.9

10 Jan 14:47
Compare
Choose a tag to compare

Fixed: Fixed exception in Python 3.10 by removing loop parameter (swolix)

v0.2.8

17 Oct 16:52
Compare
Choose a tag to compare

Changed: Get remote_id from Hub without creating websocket connection