Skip to content

Releases: Blickfeld/blickfeld-scanner-lib

v2.20.6

17 Jan 05:46
Compare
Choose a tag to compare

Changed

  • [closes #43198] Bugfix: When printing a Return message the z 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

21 Sep 07:28
Compare
Choose a tag to compare

Changed

  • [closes #42694] Properly terminate C++ examples on SIGINT

v2.20.4

21 Sep 07:27
Compare
Choose a tag to compare

Changed

  • [closes #42735, refs #41706] Bugfix: Free memory properly on failed connection in constructor

v2.20.3

25 Jul 12:28
Compare
Choose a tag to compare

Changed

  • Bugfix: Add timeout for resolver & connect in C++ implementation

v2.20.2

25 Jul 12:27
Compare
Choose a tag to compare

Changed

  • Bugfix: Fix Python connection clone which is used for SSL communication

v2.20.1

20 Jul 15:56
Compare
Choose a tag to compare

Changed

  • Minor improvements on error descriptions

v2.20.0

20 Jul 15:56
Compare
Choose a tag to compare

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

31 May 13:57
Compare
Choose a tag to compare

Changed

v2.19.6

28 Oct 05:40
Compare
Choose a tag to compare

Changed

  • [refs #32991] Enforce python zeroconf <= 0.32 due to breaking API changes

v2.19.5

10 Jun 13:47
Compare
Choose a tag to compare

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