+1 on doing a patch release. I've pushed a release branch and am building a candidate, I'll follow up once I have a candidate built/ready to go, and we can proceed with that unless there are objections.
Thanks, Danny On Thu, Aug 15, 2024 at 8:10 PM Jack McCluskey via dev <dev@beam.apache.org> wrote: > Hey everyone, > > I'm assuming you mean 2.58.1? I'm +1 on a patch release to fix the problem > though. > > Thanks, > > Jack McCluskey > > On Thu, Aug 15, 2024 at 1:48 PM Kenneth Knowles <k...@apache.org> wrote: > >> Hi all >> >> I am proposing a point release because 2.8.0 has a critical data bug. The >> KafkaIO unconditionally adds a "redistribute allowing duplicates" transform >> to the read path, whether or not a user requested it. >> >> Issue: https://github.com/apache/beam/issues/32196 >> Fix: https://github.com/apache/beam/pull/32134 >> >> Luckily most runners do not support "allowing duplicates" yet so the >> impact is minimal. However, let's release an SDK without such a surprise >> lurking in it. >> >> Kenn >> >