Skip to content

v0.40.0

Compare
Choose a tag to compare
@lukasbindreiter lukasbindreiter released this 29 Jul 13:37
· 1 commit to main since this release
f54c238

Added

  • Added NetworkError and NetworkTimeoutError exceptions classes to indicate network related errors in grpc calls.

Changed

  • Dropped support for protobuf v5 and below, minimum supported version is now protobuf>=6.

Fixed

  • tilebox-workflows: Fix opentelemetry logging and tracing initialization on Windows, which was relying on os.uname,
    a stdlib function that does not exist on Windows python SDKs.