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
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
is it possible to upgrade the Protobuf version to 4.2X? The reason I ask is because one of my projects uses Protobuf, and the newest versions provide performance improvements when working with large payloads (which is exactly my usecase).
Currently, the requirement in SignalFX is set to >=3.0.0,<4.21.0 due to issues with 4.21.0 (see #132). The Protobuf version 4.21.0 has been yanked due to different problems with this release. The new versions are supposed to fix these problems.
I understand that 4.2X introduce some breaking changes, so the upgrade needs to be thoroughly tested.