GA timeline
joaoandremartins opened this issue · 13 comments
When is this project planned to go GA?
Spring Cloud GCP wants to go GA but can't depend on any non-GA dependencies.
We rely on zipkin-gcp
to send Sleuth traces to Stackdriver Trace, but the version is still 0.4.1.
fyi I will implement #67 (removing to span ID mapping) as it is mostly tech debt for reasons mentioned. This has to happen prior to 1.0 as it is behavior changing.
Thanks for your response!
What sort of feedback would you expect users to file with us? We're just an integrating layer in the middle, the integration seems to be working without any issues. We are seeing a considerable volume of calls to our Trace integration, so I'm assuming if users aren't seeing issues. We've also reached a point where, to get more usage, we need to go GA.
We will also need to wait for Sleuth to go GA, so no worries there.
It's perfectly fine if you need more time to finish any pending issues. I just thought we could initiate this conversation sooner rather than later and, e.g., possibly come up with a list of GA blockers on this side.
@anuraaga @joaoandremartins so I'm releasing v0.5.0 now which has the same versions of things as sleuth (which I didn't realize went RC2 5 days ago)
Sleuth won't be final until after everything else in finchley is final, currently 13 June
https://github.com/spring-cloud/spring-cloud-release/milestones
So, please do test what's out there, but hopefully we can keep it real... for example we are not holding back things which go GA when sleuth does until after sleuth goes GA
@adriancole Any updates on this? When do you expect to release 1.0.0? Thanks!
@joaoandremartins how are things on your end? should we be 1.0.0?
@adriancole We don't have any issues on our end, but we can wait a week or two before 1.0.0. We've just release RC1 of spring-cloud-gcp yesterday. Also, are there plans to make the dependency part of the Sleuth BOM?
BTW, Joao has moved on to other projects.
What I meant by "Sleuth BOM" is the spring-cloud-sleuth-dependencies artifact. We're already importing it in our POM. If it doesn't make sense to keep it there, we can just continue to specify the zipkin-gcp
version directly in our POM.
fyi 0.6.3 out with version bumps notably zipkin 2.10 which only uses the v2 read endpoint (not really relevant here because the server is a write proxy only)
fyi 0.9.0 is out cc @mtwo this sorts out some of the recent propagation issues
sorry about this, we've been >1.0 for a bit now