Releases: PatrickBaus/tinkerforge_async
Releases · PatrickBaus/tinkerforge_async
Release of version 1.5.3
Release of version 1.5.2
Hotfix for crash when calling BrickletThermocoupleV2.set_callback_configuration()
Full Changelog: 1.5.1...1.5.2
Release of version 1.5.1
Release of version 1.5.0
This release adds the isolator bricklet.
There are some small breaking changes:
- Moved
GetSPITFPBaudrateConfig
to devices class - Replaced
bricklet_industrial_dual_analog_in_v2.GetAllVoltagesCallbackConfiguration
withdevices.SimpleCallbackConfiguration
- Replaced
bricklet_io4_v2.GetAllInputValueCallbackConfiguration
withdevices.SimpleCallbackConfiguration
What's Changed
- [gha] Bump actions/setup-python from 4 to 5 by @dependabot in #2
- [gha] Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #3
- Add isolator bricklet by @PatrickBaus in #4
New Contributors
- @dependabot made their first contribution in #2
- @PatrickBaus made their first contribution in #4
Full Changelog: v1.4.3...1.5.0
Release of version 1.4.3
Updated documentation
Release of version 1.4.2
Major code reworking.
Check the examples.
Release of version 1.2.0
Updated the disconnect()
function to properly clean up the connection even during a connection attempt.
Change in behaviour:
The connection parameters will now only be saved if a new connection attempt is made.
Release of version 1.1.2
Added Industrial PTC bricklet
Release of version 1.1.0
Renamed to module to tinkerforge_async and made setup files available.
Added support for the following bricklets:
- Barometer 2.0
- IO-4 2.0
Initial Release
This is the initial release