Skip to content

v0.14.1

Latest
Compare
Choose a tag to compare
@jhump jhump released this 30 Aug 17:10
· 6 commits to main since this release
4082cf0

What's Changed

Bugfixes changes

  • Fix bug where extension declarations marked as reserved would not allow the full_name or type fields to be specified. This failed to mirror the corresponding rule in the reference compiler protoc, which allows them to be set for documentation purposes. Now these two fields can be used on reserved declarations as long as both are present. By @jhump in #327
  • Fix panic and error-reporting anomalies that can occur when interpreting options in lenient mode via calling either options.InterpretOptionsLenient or options.InterpretUnlinkedOptions. By @jhump in #331

Full Changelog: v0.14.0...v0.14.1