You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.