Releases: Blickfeld/blickfeld-scanner-lib
Releases · Blickfeld/blickfeld-scanner-lib
v2.20.6
Changed
- [closes #43198] Bugfix: When printing a
Return
message thez
value is displayed correctly - [refs #43331] Disable Python build for Windows external project (install target is not functional) => Please use PIP package
- [refs #43331] Add missing cmake_minimum_required to CMake external example which is requried for recent CMake versions
- [refs #43331] Improve Windows build guide
- Pin debian testing package to bullseye as bookworm is not yet supported
v2.20.5
Changed
- [closes #42694] Properly terminate C++ examples on SIGINT
v2.20.4
Changed
- [closes #42735, refs #41706] Bugfix: Free memory properly on failed connection in constructor
v2.20.3
Changed
- Bugfix: Add timeout for resolver & connect in C++ implementation
v2.20.2
Changed
- Bugfix: Fix Python connection clone which is used for SSL communication
v2.20.1
Changed
- Minor improvements on error descriptions
v2.20.0
Added
- [closes #34915, #40093] Client times out after 30 seconds and throws a ConnectionAbort error. Developers should check the error handling examples.
Changed
- Fix deprecation warnings with newer CMake versions
- Update googletest to latest release
v2.19.7
Changed
- Bugfix: Disable server example if file support is not given
- [refs #37709] Bugfix: Change error "found no suitable protobuf version" to warning as recent Protobuf version fail version check
- Bugfix: Downgrade Protobuf Python package < 4 (https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates)
- Pin debian builds to buster
v2.19.6
Changed
- [refs #32991] Enforce python zeroconf <= 0.32 due to breaking API changes
v2.19.5
Changed
- [refs #30462] Protocol: Add advanced parameter to configure horizontal phase offset
- Bugfix: Enforce Protobuf v3.17.1 in external CMake build due to linking errors in v3.17.2