grpc / grpc-kotlin

Kotlin gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/kotlin
Apache License 2.0
1.2k stars 163 forks source link

New release #620

Open hacetin opened 3 months ago

hacetin commented 3 months ago

When do you plan to release a new version?

credmond-git commented 2 months ago

It seems like the primary maintainer @jamesward no longer works at google as of April. @jamesward do you have any information on who has taken over this repo?

lowasser commented 2 months ago

In James' absence, it's almost certainly just me. I'll try to accomplish this sometime this week.

jamesward commented 2 months ago

Let me know if you need any help! Details are at: https://github.com/grpc/grpc-kotlin/blob/master/BUILDING.md#releasing

lowasser commented 1 month ago

@jamesward it looks like #480 made step 2 of those instructions irrelevant, would you mind confirming that?

jamesward commented 1 month ago

I think you are right! The version is determined by git now.

lowasser commented 1 month ago

All right, I think I've done it: https://github.com/grpc/grpc-kotlin/releases/tag/v1.4.2 . Hopefully that worked -- I'll leave this issue open for a bit in case there are any problems.

jamesward commented 1 month ago

I think it failed because Maven Central now requires using a generated token for auth for publishing. I think you'll have to work with the team that manages the OSS accounts and get a new token, set it in the env vars, and re-run the failed action.

credmond-git commented 4 weeks ago

Hello, i still do not see the new release 1.4.2 in Maven Central https://mvnrepository.com/artifact/io.grpc/grpc-kotlin-stub

sookyeomKim commented 2 weeks ago

Is this library no longer being maintained?

ejona86 commented 4 days ago

@lowasser, looking at the release notes, it seems the only change that couldn't be done by downstream users in 1.4.2 is #360. (There were some protoc upgrades, but they seem to not be too important.) Users needing a newer grpc-api can just depend on the newer grpc-java in their own build, right?