Skip to content

protons-10.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 07:16
· 11 commits to main since this release

protons-v10.0.0 (2026-09-18)

⚠ BREAKING CHANGES

  • non-string/byte scalar fields are now packed by default in proto3 or later files as per the protobuf spec - annotate fields with [features.repeated_field_encoding=EXPANDED] for the previous behavior
  • definitions will need to be regenerated

Features