Skip to content

Releases: akka/akka-grpc

Akka gRPC 1.0.0-M1

15 May 08:54
a6e5b99
Compare
Choose a tag to compare

Changes

sbt

  • Avoid shipping classes already in scalapb-runtime #943 by @raboof

Project infrastructure

  • Add sonatype staging for scripted tests #944 by @raboof
  • Adds a scripted tests which uses Akka 2.6.x #906 by @ignasi35
  • Build: disable MiMa instead of fail-no-previous #909 by @ennru

Updates

Akka gRPC 0.8.4

03 Apr 11:39
817aa17
Compare
Choose a tag to compare

Changes

  • Extract classic actor system via helper; improve generated API docs #904 by @ennru

Updates

Akka gRPC 0.8.3

02 Apr 14:31
d39b7f5
Compare
Choose a tag to compare

Changes

  • Use correct service-name when using static service-discovery mechanism #899 by @fredfp

sbt

  • bump sbt-protoc & fix compatibility with other sbt-protoc plugins #896 by @bjaglin

Updates

Akka gRPC 0.8.2

31 Mar 09:59
32a734e
Compare
Choose a tag to compare

Changes

  • Fix isDefinedAt bug in concatOrNotFound #888 by @raboof
  • fix non-nullary method overrides nullary method #889 by @enzief
  • Simplifying and removing excess allocations for CamelCasing #882 by @viktorklang
  • Docs: link to Akka Discovery and Management #891 by @ennru
  • Set the apiURL for pom.xml correctly #890 by @ennru

Gradle

Maven

  • Added ability to specify the protoc version #885 by @dotbg

sbt

  • Less Materializer in the API #824 by @raboof
  • Use 'protobuf-src' introduced in sbt-protoc 0.99.29 #883 by @raboof

Updates

  • Use 'protobuf-src' introduced in sbt-protoc 0.99.29 #883 by @raboof

Akka gRPC 0.8.1

20 Mar 10:36
9285579
Compare
Choose a tag to compare

Changes

  • Server reflection: support service/message definitions across files #874 by @bjaglin
  • Correctly deal with conflicting class names #877 by @raboof
  • Update MiMa #868 by @raboof

Maven

sbt

  • Codegen: fallback to protobuf package when no java_package is defined #873 by @bjaglin
  • Don't generate code for external proto's by default #878 by @raboof

Updates

Akka gRPC 0.8.0

12 Mar 16:10
cd7a4d0
Compare
Choose a tag to compare

This is the full list of changes in 0.8.0 - for background and highlights see the release announcement

Changes

Server side

Gradle

  • Update grpc-core, grpc-interop-testing, ... to 1.28.0 #860 by @scala-steward
  • Clarify we don't support loading proto's from artifacts outside sbt #764 by @raboof

Maven

  • Clarify we don't support loading proto's from artifacts outside sbt #764 by @raboof

sbt

Updates

Akka gRPC 0.7.3

06 Dec 18:16
d7c45fe
Compare
Choose a tag to compare

Changes

Updates

Akka gRPC 0.7.2

06 Dec 11:31
Compare
Choose a tag to compare

Changes

Akka gRPC 0.7.1

12 Aug 08:47
Compare
Choose a tag to compare

Changes

  • Don't preprend . to service name if package not set #650 by @chbatey
  • update akkaGrpcCodeGeneratorSettings possible values #651 by @bjaglin
  • prevent closing comment early by ensure heading whitespace #653 by @bjaglin
  • Enable flat_package as default in maven plugin. #645 by @tz70s
  • Fix #636 by publishing bat scripts for Windows #644 by @mlangc
  • #635 akka grpc gradle plugin: compatibility with JDK8 #637 by @lukasito

Project infrastructure

Updates

0.7.0

17 Jul 14:43
455a101
Compare
Choose a tag to compare

An overview of changes in this release can be found in the milestone, but notable changes include: