AkkaGRPC v0.8.0 Release Notes

Release Date: 2020-03-12 // about 4 years ago
  • ๐Ÿš€ This is the full list of changes in 0.8.0 - for background and highlights see the release announcement

    ๐Ÿ”„ Changes

    • Mark more API's internal or ApiMayChange #864 by @raboof
    • โฑ Widen AkkaDiscoveryNameResolverProviderSpec timeout #862 by @raboof
    • โœ‚ Remove gradle wrapper from the benchmark-java project #855 by @ignasi35
    • Don't generate unidoc for codegen projects #861 by @raboof
    • โœ‚ Remove unused values #847 by @raboof
    • Autolabel more things #856 by @ennru
    • โšก๏ธ Update org.eclipse.jgit to 5.7.0.202003090808-r #858 by @scala-steward
    • โž• Add automatic JPMS name to runtime jar #857 by @ennru
    • โšก๏ธ Update scalapb to 0.10.1 #736 by @raboof
    • ๐Ÿ”— Link to Server Reflection experimental issue #851 by @ennru
    • ๐Ÿ“„ Docs: small fixes #848 by @ennru
    • Simplify ClientState #843 by @raboof
    • โฑ Widen AkkaDiscoveryNameResolverSpec timeout #846 by @raboof
    • Document binary compatibility #842 by @raboof
    • โž• Add server reflection to 'combined' test server #834 by @raboof
    • โž• Adding support for custom headers #577 #838 by @drmontgomery
    • ๐Ÿ”Œ Plug Akka Discovery into the grpc-java NameResolver #811 by @raboof
    • ๐Ÿ”Œ Don't generate unidoc for the sbt plugin #837 by @raboof
    • Document status codes #825 by @raboof
    • ๐Ÿ“„ Docs: configure creating Scaladoc #828 by @ennru
    • โœ… CI: coloured output; latest JDKs #818 by @ennru
    • ๐Ÿ”จ Refactoring monitor channel #785 by @tayvs
    • โž• Add note about ALPN agent #812 by @Parth
    • โš  Fatal Scala warnings #799 by @raboof
    • ๐Ÿ“„ Docs: add project info #815 by @ennru
    • ๐Ÿ“„ Docs: link to guides on Lightbend Tech Hub #816 by @ennru
    • Document client-side load balancing #810 by @raboof
    • โšก๏ธ Update protobuf gradle plugin to 0.8.11, require gradle 5.6.4 #797 by @lukasito
    • More patience in GrpcExceptionHandlerSpec #795 by @raboof
    • Server Reflection #654 by @raboof
    • ๐Ÿš€ Deploy docs #789 by @raboof
    • โšก๏ธ Update the build #788 by @raboof
    • Return INVALID_ARGUMENT when no parameter is found #779 by @raboof
    • โž• Add an 'updates' section in release-drafter #783 by @raboof
    • โž• Add coursier cache #782 by @raboof
    • โšก๏ธ Update copyright to 2020 #778 by @raboof
    • โœ‚ Remove sbt-git dependency #773 by @raboof
    • โž• Add mima #767 by @raboof
    • ๐Ÿ‘‰ Make sure akka-grpc can be cross-built #766 by @raboof
    • โœ‚ Remove explicit dependencies on ssl-config and config #731 #763 by @raboof

    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

    • โšก๏ธ Update grpc-core, grpc-interop-testing, ... to 1.28.0 #860 by @scala-steward

    โšก๏ธ Updates