uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

When can we expect a new release? #1254

Closed petergardfjall closed 12 months ago

petergardfjall commented 1 year ago

There has been over a year since the last tagged release of the client library (v0.19.1). When can a new one be expected?

In order to use the latest released version we need to pin the thrift library in our go.mod file like so (see issue#523)

replace github.com/apache/thrift => github.com/apache/thrift v0.0.0-20190309152529-a9b748bb0e02

Relying on a commit would certainly be possible, but it would be nice with a tagged release as an indicator of stability.

Groxx commented 12 months ago

Yesterday! It had been too long, you're right.