This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new f32252832db Reference the memory leak in CHANGES.md (#28247)
f32252832db is described below
commit f32252832db353fd19e3209f85d36ba6b96b7281
Author: tvalentyn <[email protected]>
AuthorDate: Thu Aug 31 13:41:29 2023 -0700
Reference the memory leak in CHANGES.md (#28247)
---
CHANGES.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 6fcb05212cd..2f0ef423f6a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -143,7 +143,7 @@
## Known Issues
-* TBD
+* Long-running Python pipelines might suffer from a memory leak:
[#28246](https://github.com/apache/beam/issues/28246).
# [2.49.0] - 2023-07-17
@@ -162,7 +162,7 @@
## Deprecations
-* Remove Python 3.7 support.
([#26447](https://github.com/apache/beam/issues/26447))
+* Removed Python 3.7 support.
([#26447](https://github.com/apache/beam/issues/26447))
## Bugfixes
@@ -170,6 +170,8 @@
## Known Issues
+* Long-running Python pipelines might suffer from a memory leak:
[#28246](https://github.com/apache/beam/issues/28246).
+
# [2.48.0] - 2023-05-31
@@ -215,6 +217,8 @@
## Known Issues
* PubsubIO writes will throw *SizeLimitExceededException* for any message
above 100 bytes, when used in batch (bounded) mode. (Java)
([#27000](https://github.com/apache/beam/issues/27000)).
+* Long-running Python pipelines might suffer from a memory leak:
[#28246](https://github.com/apache/beam/issues/28246).
+
# [2.47.0] - 2023-05-10
@@ -258,6 +262,7 @@
* The google-cloud-profiler dependency was accidentally removed from Beam's
Python Docker
Image [#26998](https://github.com/apache/beam/issues/26698). [Dataflow
Docker
images](https://cloud.google.com/dataflow/docs/concepts/sdk-worker-dependencies)
still preinstall this dependency.
+* Long-running Python pipelines might suffer from a memory leak:
[#28246](https://github.com/apache/beam/issues/28246).
# [2.46.0] - 2023-03-10