From 8cf9f89ac7095be7d7088d134040af14fd8cbde7 Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Wed, 12 Jun 2024 19:26:47 -0400 Subject: [PATCH] Add changes.md --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a93e7089e7b7..f970a4087887 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -133,6 +133,9 @@ * Running a 2.57.0+ remote SDK pipeline containing a pre-2.57.0 Java SchemaTransform * All direct uses of Python's [SchemaAwareExternalTransform](https://github.com/apache/beam/blob/a998107a1f5c3050821eef6a5ad5843d8adb8aec/sdks/python/apache_beam/transforms/external.py#L381) should be updated to use new snake_case parameter names. +* Upgraded Jackson Databind to 2.15.4 (Java) ([#26743](https://github.com/apache/beam/issues/26743)). + jackson-2.15 has known breaking changes. An important one is it imposed a buffer limit for parser. + If your custom PTransform/DoFn are affected, refer to [#31580](https://github.com/apache/beam/pull/31580) for mitigation. # [2.56.0] - 2024-05-01