- Significant Change
TextFormatDecodingError
has a new error case to got with a recursion limit for TextFormat decoding (add safety found via fuzz testing for potential bogus input trying trigger stack overflow #1132), if you have anyswitch
states on all the cases, this is a breaking change in that you must handle the new case.
- Fixes from fuzz testing:
- Minor Updates