Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Apr 22:34
· 9 commits to main since this release
v0.3.0
fcb4901

What's Changed

  • Add full protobuf extension support by @iainmcgin in #3
  • fix: add leading space to generated field doc comments by @alexchenai in #5
  • Add protobuf source comment support to generated Rust code by @macalinao in #7
  • Switch CLA action to Node 24 fork by @iainmcgin in #10
  • Extract descriptor types into buffa-descriptor crate by @iainmcgin in #8
  • Bump CLA action to v2.7.1 (false-failure fix) by @iainmcgin in #18
  • Add timeout-minutes to all workflow jobs by @iainmcgin in #19
  • Extract MAX_FIELD_NUMBER constant by @iainmcgin in #21
  • Skip synthetic oneofs in nested type collision check by @iainmcgin in #20
  • Emit Self in generated code for clippy::use_self compliance by @adamnemecek in #15
  • Use write-if-changed pattern in buffa-build to avoid unnecessary recompilation by @fanyang89 in #17
  • Add textproto (text format) encoding and decoding by @iainmcgin in #6
  • Sanitize proto comments for rustdoc in generated code by @iainmcgin in #25
  • Prepare v0.3.0 release by @iainmcgin in #24

New Contributors

Full Changelog: v0.2.0...v0.3.0