Skip to content

Commit 9a60847

Browse files
shunpingtvalentyn
andauthored
Update CHANGES.md for PR 37331 (#37599)
* Update CHANGES.md for PR 37331. * Update CHANGES.md Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com> * Update CHANGES.md Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com> --------- Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com>
1 parent e2a2b29 commit 9a60847

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
## New Features / Improvements
7474

7575
* (Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms ([#37422](https://github.com/apache/beam/issues/37422)).
76+
* (Python) Added a pipeline option `--experiments=pip_no_build_isolation` to disable build isolation when installing dependencies in the runtime environment ([#37331](https://github.com/apache/beam/issues/37331)).
7677
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
7778

7879
## Breaking Changes
@@ -188,6 +189,7 @@ Now Beam has full support for Milvus integration including Milvus enrichment and
188189
* Minimum Go version for Beam Go updated to 1.25.2 ([#36461](https://github.com/apache/beam/issues/36461)).
189190
* (Java) DoFn OutputReceiver now requires implementing a builder method as part of extended metadata support for elements ([#34902](https://github.com/apache/beam/issues/34902)).
190191
* (Java) Removed ProcessContext outputWindowedValue introduced in 2.68 that allowed setting offset and record Id. Use OutputReceiver's builder to set those field ([#36523](https://github.com/apache/beam/pull/36523)).
192+
* (Python) The pip version used by ensurepip is upgraded to 25.3, which enables build isolation by default. As a result, pip needs internet access to download setuptools and set up an isolated virtual environment to build wheels when installing packages. If the user environment does not have internet access, it could lead to a timeout error. See ([#37331](https://github.com/apache/beam/pull/37331)) for more details and workarounds.
191193

192194
## Bugfixes
193195

0 commit comments

Comments
 (0)