What version of protobuf and what language are you using?
Version: v4.31.0 -> 5.34.0
Language: PHP
There was no communicated deprecation of Google\Protobuf\Internal\RepeatedField when 4.31.0 was released for PHP in release notes, which makes the removal of it in only 3 releases after that quite a shock. It would be extremely helpful to update the 4.31 release notes to mention it and in 5.34 mention 4.31 as the intermediary version which has both types so that people know they should:
- Update to a protobuf package version that is
>=4.31, <=4.33
- Regenerate all protos
- Remove all manual references to
Google\Protobuf\Internal\RepeatedField and update to Google\Protobuf\RepeatedField
- Upgrade to 5.34