Skip to content

Releases: ylabonte/proconip-pypi

Release v1.4.7

07 Sep 02:50
Compare
Choose a tag to compare

What's Changed

  • Code refactoring
  • Unification of exception handling
  • Bump setuptools from 73.0.1 to 74.0.0 by @dependabot in #23
  • Bump yarl from 1.9.4 to 1.10.0 by @dependabot in #29
  • Bump setuptools from 74.0.0 to 74.1.2 by @dependabot in #28

Full Changelog: v1.4.6...v1.4.7

Release v1.4.6

24 Aug 19:22
85883f3
Compare
Choose a tag to compare

Bugfix release, fixing the incomplete Content-Type header.

Full Changelog: v1.4.5...v1.4.6

Release v1.4.5

24 Aug 01:26
a01c56f
Compare
Choose a tag to compare

What's Changed

  • Add appropriate Content-Type header for post requests
  • Fix some typing hints
  • Bump aiohttp from 3.10.4 to 3.10.5 by @dependabot in #21
  • Bump setuptools from 72.2.0 to 73.0.1 by @dependabot in #22

Full Changelog: v1.4.4...v1.4.5

Release v1.4.4

20 Aug 00:01
160b893
Compare
Choose a tag to compare

Yet another fix for the dmx post data conversion. 😓

Full Changelog: v1.4.3...v1.4.4

Release v1.4.3

19 Aug 23:47
f7f3000
Compare
Choose a tag to compare

What's Changed

  • Fix new async_get_raw_dmx() and async_get_dmx() methods.
  • Fix new GetDmxData.post_data property.
  • Bump aiohttp from 3.10.3 to 3.10.4 by @dependabot in #19

Full Changelog: v1.4.1...v1.4.3

Release v1.4.1

18 Aug 16:52
98e0fa0
Compare
Choose a tag to compare

Update dependencies.

What's Changed

Full Changelog: v1.4.0...v1.4.1

Release v1.4.0

23 Jun 22:40
89df795
Compare
Choose a tag to compare

Introduce new API class DmxControl with three methods:

  • async_get_raw_dmx() to get the raw body string of the '/GetDmx.csv'.
  • async_get_dmx() to get structured DMX channel states.
  • async_set() to set DMX channel states.

Release v1.3.1

09 May 20:46
739eae1
Compare
Choose a tag to compare

This update adds a dedicated api.TimeoutException, raised in case of connection timeouts.

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

15 Aug 23:25
d201355
Compare
Choose a tag to compare

Add GetStateData.get_relays() to get all available Relay instances

Release v1.2.7

04 Jul 01:43
529006e
Compare
Choose a tag to compare

Fix value calculation formula.