v0.40.0
Added
- Added
NetworkError
andNetworkTimeoutError
exceptions classes to indicate network related errors in grpc calls.
Changed
- Dropped support for
protobuf v5
and below, minimum supported version is nowprotobuf>=6
.
Fixed
tilebox-workflows
: Fix opentelemetry logging and tracing initialization on Windows, which was relying onos.uname
,
a stdlib function that does not exist on Windows python SDKs.