Skip to content

protobuf-3.1.0

Compare
Choose a tag to compare
@osa1 osa1 released this 14 Aug 11:25
· 34 commits to master since this release
a852ba4
  • CodedBufferReader readBytes now copies the returned bytes to avoid accidental sharing of the input buffer with the returned Uint8List. New member readBytesAsView added with the old behavior. (#863)

  • Avoid sharing the input buffer in unknown length-delimited fields using the new readBytes. (#863)