dependabot[bot] opened a new pull request, #33:
URL: https://github.com/apache/beam-starter-kotlin/pull/33

   Bumps `beamVersion` from 2.73.0 to 2.74.0.
   Updates `org.apache.beam:beam-sdks-java-core` from 2.73.0 to 2.74.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/releases";>org.apache.beam:beam-sdks-java-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>Beam 2.74.0 release</h2>
   <p>We are happy to present the new 2.74.0 release of Beam.
   This release includes both improvements and new functionality.
   See the <a 
href="https://github.com/apache/beam/blob/v2.73.0/get-started/downloads/#2740-2026-06-02";>download
 page</a> for this release.</p>
   <!-- raw HTML omitted -->
   <p>For more information on changes in 2.74.0, check out the <a 
href="https://github.com/apache/beam/milestone/42";>detailed release 
notes</a>.</p>
   <h2>Highlights</h2>
   <ul>
   <li>Spark 4 runner support for Java SDK (<a 
href="https://redirect.github.com/apache/beam/issues/38255";>#38255</a>).</li>
   </ul>
   <h3>I/Os</h3>
   <ul>
   <li>IcebergIO: support declaring a table's sort order on dynamic table 
creation via the new <code>sort_fields</code> config (<a 
href="https://redirect.github.com/apache/beam/issues/38269";>#38269</a>).</li>
   <li>IcebergIO: support writing with hash distribution mode, and with 
autosharding (<a 
href="https://redirect.github.com/apache/beam/issues/38061";>#38061</a>).</li>
   </ul>
   <h3>New Features / Improvements</h3>
   <ul>
   <li>Capability introduces an indicator for aggregations and timers firing 
during a pipeline drain, allowing users and sinks to recognize and 
appropriately handle potentially incomplete or partial data (<a 
href="https://redirect.github.com/apache/beam/issues/36884";>#36884</a>).</li>
   <li>Added support for setting disk provisioned IOPS and throughput in 
Dataflow runner via <code>--diskProvisionedIops</code> and 
<code>--diskProvisionedThroughputMibps</code> pipeline options (Java/Go/Python) 
(<a 
href="https://redirect.github.com/apache/beam/issues/38349";>#38349</a>).</li>
   <li>TriggerStateMachineRunner changes from BitSetCoder to 
SentinelBitSetCoder to
   encode finished bitset. SentinelBitSetCoder and BitSetCoder are state
   compatible. Both coders can decode encoded bytes from the other coder
   (<a 
href="https://redirect.github.com/apache/beam/issues/38139";>#38139</a>).</li>
   <li>(Python) Added type alias for with_exception_handling to be used for 
typehints. (<a 
href="https://redirect.github.com/apache/beam/issues/38173";>#38173</a>).</li>
   <li>(Java) BatchElements transform for Java SDK (<a 
href="https://redirect.github.com/apache/beam/issues/38369";>#38369</a>)</li>
   <li>Added plugin mechanism to support different Lineage implementations 
(Java) (<a 
href="https://redirect.github.com/apache/beam/issues/36790";>#36790</a>).</li>
   <li>(Python) Supported Python user type in Beam SQL. For example, SQL 
statements like <code>SELECT some_field from PCOLLECTION</code> can now operate 
a PCollection of Beam Row containing pickable Python user type (<a 
href="https://redirect.github.com/apache/beam/issues/20738";>#20738</a>).</li>
   <li>(Python) Introduced <code>beam.coders.registry.register_row</code> as 
preferred API to register a named tuple or dataclass with a Beam Row. At 
pipelne runtime, the original type associated with the registered row are 
preserved across the serialization boundary (<a 
href="https://redirect.github.com/apache/beam/issues/38108";>#38108</a>).</li>
   </ul>
   <h3>Breaking Changes</h3>
   <ul>
   <li>(Python) Made Beartype the default fallback type checking tool. This can 
be disabled with the <code>--disable_beartype</code> pipeline option. (<a 
href="https://redirect.github.com/apache/beam/issues/38275";>#38275</a>)</li>
   </ul>
   <h3>Deprecations</h3>
   <ul>
   <li>Dropped Java 8 support (<a 
href="https://redirect.github.com/apache/beam/issues/31678";>#31678</a>).</li>
   <li>Removed Samza Runner support (<a 
href="https://redirect.github.com/apache/beam/issues/35448";>#35448</a>).</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests 
when multiple requests share the same enrichment key (Python) (<a 
href="https://redirect.github.com/apache/beam/issues/38035";>#38035</a>).</li>
   <li>Added <code>max_batch_duration_secs</code> passthrough support in Python 
Enrichment BigQuery and CloudSQL handlers so batching duration can be forwarded 
to <code>BatchElements</code> (<a 
href="https://redirect.github.com/apache/beam/issues/38243";>#38243</a>).</li>
   </ul>
   <p>According to git shortlog, the following people contributed to the 2.74.0 
release. Thank you to all contributors!</p>
   <p>Abdelrahman Ibrahim, Ahmed Abualsaud, Andrew Crites, Andrew Kabas, Arran 
Cudbard-Bell, Arun Pandian, Asish Kumar, Bentsi Leviav, Blake Jones, Bruno 
Volpato, Chris Jordan, Danny McCormick, Deji Ibrahim, Derrick Williams, Elia 
LIU, Ganesh Sivakumar, Jack McCluskey, Kenneth Knowles, Lalit Yadav, M Junaid 
Shaukat, Matej Aleksandrov, Prabhnoor Singh, Radek Stankiewicz, Radosław 
Stankiewicz, Reuven Lax, RuiLong J., Sam Whittle, Shunping Huang, Subramanya V, 
Tarun Annapareddy, Tobias Kaymak, TongruiLi, Valentyn Tymofieiev, Vitaly 
Terentyev, XQ Hu, Yi Hu, ZIHAN DAI, apanich, bambadiouf1, chenxuesdu, 
claudevdm, harshadkhetpal, johnjcasey, parveensania, tianz101</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/blob/master/CHANGES.md";>org.apache.beam:beam-sdks-java-core's
 changelog</a>.</em></p>
   <blockquote>
   <h1>[2.74.0] - 2026-06-02</h1>
   <h2>Highlights</h2>
   <ul>
   <li>Spark 4 runner support for Java SDK (<a 
href="https://redirect.github.com/apache/beam/issues/38255";>#38255</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>IcebergIO: support declaring a table's sort order on dynamic table 
creation via the new <code>sort_fields</code> config (<a 
href="https://redirect.github.com/apache/beam/issues/38269";>#38269</a>).</li>
   <li>IcebergIO: support writing with hash distribution mode, and with 
autosharding (<a 
href="https://redirect.github.com/apache/beam/issues/38061";>#38061</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Capability introduces an indicator for aggregations and timers firing 
during a pipeline drain, allowing users and sinks to recognize and 
appropriately handle potentially incomplete or partial data (<a 
href="https://redirect.github.com/apache/beam/issues/36884";>#36884</a>).</li>
   <li>Added support for setting disk provisioned IOPS and throughput in 
Dataflow runner via <code>--diskProvisionedIops</code> and 
<code>--diskProvisionedThroughputMibps</code> pipeline options (Java/Go/Python) 
(<a 
href="https://redirect.github.com/apache/beam/issues/38349";>#38349</a>).</li>
   <li>TriggerStateMachineRunner changes from BitSetCoder to 
SentinelBitSetCoder to
   encode finished bitset. SentinelBitSetCoder and BitSetCoder are state
   compatible. Both coders can decode encoded bytes from the other coder
   (<a 
href="https://redirect.github.com/apache/beam/issues/38139";>#38139</a>).</li>
   <li>(Python) Added type alias for with_exception_handling to be used for 
typehints. (<a 
href="https://redirect.github.com/apache/beam/issues/38173";>#38173</a>).</li>
   <li>(Java) BatchElements transform for Java SDK (<a 
href="https://redirect.github.com/apache/beam/issues/38369";>#38369</a>)</li>
   <li>Added plugin mechanism to support different Lineage implementations 
(Java) (<a 
href="https://redirect.github.com/apache/beam/issues/36790";>#36790</a>).</li>
   <li>(Python) Supported Python user type in Beam SQL. For example, SQL 
statements like <code>SELECT some_field from PCOLLECTION</code> can now operate 
a PCollection of Beam Row containing pickable Python user type (<a 
href="https://redirect.github.com/apache/beam/issues/20738";>#20738</a>).</li>
   <li>(Python) Introduced <code>beam.coders.registry.register_row</code> as 
preferred API to register a named tuple or dataclass with a Beam Row. At 
pipelne runtime, the original type associated with the registered row are 
preserved across the serialization boundary (<a 
href="https://redirect.github.com/apache/beam/issues/38108";>#38108</a>).</li>
   <li>(Python) Added <code>type_overrides</code> parameter to 
<code>WriteToBigQuery</code> allowing users to specify custom BigQuery to 
Python type mappings when using Storage Write API. This enables support for 
types like DATE, DATETIME, and JSON (Python) (<a 
href="https://redirect.github.com/apache/beam/issues/25946";>#25946</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>(Python) Made Beartype the default fallback type checking tool. This can 
be disabled with the <code>--disable_beartype</code> pipeline option. (<a 
href="https://redirect.github.com/apache/beam/issues/38275";>#38275</a>)</li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>Dropped Java 8 support (<a 
href="https://redirect.github.com/apache/beam/issues/31678";>#31678</a>).</li>
   <li>Removed Samza Runner support (<a 
href="https://redirect.github.com/apache/beam/issues/35448";>#35448</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests 
when multiple requests share the same enrichment key (Python) (<a 
href="https://redirect.github.com/apache/beam/issues/38035";>#38035</a>).</li>
   <li>Added <code>max_batch_duration_secs</code> passthrough support in Python 
Enrichment BigQuery and CloudSQL handlers so batching duration can be forwarded 
to <code>BatchElements</code> (<a 
href="https://redirect.github.com/apache/beam/issues/38243";>#38243</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/beam/commit/76adea5c46f4ac6e0c05caddf51ad1d2168898b8";><code>76adea5</code></a>
 Set version for 2.74.0 RC3</li>
   <li><a 
href="https://github.com/apache/beam/commit/e5c705178f5904da9f1aae32b6a303e5f8046fe6";><code>e5c7051</code></a>
 <a href="https://redirect.github.com/apache/beam/issues/38708";>#38708</a> Add 
Flink 2.0 to SDK pipeline options validation lists (<a 
href="https://redirect.github.com/apache/beam/issues/38726";>#38726</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/38";>#38</a>...</li>
   <li><a 
href="https://github.com/apache/beam/commit/865955ab6f2731a180d0acd1985c12d5712cbb8f";><code>865955a</code></a>
 [Release-2.74] Cherry-pick <a 
href="https://redirect.github.com/apache/beam/issues/38695";>#38695</a> into 
release branch (<a 
href="https://redirect.github.com/apache/beam/issues/38727";>#38727</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/095f3ea353ae545753c8c8980867eaef2b7e87fe";><code>095f3ea</code></a>
 Suppress log spams in gcsio 3.0 (<a 
href="https://redirect.github.com/apache/beam/issues/38588";>#38588</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/38593";>#38593</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/b4d33c59f8b102ffb3e43ba3f5217a0f1684d852";><code>b4d33c5</code></a>
 [Cherrypick] Configure JVM so that it exits upon OutOfMemoryError 
originating...</li>
   <li><a 
href="https://github.com/apache/beam/commit/c372714927275ee1b696942534cb6836fa1fe885";><code>c372714</code></a>
 Make sure session creation happens before starting agent (<a 
href="https://redirect.github.com/apache/beam/issues/38477";>#38477</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/38565";>#38565</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/61efb9f9cc592c575aaa9cec400a560b1b9812d9";><code>61efb9f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/beam/issues/38520";>#38520</a> from 
Abacn/cp-38518</li>
   <li><a 
href="https://github.com/apache/beam/commit/4cbe64c2b9f7d704025b0aa3804f180f937e5e69";><code>4cbe64c</code></a>
 Fix pom involving maven-archetype and opentelemetry (<a 
href="https://redirect.github.com/apache/beam/issues/38518";>#38518</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/ed66941942c8cacc818a4d063571ba2f30b2bae5";><code>ed66941</code></a>
 Revert <a 
href="https://redirect.github.com/apache/beam/issues/37631";>#37631</a> and <a 
href="https://redirect.github.com/apache/beam/issues/38497";>#38497</a> in the 
release branch (<a 
href="https://redirect.github.com/apache/beam/issues/38514";>#38514</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/866f800281bb7e8bfa3b9c0b3d5c228e99725310";><code>866f800</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/beam/issues/38511";>#38511</a> from 
apache/cp-38410</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/beam/compare/v2.73.0...v2.74.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.beam:beam-runners-direct-java` from 2.73.0 to 2.74.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/releases";>org.apache.beam:beam-runners-direct-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>Beam 2.74.0 release</h2>
   <p>We are happy to present the new 2.74.0 release of Beam.
   This release includes both improvements and new functionality.
   See the <a 
href="https://github.com/apache/beam/blob/v2.73.0/get-started/downloads/#2740-2026-06-02";>download
 page</a> for this release.</p>
   <!-- raw HTML omitted -->
   <p>For more information on changes in 2.74.0, check out the <a 
href="https://github.com/apache/beam/milestone/42";>detailed release 
notes</a>.</p>
   <h2>Highlights</h2>
   <ul>
   <li>Spark 4 runner support for Java SDK (<a 
href="https://redirect.github.com/apache/beam/issues/38255";>#38255</a>).</li>
   </ul>
   <h3>I/Os</h3>
   <ul>
   <li>IcebergIO: support declaring a table's sort order on dynamic table 
creation via the new <code>sort_fields</code> config (<a 
href="https://redirect.github.com/apache/beam/issues/38269";>#38269</a>).</li>
   <li>IcebergIO: support writing with hash distribution mode, and with 
autosharding (<a 
href="https://redirect.github.com/apache/beam/issues/38061";>#38061</a>).</li>
   </ul>
   <h3>New Features / Improvements</h3>
   <ul>
   <li>Capability introduces an indicator for aggregations and timers firing 
during a pipeline drain, allowing users and sinks to recognize and 
appropriately handle potentially incomplete or partial data (<a 
href="https://redirect.github.com/apache/beam/issues/36884";>#36884</a>).</li>
   <li>Added support for setting disk provisioned IOPS and throughput in 
Dataflow runner via <code>--diskProvisionedIops</code> and 
<code>--diskProvisionedThroughputMibps</code> pipeline options (Java/Go/Python) 
(<a 
href="https://redirect.github.com/apache/beam/issues/38349";>#38349</a>).</li>
   <li>TriggerStateMachineRunner changes from BitSetCoder to 
SentinelBitSetCoder to
   encode finished bitset. SentinelBitSetCoder and BitSetCoder are state
   compatible. Both coders can decode encoded bytes from the other coder
   (<a 
href="https://redirect.github.com/apache/beam/issues/38139";>#38139</a>).</li>
   <li>(Python) Added type alias for with_exception_handling to be used for 
typehints. (<a 
href="https://redirect.github.com/apache/beam/issues/38173";>#38173</a>).</li>
   <li>(Java) BatchElements transform for Java SDK (<a 
href="https://redirect.github.com/apache/beam/issues/38369";>#38369</a>)</li>
   <li>Added plugin mechanism to support different Lineage implementations 
(Java) (<a 
href="https://redirect.github.com/apache/beam/issues/36790";>#36790</a>).</li>
   <li>(Python) Supported Python user type in Beam SQL. For example, SQL 
statements like <code>SELECT some_field from PCOLLECTION</code> can now operate 
a PCollection of Beam Row containing pickable Python user type (<a 
href="https://redirect.github.com/apache/beam/issues/20738";>#20738</a>).</li>
   <li>(Python) Introduced <code>beam.coders.registry.register_row</code> as 
preferred API to register a named tuple or dataclass with a Beam Row. At 
pipelne runtime, the original type associated with the registered row are 
preserved across the serialization boundary (<a 
href="https://redirect.github.com/apache/beam/issues/38108";>#38108</a>).</li>
   </ul>
   <h3>Breaking Changes</h3>
   <ul>
   <li>(Python) Made Beartype the default fallback type checking tool. This can 
be disabled with the <code>--disable_beartype</code> pipeline option. (<a 
href="https://redirect.github.com/apache/beam/issues/38275";>#38275</a>)</li>
   </ul>
   <h3>Deprecations</h3>
   <ul>
   <li>Dropped Java 8 support (<a 
href="https://redirect.github.com/apache/beam/issues/31678";>#31678</a>).</li>
   <li>Removed Samza Runner support (<a 
href="https://redirect.github.com/apache/beam/issues/35448";>#35448</a>).</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests 
when multiple requests share the same enrichment key (Python) (<a 
href="https://redirect.github.com/apache/beam/issues/38035";>#38035</a>).</li>
   <li>Added <code>max_batch_duration_secs</code> passthrough support in Python 
Enrichment BigQuery and CloudSQL handlers so batching duration can be forwarded 
to <code>BatchElements</code> (<a 
href="https://redirect.github.com/apache/beam/issues/38243";>#38243</a>).</li>
   </ul>
   <p>According to git shortlog, the following people contributed to the 2.74.0 
release. Thank you to all contributors!</p>
   <p>Abdelrahman Ibrahim, Ahmed Abualsaud, Andrew Crites, Andrew Kabas, Arran 
Cudbard-Bell, Arun Pandian, Asish Kumar, Bentsi Leviav, Blake Jones, Bruno 
Volpato, Chris Jordan, Danny McCormick, Deji Ibrahim, Derrick Williams, Elia 
LIU, Ganesh Sivakumar, Jack McCluskey, Kenneth Knowles, Lalit Yadav, M Junaid 
Shaukat, Matej Aleksandrov, Prabhnoor Singh, Radek Stankiewicz, Radosław 
Stankiewicz, Reuven Lax, RuiLong J., Sam Whittle, Shunping Huang, Subramanya V, 
Tarun Annapareddy, Tobias Kaymak, TongruiLi, Valentyn Tymofieiev, Vitaly 
Terentyev, XQ Hu, Yi Hu, ZIHAN DAI, apanich, bambadiouf1, chenxuesdu, 
claudevdm, harshadkhetpal, johnjcasey, parveensania, tianz101</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/blob/master/CHANGES.md";>org.apache.beam:beam-runners-direct-java's
 changelog</a>.</em></p>
   <blockquote>
   <h1>[2.74.0] - 2026-06-02</h1>
   <h2>Highlights</h2>
   <ul>
   <li>Spark 4 runner support for Java SDK (<a 
href="https://redirect.github.com/apache/beam/issues/38255";>#38255</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>IcebergIO: support declaring a table's sort order on dynamic table 
creation via the new <code>sort_fields</code> config (<a 
href="https://redirect.github.com/apache/beam/issues/38269";>#38269</a>).</li>
   <li>IcebergIO: support writing with hash distribution mode, and with 
autosharding (<a 
href="https://redirect.github.com/apache/beam/issues/38061";>#38061</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Capability introduces an indicator for aggregations and timers firing 
during a pipeline drain, allowing users and sinks to recognize and 
appropriately handle potentially incomplete or partial data (<a 
href="https://redirect.github.com/apache/beam/issues/36884";>#36884</a>).</li>
   <li>Added support for setting disk provisioned IOPS and throughput in 
Dataflow runner via <code>--diskProvisionedIops</code> and 
<code>--diskProvisionedThroughputMibps</code> pipeline options (Java/Go/Python) 
(<a 
href="https://redirect.github.com/apache/beam/issues/38349";>#38349</a>).</li>
   <li>TriggerStateMachineRunner changes from BitSetCoder to 
SentinelBitSetCoder to
   encode finished bitset. SentinelBitSetCoder and BitSetCoder are state
   compatible. Both coders can decode encoded bytes from the other coder
   (<a 
href="https://redirect.github.com/apache/beam/issues/38139";>#38139</a>).</li>
   <li>(Python) Added type alias for with_exception_handling to be used for 
typehints. (<a 
href="https://redirect.github.com/apache/beam/issues/38173";>#38173</a>).</li>
   <li>(Java) BatchElements transform for Java SDK (<a 
href="https://redirect.github.com/apache/beam/issues/38369";>#38369</a>)</li>
   <li>Added plugin mechanism to support different Lineage implementations 
(Java) (<a 
href="https://redirect.github.com/apache/beam/issues/36790";>#36790</a>).</li>
   <li>(Python) Supported Python user type in Beam SQL. For example, SQL 
statements like <code>SELECT some_field from PCOLLECTION</code> can now operate 
a PCollection of Beam Row containing pickable Python user type (<a 
href="https://redirect.github.com/apache/beam/issues/20738";>#20738</a>).</li>
   <li>(Python) Introduced <code>beam.coders.registry.register_row</code> as 
preferred API to register a named tuple or dataclass with a Beam Row. At 
pipelne runtime, the original type associated with the registered row are 
preserved across the serialization boundary (<a 
href="https://redirect.github.com/apache/beam/issues/38108";>#38108</a>).</li>
   <li>(Python) Added <code>type_overrides</code> parameter to 
<code>WriteToBigQuery</code> allowing users to specify custom BigQuery to 
Python type mappings when using Storage Write API. This enables support for 
types like DATE, DATETIME, and JSON (Python) (<a 
href="https://redirect.github.com/apache/beam/issues/25946";>#25946</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>(Python) Made Beartype the default fallback type checking tool. This can 
be disabled with the <code>--disable_beartype</code> pipeline option. (<a 
href="https://redirect.github.com/apache/beam/issues/38275";>#38275</a>)</li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>Dropped Java 8 support (<a 
href="https://redirect.github.com/apache/beam/issues/31678";>#31678</a>).</li>
   <li>Removed Samza Runner support (<a 
href="https://redirect.github.com/apache/beam/issues/35448";>#35448</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests 
when multiple requests share the same enrichment key (Python) (<a 
href="https://redirect.github.com/apache/beam/issues/38035";>#38035</a>).</li>
   <li>Added <code>max_batch_duration_secs</code> passthrough support in Python 
Enrichment BigQuery and CloudSQL handlers so batching duration can be forwarded 
to <code>BatchElements</code> (<a 
href="https://redirect.github.com/apache/beam/issues/38243";>#38243</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/beam/commit/76adea5c46f4ac6e0c05caddf51ad1d2168898b8";><code>76adea5</code></a>
 Set version for 2.74.0 RC3</li>
   <li><a 
href="https://github.com/apache/beam/commit/e5c705178f5904da9f1aae32b6a303e5f8046fe6";><code>e5c7051</code></a>
 <a href="https://redirect.github.com/apache/beam/issues/38708";>#38708</a> Add 
Flink 2.0 to SDK pipeline options validation lists (<a 
href="https://redirect.github.com/apache/beam/issues/38726";>#38726</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/38";>#38</a>...</li>
   <li><a 
href="https://github.com/apache/beam/commit/865955ab6f2731a180d0acd1985c12d5712cbb8f";><code>865955a</code></a>
 [Release-2.74] Cherry-pick <a 
href="https://redirect.github.com/apache/beam/issues/38695";>#38695</a> into 
release branch (<a 
href="https://redirect.github.com/apache/beam/issues/38727";>#38727</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/095f3ea353ae545753c8c8980867eaef2b7e87fe";><code>095f3ea</code></a>
 Suppress log spams in gcsio 3.0 (<a 
href="https://redirect.github.com/apache/beam/issues/38588";>#38588</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/38593";>#38593</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/b4d33c59f8b102ffb3e43ba3f5217a0f1684d852";><code>b4d33c5</code></a>
 [Cherrypick] Configure JVM so that it exits upon OutOfMemoryError 
originating...</li>
   <li><a 
href="https://github.com/apache/beam/commit/c372714927275ee1b696942534cb6836fa1fe885";><code>c372714</code></a>
 Make sure session creation happens before starting agent (<a 
href="https://redirect.github.com/apache/beam/issues/38477";>#38477</a>) (<a 
href="https://redirect.github.com/apache/beam/issues/38565";>#38565</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/61efb9f9cc592c575aaa9cec400a560b1b9812d9";><code>61efb9f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/beam/issues/38520";>#38520</a> from 
Abacn/cp-38518</li>
   <li><a 
href="https://github.com/apache/beam/commit/4cbe64c2b9f7d704025b0aa3804f180f937e5e69";><code>4cbe64c</code></a>
 Fix pom involving maven-archetype and opentelemetry (<a 
href="https://redirect.github.com/apache/beam/issues/38518";>#38518</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/ed66941942c8cacc818a4d063571ba2f30b2bae5";><code>ed66941</code></a>
 Revert <a 
href="https://redirect.github.com/apache/beam/issues/37631";>#37631</a> and <a 
href="https://redirect.github.com/apache/beam/issues/38497";>#38497</a> in the 
release branch (<a 
href="https://redirect.github.com/apache/beam/issues/38514";>#38514</a>)</li>
   <li><a 
href="https://github.com/apache/beam/commit/866f800281bb7e8bfa3b9c0b3d5c228e99725310";><code>866f800</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/beam/issues/38511";>#38511</a> from 
apache/cp-38410</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/beam/compare/v2.73.0...v2.74.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to