Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Version 2.1.0

Latest
Compare
Choose a tag to compare
@wcn3 wcn3 released this 01 Sep 22:04

Version 2.1.0 is based on a subset of Apache Beam 2.1.0. See the Apache Beam
2.1.0 release notes
for additional change information.

Issues

Known issue: When running in batch mode, Gauge metrics are not reported.

Updates and improvements

  • Added Metrics support forDataflowRunner in streaming mode.
  • Added OnTimeBehavior to WindowinStrategy to control emitting of ON_TIME panes.
  • Added default file name policy for windowed file FileBasedSinks which consume windowed input.
  • Fixed an issue in which processing time timers for expired windows were ignored.
  • Fixed an issue in which DatastoreIO failed to make progress when Datastore was slow to respond.
  • Fixed an issue in which bzip2 files were being partially read; added support for concatenated bzip2 files.
  • Improved several stability, performance, and documentation issues.