Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 15 May 23:35
· 38 commits to main since this release
v0.6.0
fe90fd4

What's Changed

  • docs: indicate that claude has friends by @iainmcgin in #109
  • fix(buffa): re-export serde_json so extension JSON deserialize compiles without a direct consumer dep by @iainmcgin in #112
  • view: impl Serialize for generated view types (#83) by @tejas-dharani in #106
  • fix(buffa-codegen): omit empty ancillary content files by @yordis in #107
  • feat(buffa-codegen): file-level extern path routing for descriptor.proto by @iainmcgin in #114
  • fix(buffa): closed-enum JSON helpers decode via Enumeration, not Deserialize by @iainmcgin in #115
  • docs: document published BSR plugin and add bsr-quickstart example by @iainmcgin in #116
  • feat(buffa-codegen): gate generated json/views/text impls on crate features by @iainmcgin in #117
  • feat(buffa-descriptor): regen with views/json/text/arbitrary behind crate features by @iainmcgin in #118
  • feat(buffa): add MessageFullName trait by @yordis in #108
  • build: enable lto + codegen-units=1 for release profile by @iainmcgin in #85
  • codegen: add with_* builder-style setter methods for explicit-presence fields (#30) by @tejas-dharani in #93
  • build: expose gate_impls_on_crate_features in buffa-build and protoc-gen-buffa by @iainmcgin in #119
  • release: bump workspace to 0.6.0, finalize changelog and docs by @iainmcgin in #124

New Contributors

Full Changelog: v0.5.2...v0.6.0