Releases: playframework/play-grpc
Play gRPC 0.12.2
Changes
- #549 Patch updates by @mkurz
- #543 sbt 1.10.0 (was 1.9.9) by @scala-steward
- #544 Patch updates by @scala-steward
- #536 Bump scalacenter/sbt-dependency-submission from 2 to 3 by @dependabot
- #535 Scala steward more pins by @mkurz
- #531 Patch updates by @scala-steward
- #527 Patch updates by @scala-steward
- #526 sbt-buildinfo 0.12.0 (was 0.11.0) by @scala-steward
- #525 Add prefix to Dependabot commit message / PR title by @mkurz
- #522 Dependabot should upgrade GitHub actions workflows by @mkurz
- #520 Upgrade GitHub action workflows by @mkurz
- #515 Patch updates by @scala-steward
- #514 scalafmt-core 3.8.0 (was 3.7.17) by @scala-steward
- #510 scalatestplus-play 7.0.1 (was 6.0.1) by @scala-steward
❤️ 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
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
inbuild.sbt
- If you use Scala 2.13, nothing changes, by default Akka 2.6.x and Akka HTTP 10.2.x will be used.
- Play gRPC 0.11.x does not pull in these BSL licensed dependencies out of the box, they are marked as
- Supports Scala 3 with Akka >= 2.7.0 and Akka HTTP >= 10.5.0 (be aware these are licenced under the BSL)
Changes
- #552 [0.11.x] Scala Steward: Pin dependencies by @mkurz
- #551 [0.11.x] Patch updates by @mkurz
- #548 [0.11.x] Scala Steward: Pin dependencies by @mkurz
- #546 [0.11.x] sbt 1.10.0 (was 1.9.9) by @scala-steward
- #547 [0.11.x] Patch updates by @scala-steward
- #542 [0.11.x] Do not publish play-grpc-generators project with Scala 3 publish workflow by @mkurz
- #541 [0.11.x] Do not cross publish snapshots by @mkurz
- #540 [0.11.x] make sbt-ci-release work "correctly" by @mkurz
- #539 [0.11.x] Fix publish workflow once more by @mkurz
- #538 [0.11.x] Fix publish workflow by @mkurz
- #518 [0.11.x] Activate Scala 3 by using "provided" BSL Akka libraries by @mkurz
- #537 [0.11.x] Bump scalacenter/sbt-dependency-submission from 2 to 3 by @dependabot
- #534 [0.11.x] More scala-steward pins by @mkurz
- #533 [0.11.x] Patch updates by @scala-steward
- #529 [0.11.x] Patch updates by @scala-steward
- #528 [0.11.x] sbt-buildinfo 0.12.0 (was 0.11.0) by @scala-steward
- #530 Add tag
[0.11.x]
for Steward's pull requests by @ihostage - #521 [0.11.x] Upgrade GitHub action workflows (backport #520) by @mkurz
- #519 [0.11.x] Remove sbt-paradox-akka by @mkurz
- #517 [0.11.x] Prepare for Scala 3 by @mkurz
- #516 [0.11.x] scalafmt-core 3.8.0 (was 3.7.17) by @scala-steward
- #506 [0.11.x] [docs] Fix attribute substitution (backport #504) by @ihostage
- #503 Drop excess comma in docs by @ihostage
- #501 [0.11.x] Toggle text in docs by switching tabs (backport #500) by @ihostage
❤️ 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
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
- #509 Remove pekko-sbt-paradox by @mkurz
- #504 [docs] Fix attribute substitution by @ihostage
- #500 Toggle text in docs by switching tabs by @ihostage
❤️ 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
Noteworthy
- Supports Play 3.0 with Pekko.
- Supports Scala 3.
- With version
0.12.0
the groupId changed fromcom.typesafe.play
toorg.playframework
.
Changes
- #440 generators: allow multiple services in Router by @tsawada
- #488 Add Scala 3 by @mkurz
- #495 Adjust docs regarding Pekko by @mkurz
- #490 Switch to Play 3 and Pekko by @mkurz
- #492 Update version for docs by @mkurz
❤️ 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
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
- #496 [0.11.x] Prepare Scala 3 (partly backport #488) by @mkurz
- #497 [0.11.x] generators: allow multiple services in Router (backport #440) by @tsawada
- #491 Introduce 0.11.x branch by @mkurz
- #479 Upgrade Play 2.9.0 and drop Java 8 by @sentenza
- #486 Up version for docs by @ihostage
❤️ 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
Noteworthy
- Supports Play 2.8.
- With version
0.10.0
the groupId changed fromcom.lightbend.play
tocom.typesafe.play
.
Changes
- #484 Configure dynver by @ihostage
- #482 Migrate docs to Antora by @ihostage
- #474 scalafmt-core 3.7.17 (was 2.3.2) and sync config with core Play repo by @scala-steward
- #432 akka-http, akka-http-spray-json, ... 10.2.10 (was 10.2.9) by @scala-steward
- #464 Play 2.8.21 (was 2.8.17), Akka 2.6.21 (was 2.6.19) by @scala-steward
- #480 Add Java formatter by @ihostage
- #393 junit-interface 0.13.3 (was 0.11) by @scala-steward
- #461 scala-library 2.12.18 (was 2.12.17) by @scala-steward
- #459 sbt-ci-release 1.5.12 (was 1.5.10) by @scala-steward
- #460 sbt-header 5.10.0 (was 5.9.0) by @scala-steward
- #457 logback-classic 1.2.12 (was 1.2.11) by @scala-steward
- #465 macros 2.5.9 (was 2.5.7) by @scala-steward
- #477 Drop Lagom modules by @sentenza
- #475 Move scala steward conf into .github folder by @mkurz
- #469 Group Scala Steward patch updates into single PR by @mkurz
- #467 Scala 2.13.12 by @mkurz
- #466 sbt-scalafmt 2.5.1 (was 2.4.6) by @scala-steward
- #462 scala-library 2.13.11 (was 2.13.10) by @scala-steward
- #458 Update copyright by @mkurz
- #455 Update data for pom.xml by @mkurz
- #454 Update developer information by @mkurz
- #453 Set up sbt dependency submission by @mkurz
- #452 upgrade akka grpc to 2.1.5 by @damonpu
- #449 sbt-header 5.9.0 (was 5.7.0) by @scala-steward
- #441 Link to .github/RELEASING.md by @mkurz
- #437 Use the mergify config from the .github repo by @mkurz
- #436 Latest scala sbt versions by @mkurz
- #435 Semantic Scala version selector expression in workflows by @mkurz
- #433 🔄 Synced file(s) with playframework/.github by @ihostage
- #426 sbt 1.7 by @mkurz
- #412 macros 2.5.7 (was 2.5.6) by @scala-steward
- #423 paradox-theme-akka, ... 0.44 (was 0.39) by @scala-steward
- #425 scala-library 2.12.16 (was 2.12.15) by @scala-steward
- #390 sbt-scalafmt 2.4.6 (was 2.4.3) by @scala-steward
- #414 sbt-header 5.7.0 (was 5.6.5) by @scala-steward
- #422 GitHub actions last round + badges by @mkurz
- #421 Actually do publish play-generators by @mkurz
- #420 Use sbt-ci-release by @mkurz
- #419 Use secrets inherit for publish workflow by @mkurz
- #418 Once more switch to v2 (forgot 😞) by @mkurz
- #417 Switch to cmd.yml by @mkurz
- #415 Migrate to GitHub actions by @BillyAutrey
- #416 Adding logback to eliminate a few warnings in Lagom tests by @BillyAutrey
- #409 akka-http, akka-http-spray-json, ... 10.2.9 (was 10.2.8) by @scala-steward
- #410 sbt 1.6.2 (was 1.5.8) by @scala-steward
- #373 scala-library 2.12.15 (was 2.12.11) by @scala-steward
- #406 sbt-header 5.6.5 (was 5.6.0) by @scala-steward
- #404 macros 2.5.6 (was 2.3.7) by @scala-steward
- #405 akka-http, akka-http-spray-json, ... 10.2.8 (was 10.2.6) by @scala-steward
- #403 sbt-buildinfo 0.11.0 (was 0.10.0) by @scala-steward
- #389 sbt 1.5.8 (was 1.5.4) by @scala-steward
- #400 Add release drafter with configs from .github repo by @mkurz
- #399 Rename master branch to main by @mkurz
- #398 Use official release drafter action by @mkurz
- #397 remove sbt-whitesource by @xuwei-k
- #363 use slash syntax instead of deprecated
in
by @xuwei-k - #370 akka-http, akka-http-spray-json, ... 10.2.6 (was 10.2.5) by @scala-steward
- #364 paradox-theme-akka, ... 0.39 (was 0.38) by @scala-steward
- #368 sbt-scalafmt 2.4.3 (was 2.4.2) by @scala-steward
- #366 akka-http, akka-http-spray-json, ... 10.2.5 (was 10.2.4) by @scala-steward
- #355 Several version bumps of LB-stack dependencies by @ignasi35
- #356 Bump sbt to 1.5.4 by @ignasi35
- #345 Bumps to latest akka-grpc 1.1.1 by @ignasi35
- #346 sbt-twirl 1.5.1 (was 1.5.0) by @scala-steward
- #340 junit 4.13.2 (was 4.13.1) by @scala-steward
- #336 Align release drafter settings with other repos by @ignasi35
- #335 Use GH's auto-merge instead by @ignasi35
- #334 bump to akka-grpc 1.0.3 by @ignasi35
- #329 play, play-ahc-ws, ... 2.8.7 (was 2.8.5) by @scala-steward
- #331 paradox-theme-akka, ... 0.38 (was 0.35) by @scala-steward
- #324 play, play-ahc-ws, ... 2.8.5 (was 2.8.3) by @scala-steward
- #325 sbt-bintray 0.6.1 (was 0.6.0) by @scala-steward
- #323 akka-http, akka-http-spray-json, ... 10.1.13 (was 10.1.12) by @scala-steward
- #321 Remove duplicate information from the BuildInfo by @ignasi35
- #309 Remove auto module for ClassicActorSystemProvider by @octonato
- #319 Pin scalatest updates to 3.1.x by @ignasi35
- #318 Dont generate code with materializer by @ignasi35
- #310 sbt-javaagent 0.1.6 (was 0.1.4) by @scala-steward
- #313 junit 4.13.1 (was 4.13) by @scala-steward
- #314 sbt-bintray 0.6.0 (was 0.5.6) by @scala-steward
- #306 Create BuildInfo to make used versions available via plugins by @ennru
- #308 use fully qualified class name in generated module by @cbcwebdev
- #304 Drop sbt-assembly by @raboof
- #305 Use latest JDK8 again by @raboof
- #266 Update macros to 2.3.7 by @scala-steward
- #302 Show dependencies for Lagom; update links by @ennru
- #299 Show play-grpc-dependency in Lagom docs; point to doc.akka.io by @ennru
❤️ 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
Changes
Updates
- akka-grpc-codegen, ... 1.0.2 (was 1.0.0) #279 by @scala-steward
- lagom-javadsl-testkit, ... 1.6.4 (was 1.6.3) #287 by @scala-steward
- sbt-buildinfo 0.10.0 (was 0.9.0) #286 by @scala-steward
- sbt-scalafmt 2.4.2 (was 2.3.4) #289 by @scala-steward
- scalatest 3.1.4 (was 3.1.2) #290 by @scala-steward
0.8.3
Play/Lagom gRPC 0.9.0
Changes
The main change in this version is the update to Akka gRPC 1.0.0 #264
Project infrastructure
- Add release-drafter #285 by @raboof
- Bring back Whitesource #276 by @ignasi35
- Make Scala Steward less agressive #274 by @ennru
- Mergify: merge-when-green #271 by @renatocaval
- Add explicit akka-http dependencies #256 by @raboof
- Force jdk8u242 in travis (instead of latest) #260 by @ignasi35
- Minor docs fixes #239 by @ignasi35
Updates
- Update akka-actor-testkit-typed, ... to 2.6.5 #249 by @scala-steward
- Update akka-grpc-codegen, ... to 1.0.0 #264 by @scala-steward
- Update grpc-stub to 1.29.0 #245 by @scala-steward
- Update Lagom 1.6.3 #277 by @ihostage
- Update macros to 2.3.4 #250 by @scala-steward
- Update sbt to 1.3.13 #269 by @scala-steward
- Update sbt-dynver to 4.1.1 #272 by @scala-steward
- Update sbt-header to 5.6.0 #244 by @scala-steward
- sbt-paradox-akka 0.35 (was 0.34) #278 by @scala-steward
- Update sbt-scalafmt to 2.3.4 #242 by @scala-steward
- Update scalatest to 3.1.2 #252 by @scala-steward
- Update scalatestplus-play to 5.1.0 #251 by @scala-steward