Skip to content

Releases: firstof9/python-openevse-http

0.1.74

06 Feb 17:45
c7f638b
Compare
Choose a tag to compare

What’s Changed

  • #415 - fix: shaper_current_power from int to float (@KipK)
  • #414 - build(deps): bump mypy from 1.14.1 to 1.15.0 (@dependabot)

0.1.73

05 Feb 23:02
5cd3b15
Compare
Choose a tag to compare

What’s Changed

0.1.72

03 Feb 21:06
a676895
Compare
Choose a tag to compare

What’s Changed

  • #406 - fix: use existing override and limits when setting new ones (@firstof9)
  • #411 - build(deps): bump black from 24.10.0 to 25.1.0 (@dependabot)

0.1.71

29 Jan 17:14
37a9ace
Compare
Choose a tag to compare

What’s Changed

0.1.70

12 Jan 23:44
aaa4d28
Compare
Choose a tag to compare

What’s Changed

  • #405 - feat: return better messages from websocket handler (@firstof9)

0.1.69

09 Jan 18:27
3fa2153
Compare
Choose a tag to compare

What’s Changed

0.1.68

09 Jan 17:18
1c7f795
Compare
Choose a tag to compare

What’s Changed

  • #403 - fix: attempt to add ping/pong timeout logic to websocket (@firstof9)

0.1.67

03 Jan 21:48
ae2095d
Compare
Choose a tag to compare

What’s Changed

  • #402 - fix: fix asyncio task scheduling for websocket ping (@firstof9)

0.1.66

03 Jan 18:53
2853f57
Compare
Choose a tag to compare

What’s Changed

0.1.65

19 Nov 16:37
62b2ed7
Compare
Choose a tag to compare

What’s Changed

  • #392 - feat: check if callback is async or sync then call it properly (@firstof9)