·
2 commits
to refs/heads/main
since this release
π New features and improvements
- Rewrite META-INF/services in standalone jar to avoid ServiceLoader ServiceConfigurationErrors (#138) @markdingram
- feat: allow injection of additional interceptors. (#154) @RafeArnold
- (fix) add support for binary headers (#153) @iankurrathi
π Documentation
- Revise the doc to clearly indicate the exact supported extensions for descriptor files (#139) @n4b1lb
π¦ Dependency updates
- Bump org.junit:junit-bom from 5.11.4 to 5.12.1 (#150) @dependabot
- Bump versions.grpc from 1.70.0 to 1.71.0 (#145) @dependabot
- Bump versions.wiremock from 3.11.0 to 3.12.1 (#144) @dependabot
- Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#142) @dependabot
- Bump versions.wiremock from 3.10.0 to 3.11.0 (#136) @dependabot
- Bump versions.protobuf from 3.25.5 to 3.25.6 (#135) @dependabot
- Bump versions.grpc from 1.69.1 to 1.70.0 (#133) @dependabot
- Bump versions.grpc from 1.69.0 to 1.69.1 (#132) @dependabot
- Bump versions.grpc from 1.68.2 to 1.69.0 (#125) @dependabot
- Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#127) @dependabot
- Bump com.diffplug.spotless from 6.25.0 to 7.0.2 (#131) @dependabot
β Other changes
- actions/cache@v1 is now deprecated so update to v4 (#151) @leeturner