Breaking Changes
The internal
package has been removed. The APIs exposed in internal
were never considered to be public, but were nonetheless possible for external packages to import. This is no longer possible. If you were relying on an API that was exposed via internal
, please file an issue.
What's Changed
- Makefile: add GRADLE argument by @jchadwick-buf in #218
- Update Buf logo in README by @smallsamantha in #219
- Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by @dependabot in #224
- Update proto generated code to match runtime version by @pkwarren in #231
- Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.2 by @dependabot in #228, #234
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.3 by @dependabot in #220, #225, #232
- Refactor the API for v1 by @jchadwick-buf in #226
- Add URN validation to URI rule by @smaye81 in #236
- Remove support for deprecated options by @jchadwick-buf in #235
- Bump com.uber.nullaway:nullaway from 0.12.1 to 0.12.4 by @dependabot in #217, #227, #239
- Bump maven-publish from 0.30.0 to 0.31.0 by @dependabot in #242
- Bump com.google.protobuf:protobuf-java from 4.28.3 to 4.30.1 by @dependabot in #216, #222, #230, #243
- Bump build.buf:buf from 1.47.2 to 1.50.1 by @dependabot in #221, #229, #233, #245
- Fix custom predefined rules with repeated nested message values by @jrinehart-buf in #246
- Bump org.junit:junit-bom from 5.11.3 to 5.12.1 by @dependabot in #223, #237, #244
- Update to protovalidate 0.10.3 by @timostamm in #247
New Contributors
- @smallsamantha made their first contribution in #219
- @smaye81 made their first contribution in #236
- @jrinehart-buf made their first contribution in #246
- @timostamm made their first contribution in #247
Full Changelog: v0.5.0...v0.6.0