Recent Releases of tinkerforge-async

tinkerforge-async - 1.6.2

What's Changed

  • Add sid for edge counter by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/17

Full Changelog: https://github.com/PatrickBaus/tinkerforge_async/compare/1.6.1...1.6.2

- Python
Published by PatrickBaus 11 months ago

tinkerforge-async - 1.6.1

What's Changed

  • Update deprecated pyproject.toml to latest specification by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/14
  • Bump python to 3.13 for the CI by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/15
  • Bump version to 1.6.1 by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/16

Full Changelog: https://github.com/PatrickBaus/tinkerforge_async/compare/1.6.0...1.6.1

- Python
Published by PatrickBaus about 1 year ago

tinkerforge-async - 1.6.0

What's Changed

  • Updated pre-commit hooks by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/7
  • Updated pylint rules to match latest ruleset by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/8
  • Fixed typos in EventBus documentation by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/10
  • Added edge counter feature to the IO-4 v2 bricklet by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/9
  • Bump version to 1.6.0 by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/11
  • Fixed IO-16 invalid port masks. by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/12
  • Updated readme for the new edge counter function by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/13

Full Changelog: https://github.com/PatrickBaus/tinkerforge_async/compare/1.5.3...1.6.0

- Python
Published by PatrickBaus about 1 year ago

tinkerforge-async - Release of version 1.5.3

What's Changed

  • Fix module name by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/6

Full Changelog: https://github.com/PatrickBaus/tinkerforge_async/compare/1.5.2...1.5.3

- Python
Published by PatrickBaus almost 2 years ago

tinkerforge-async - Release of version 1.5.2

Hotfix for crash when calling BrickletThermocoupleV2.set_callback_configuration()

Full Changelog: https://github.com/PatrickBaus/tinkerforge_async/compare/1.5.1...1.5.2

- Python
Published by PatrickBaus almost 2 years ago

tinkerforge-async - Release of version 1.5.1

What's Changed

  • Add thermocouple bricklet by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/5

Full Changelog: https://github.com/PatrickBaus/tinkerforge_async/compare/1.5.0...1.5.1

- Python
Published by PatrickBaus almost 2 years ago

tinkerforge-async - 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 with devices.SimpleCallbackConfiguration
  • Replaced bricklet_io4_v2.GetAllInputValueCallbackConfiguration with devices.SimpleCallbackConfiguration

What's Changed

  • [gha] Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/PatrickBaus/tinkerforge_async/pull/2
  • [gha] Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in https://github.com/PatrickBaus/tinkerforge_async/pull/3
  • Add isolator bricklet by @PatrickBaus in https://github.com/PatrickBaus/tinkerforge_async/pull/4

New Contributors

  • @dependabot made their first contribution in https://github.com/PatrickBaus/tinkerforge_async/pull/2
  • @PatrickBaus made their first contribution in https://github.com/PatrickBaus/tinkerforge_async/pull/4

Full Changelog: https://github.com/PatrickBaus/tinkerforge_async/compare/v1.4.3...1.5.0

- Python
Published by PatrickBaus almost 2 years ago

tinkerforge-async - Release of version 1.4.3

Updated documentation

- Python
Published by PatrickBaus over 2 years ago

tinkerforge-async - Release of version 1.4.2

Major code reworking. Check the examples.

- Python
Published by PatrickBaus almost 4 years ago

tinkerforge-async - 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.

- Python
Published by PatrickBaus almost 5 years ago

tinkerforge-async - Release of version 1.1.2

Added Industrial PTC bricklet

- Python
Published by PatrickBaus almost 5 years ago

tinkerforge-async - 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

- Python
Published by PatrickBaus about 5 years ago

tinkerforge-async - Initial Release

This is the initial release

- Python
Published by PatrickBaus over 5 years ago