You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2021/08/27 03:20:55 UTC

[beam] tag nightly-master updated (f4e54f2 -> 6baa745)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.


*** WARNING: tag nightly-master was modified! ***

    from f4e54f2  (commit)
      to 6baa745  (commit)
    from f4e54f2  Add 2.34.0 section to CHANGES.md
     add 37ac4f7  Update Beam website to release 2.32.0
     add 0b1b36a  Update website/www/site/content/en/get-started/downloads.md
     add 3a5b52c  Merge pull request #15317 from angoenka/website-2.32
     add b1e4d7c  Add a blogpost for Apache Beam 2.32.0
     add dd79449  Updating date for beam 2.32.0 blog post
     add cf4bafe  Fixing author name
     add 7cad244  Merge pull request #15324 from angoenka/blogpost-2.32.0
     add 7ed0dda  Clean unused methods out of apiclient.py
     add 2c9e323  fix
     add c268f0b  lint
     add a568572  fix
     add ed43cca  Clean unused methods out of apiclient.py #15208
     add 4c0493f  [BEAM-12742] SamzaTimerInternalsFactory#deleteTimer(TimerData) does not properly delete timers (#15389)
     add e342115  [BEAM-12320] Sickbay testSQLSelectsArrayAttributes.
     add ec671f4  Merge pull request #15403 from ibzib/sql-sick
     add 36db1ea  Merge pull request #15183 from [BEAM-11983] Java Datastore - Implement IO Request Count metrics
     add 053cadb  Merge pull request #15328 from [BEAM-11987] Python Datastore - Implement IO Request Count metric
     add 83efa34  [GoSDK Infra] Bugfix: Parallelism ignored when using endpoint flag.
     add 6baa745  Merge pull request #15404: [GoSDK Infra] Bugfix: Parallelism ignored when using endpoint flag.

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  32 ++++++-
 model/pipeline/src/main/proto/metrics.proto        |   2 +
 .../apache/beam/runners/core/TimerInternals.java   |   4 +-
 .../core/metrics/GcpResourceIdentifiers.java       |   5 +
 .../core/metrics/MonitoringInfoConstants.java      |   5 +
 .../beam/runners/samza/runtime/KeyedInternals.java |   8 +-
 .../samza/runtime/SamzaStoreStateInternals.java    |   9 +-
 .../samza/runtime/SamzaTimerInternalsFactory.java  |  80 +++++++++-------
 .../beam/runners/samza/state/SamzaMapState.java    |   3 +
 .../beam/runners/samza/state/SamzaSetState.java    |   3 +
 sdks/go/test/run_validatesrunner_tests.sh          |   8 +-
 .../provider/pubsub/PubsubTableProviderIT.java     |   2 +
 .../beam/sdk/io/gcp/datastore/DatastoreV1.java     |  32 +++++++
 .../beam/sdk/io/gcp/datastore/DatastoreV1Test.java |  38 ++++++++
 .../io/gcp/datastore/v1new/datastoreio.py          |  62 +++++++++++-
 .../io/gcp/datastore/v1new/datastoreio_test.py     | 101 +++++++++++++++++++-
 .../apache_beam/io/gcp/resource_identifiers.py     |   5 +
 .../python/apache_beam/metrics/monitoring_infos.py |   4 +
 .../runners/dataflow/internal/apiclient.py         |  13 +--
 .../runners/portability/samza_runner_test.py       |   4 -
 website/www/site/config.toml                       |   2 +-
 website/www/site/content/en/blog/beam-2.32.0.md    | 106 +++++++++++++++++++++
 .../www/site/content/en/get-started/downloads.md   |   8 ++
 website/www/site/static/.htaccess                  |   2 +-
 24 files changed, 461 insertions(+), 77 deletions(-)
 create mode 100644 website/www/site/content/en/blog/beam-2.32.0.md