Releases: PatrickBaus/tinkerforge_async
Releases · PatrickBaus/tinkerforge_async
1.6.2
1.6.1
What's Changed
- Update deprecated pyproject.toml to latest specification by @PatrickBaus in #14
- Bump python to 3.13 for the CI by @PatrickBaus in #15
- Bump version to 1.6.1 by @PatrickBaus in #16
Full Changelog: 1.6.0...1.6.1
1.6.0
What's Changed
- Updated pre-commit hooks by @PatrickBaus in #7
- Updated pylint rules to match latest ruleset by @PatrickBaus in #8
- Fixed typos in EventBus documentation by @PatrickBaus in #10
- Added edge counter feature to the IO-4 v2 bricklet by @PatrickBaus in #9
- Bump version to 1.6.0 by @PatrickBaus in #11
- Fixed IO-16 invalid port masks. by @PatrickBaus in #12
- Updated readme for the new edge counter function by @PatrickBaus in #13
Full Changelog: 1.5.3...1.6.0
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
GetSPITFPBaudrateConfigto devices class - Replaced
bricklet_industrial_dual_analog_in_v2.GetAllVoltagesCallbackConfigurationwithdevices.SimpleCallbackConfiguration - Replaced
bricklet_io4_v2.GetAllInputValueCallbackConfigurationwithdevices.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.