Releases: ylabonte/proconip-pypi
Releases · ylabonte/proconip-pypi
Release v1.4.7
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
Bugfix release, fixing the incomplete Content-Type
header.
Full Changelog: v1.4.5...v1.4.6
Release v1.4.5
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
Yet another fix for the dmx post data conversion. 😓
Full Changelog: v1.4.3...v1.4.4
Release v1.4.3
What's Changed
- Fix new
async_get_raw_dmx()
andasync_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
Update dependencies.
What's Changed
- Bump setuptools from 70.1.0 to 70.1.1 by @dependabot in #5
- Bump setuptools from 70.1.1 to 70.2.0 by @dependabot in #6
- Bump setuptools from 70.2.0 to 71.0.3 by @dependabot in #9
- Bump setuptools from 71.0.3 to 71.1.0 by @dependabot in #10
- Bump setuptools from 71.1.0 to 72.2.0 by @dependabot in #18
- Bump black from 24.4.2 to 24.8.0 by @dependabot in #13
- Bump aiohttp from 3.9.5 to 3.10.3 by @dependabot in #17
Full Changelog: v1.4.0...v1.4.1
Release v1.4.0
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
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
Add GetStateData.get_relays()
to get all available Relay
instances
Release v1.2.7
Fix value calculation formula.