Skip to content

Releases: playframework/play-grpc

Play gRPC 0.12.2

18 Jun 21:45
0.12.2
e7f591f
Compare
Choose a tag to compare

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play gRPC 0.11.1

18 Jun 21:45
0.11.1
d0a3bc1
Compare
Choose a tag to compare

Noteworthy

  • #518 [0.11.x] Activate Scala 3 by using "provided" BSL Akka libraries by @mkurz
    • Supports Scala 3 with Akka >= 2.7.0 and Akka HTTP >= 10.5.0 (be aware these are licenced under the BSL)
      • Play gRPC 0.11.x does not pull in these BSL licensed dependencies out of the box, they are marked as provided. You have to add them yourself. See this comment for more details.
      • Make sure you set PlayKeys.akkaHttpScala3Artifacts := true in build.sbt
      • If you use Scala 2.13, nothing changes, by default Akka 2.6.x and Akka HTTP 10.2.x will be used.

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play gRPC 0.12.1

09 Jan 14:57
0.12.1
e435616
Compare
Choose a tag to compare

Noteworthy

This releases fixes

  • #468 ALPN must be enabled and list HTTP/2 as a supported protocol

thanks to

  • #494 Upgrade pekko-grpc to 1.0.2

which includes following noteworthy fix:

Thanks @ihostage and @sentenza!

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play gRPC 0.12.0

22 Dec 11:28
0.12.0
e43b872
Compare
Choose a tag to compare

Noteworthy

  • Supports Play 3.0 with Pekko.
  • Supports Scala 3.
  • With version 0.12.0 the groupId changed from com.typesafe.play to org.playframework.

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play gRPC 0.11.0

22 Dec 11:20
0.11.0
e09b730
Compare
Choose a tag to compare

Noteworthy

Supports Play 2.9 but does not provide Scala 3 artifacts, because of #498 (comment). We can ship Scala 3 support in a 0.11.x patch release if desired, but this requires newer akka-grpc releases that fall under the BSL. So, if you need Scala 3 support for play-grpc 0.11.x please let us know. Donations to our Open Collective fund are welcome of course 😉
Also be aware this release depends on sbt-akka-grpc version 2.1.5 and not 2.1.6 because of the ALPN problem, see #407.

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play gRPC 0.10.0

19 Dec 17:10
Compare
Choose a tag to compare

Noteworthy

  • Supports Play 2.8.
  • With version 0.10.0 the groupId changed from com.lightbend.play to com.typesafe.play.

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play/Lagom gRPC 0.9.1

25 Sep 10:10
0f0ff72
Compare
Choose a tag to compare

Changes

  • fix router using actions template and add tests #296 by @drZoid

Updates

0.8.3

03 Sep 09:30
2c57afe
Compare
Choose a tag to compare
  • fix router using actions template and add tests #294 by @drZoid

Play/Lagom gRPC 0.9.0

24 Aug 13:47
d85c904
Compare
Choose a tag to compare

Changes

The main change in this version is the update to Akka gRPC 1.0.0 #264

Project infrastructure

Updates

v0.8.2

03 Apr 14:10
f383422
Compare
Choose a tag to compare