scalapb / zio-grpc

ScalaPB meets ZIO: write purely functional gRPC services and clients using ZIO
Apache License 2.0
259 stars 82 forks source link

bumped grpc version #573

Closed Adriani277 closed 10 months ago

Adriani277 commented 10 months ago

The grpc version being used does not seem to be compatible with higher versions, namely 1.54.2

Adriani277 commented 10 months ago

@thesamet could you kindly have a look at this

Adriani277 commented 10 months ago

@thesamet is there any timeline as to when this will be released?

thesamet commented 10 months ago

Hi @Adriani277 , there's no timeline for the next release. In the meantime, you should be able to set the desired version of grpc within your project.

thesamet commented 10 months ago

Having said that, there is a snapshot release for each commit, and the latest is 0.6.0+25-e26113ae-SNAPSHOT - so you can use that to try and see if it helps with the compatibility issue you mentioned in the original message.

Adriani277 commented 10 months ago

Thanks, I will have to go with the snapshot in this case. We have a compatibility issue due to also having akka grpc which relies on the higher version of netty-shaded