Release Notes (1.1.x)

1.1.0

Release notes for Apache Pekko gRPC 1.1.0. See GitHub Milestone for 1.1.0-M1 and GitHub Milestone for 1.1.0 for a fuller list of changes.

Bug Fixes

  • fix: codegen: java: nested protobuf message types (PR331) (not in 1.1.0-M1)

Additions

  • Support ScalaPB scala3_sources option. (PR222)
  • Publish pekko-grpc-scalapb-protoc-plugin for Scala 2.13 and Scala 3 (PR327) (not in 1.1.0-M1)

Changes

  • Make sure trailers are present in StatusRuntimeException. (PR230)
  • Improve performance of Gzip byte handling. (PR309)

Dependency Changes

Most of the dependency changes are small patch level upgrades. Some exceptions include:

  • grpc-java 1.68.0
  • protobuf-java 3.25.5
  • scalapb 0.11.17
  • Twirl 2.0.7
  • slf4j 2.0.16