This is an automated email from the ASF dual-hosted git repository.
xqhu 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 aca551ac9f1 update the changes.md for upgrading MongoDB Java driver
from 3.12.11 to 5.5.0 (#35999)
aca551ac9f1 is described below
commit aca551ac9f14e3198c19d0df5c5e9cf93b3a00c6
Author: liferoad <[email protected]>
AuthorDate: Thu Aug 28 15:37:15 2025 -0400
update the changes.md for upgrading MongoDB Java driver from 3.12.11 to
5.5.0 (#35999)
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index dd7fb7b734a..3ab296cc96a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -74,6 +74,7 @@
* X feature added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
* BigtableRead Connector for BeamYaml added with new Config Param
([#35696](https://github.com/apache/beam/pull/35696))
+* MongoDB Java driver upgraded from 3.12.11 to 5.5.0 with API refactoring and
GridFS implementation updates (Java)
([#35946](https://github.com/apache/beam/pull/35946)).
* Introduced a dedicated module for JUnit-based testing support:
`sdks/java/testing/junit`, which provides `TestPipelineExtension` for JUnit 5
while maintaining backward compatibility with existing JUnit 4 `TestRule`-based
tests (Java) ([#18733](https://github.com/apache/beam/issues/18733),
[#35688](https://github.com/apache/beam/pull/35688)).
- To use JUnit 5 with Beam tests, add a test-scoped dependency on
`org.apache.beam:beam-sdks-java-testing-junit`.
* Google CloudSQL enrichment handler added (Python)
([#34398](https://github.com/apache/beam/pull/34398)).