Releases: avast/grpc-json-bridge
Releases · avast/grpc-json-bridge
Update of dependencies, mainly gRPC related
Pull Requests
- Update scaluzzi to 0.1.15 (#144) @scala-steward
- Update grpc-core, grpc-protobuf, ... to 1.33.0 (#143) @scala-steward
- Update organize-imports to 0.4.3 (#142) @scala-steward
- Update sbt-rewarn to 0.1.2 (#141) @scala-steward
- Update sbt to 1.4.1 (#140) @scala-steward
- Update sbt-mima-plugin to 0.8.1 (#139) @scala-steward
- Update scalafmt-core to 2.7.5 (#138) @scala-steward
- Update http4s-blaze-server, http4s-circe, ... to 0.21.8 (#137) @scala-steward
- Update grpc-core, grpc-protobuf, ... to 1.32.2 (#136) @scala-steward
- Update junit to 4.13.1 (#135) @scala-steward
- Update akka-stream, akka-testkit to 2.6.10 (#134) @scala-steward
- Update sbt-tpolecat to 0.1.14 (#133) @scala-steward
- Update scalafmt-core to 2.7.4 (#132) @scala-steward
- Update sbt to 1.4.0 (#131) @scala-steward
- Update akka-http, akka-http-spray-json, ... to 10.2.1 (#130) @scala-steward
- Update scalafmt-core to 2.7.3 (#129) @scala-steward
- Update organize-imports to 0.4.2 (#128) @scala-steward
- Update scaluzzi to 0.1.14 (#127) @scala-steward
- Update scaluzzi to 0.1.13 (#126) @scala-steward
- Update organize-imports to 0.4.1 (#125) @scala-steward
- Update sbt-scalafix to 0.9.21 (#124) @scala-steward
- Update scalafmt-core to 2.7.2 (#123) @scala-steward
- Update scalafmt-core to 2.7.1 (#122) @scala-steward
- Update sbt-rewarn to 0.1.1 (#121) @scala-steward
- Update scala-collection-compat to 2.2.0 (#120) @scala-steward
- Update grpc-core, grpc-protobuf, ... to 1.32.1 (#119) @scala-steward
- Update akka-stream, akka-testkit to 2.6.9 (#118) @scala-steward
- scalafmt 2.7.0 (#117) @sideeffffect
- Update sbt-mima-plugin to 0.8.0 (#115) @scala-steward
- Update cats-effect to 2.2.0 (#114) @scala-steward
- Update MiMa settings to adjust to the 0.18.1 release (#113) @sideeffffect
Cross-publish for Scala 2.12 and 2.13
Pull Requests
- Bring back crossScalaVersions (we seem to have lost it along the way) (#112) @sideeffffect
- Don't set mimaPreviousArtifacts manually (#111) @sideeffffect
- Update MiMa settings (#110) @sideeffffect
- Update cats-core to 2.2.0 (#109) @scala-steward
Release to Maven Central via sbt-ci-release
Few, technically breaking, changes, like final
case classes
Dummy release
Start using GitHub Actions (#106) * Start using GitHub Actions * don't do release from GitHub Actions
Trigger release
0.17.11 catch ParseException as a know, JSON parsing related exception (#104)
Catch ParseException as a know, JSON parsing related exception
Before, ParseException
was treated as an unknown error.
Minor dependencies updates
Revert "chore(deps): scalapb 0.10.3 everywhere" This reverts commit d2e47b9c
Don't limit the size of gRPC message
0.17.8 Don't limit the size of a gRPC message (#67)
Update minor and patch versions of dependencies
Update scalatest to 3.1.1 (#64) Co-authored-by: Ondra Pelech <[email protected]>
Fix bug in ScalaPB bridge reflection
We now handle both scalapb.grpc.Marshaller and TypeMappedMarshaller