This is an automated email from the ASF dual-hosted git repository.
Amar3tto 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 71a7efe31c6 Update CHANGES.md for new release
71a7efe31c6 is described below
commit 71a7efe31c6937e109f7d350f5d047db042a6be5
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Aug 6 10:49:59 2026 +0400
Update CHANGES.md for new release
---
.github/workflows/cut_release_branch.yml | 4 +--
CHANGES.md | 49 +++++++++++++++++++++-----------
2 files changed, 34 insertions(+), 19 deletions(-)
diff --git a/.github/workflows/cut_release_branch.yml
b/.github/workflows/cut_release_branch.yml
index 012a5b6bbb2..08ab1b23d35 100644
--- a/.github/workflows/cut_release_branch.yml
+++ b/.github/workflows/cut_release_branch.yml
@@ -63,7 +63,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v7
with:
- persist-credentials: false
+ persist-credentials: true
- name: Set git config
run: |
git config user.name $GITHUB_ACTOR
@@ -114,7 +114,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v7
with:
- persist-credentials: false
+ persist-credentials: true
- name: Set git config
run: |
git config user.name $GITHUB_ACTOR
diff --git a/CHANGES.md b/CHANGES.md
index 38749e9e42c..a2458918892 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -55,7 +55,7 @@
* ([#X](https://github.com/apache/beam/issues/X)).
-->
-# [2.76.0] - Unreleased
+# [2.77.0] - Unreleased
## Highlights
@@ -64,8 +64,38 @@
## I/Os
-* Upgraded Iceberg dependency to 1.11.0 (Java)
([#38925](https://github.com/apache/beam/issues/38925)).
* Support for X source added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
+
+## New Features / Improvements
+
+* X feature added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
+
+## Breaking Changes
+
+* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
+
+## Deprecations
+
+* X behavior is deprecated and will be removed in X versions
([#X](https://github.com/apache/beam/issues/X)).
+
+## Bugfixes
+
+* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Security Fixes
+
+* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN)
(Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Known Issues
+
+[comment]: # ( When updating known issues after release, make sure also update
website blog in website/www/site/content/blog.)
+* ([#X](https://github.com/apache/beam/issues/X)).
+
+# [2.76.0] - 2026-08-??
+
+## I/Os
+
+* Upgraded Iceberg dependency to 1.11.0 (Java)
([#38925](https://github.com/apache/beam/issues/38925)).
* Add ArrowFlight IO (Java)
([#20116](https://github.com/apache/beam/issues/20116)).
* (Python) JmsIO (IBM MQ, ActiveMQ, and other providers) is now supported in
Python via cross-language
([#30716](https://github.com/apache/beam/issues/30716)).
* Added a full Iceberg batch and streaming changelog source (CDC)
([#38831](https://github.com/apache/beam/issues/38831))
@@ -73,7 +103,6 @@
## New Features / Improvements
-* X feature added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
* Added `GroupIntoBatches` transform and the standard
`beam:coder:sharded_key:v1` coder to the Go SDK, along with
`beam.Coder.IsDeterministic`, `beam.PCollection.WindowingStrategy`,
@@ -112,10 +141,6 @@
However fixing forward is recommended.
* (Java) IcebergIO and projects that use it must now be built with Java 17 or
later as a result of Iceberg 1.11.0 upgrade
([#38925](https://github.com/apache/beam/issues/38925)).
-## Deprecations
-
-* X behavior is deprecated and will be removed in X versions
([#X](https://github.com/apache/beam/issues/X)).
-
## Bugfixes
* Fixed unresolved runtime `ValueProvider` options being stringified in Python
Dataflow Flex Templates ([#39499](https://github.com/apache/beam/issues/39499)).
@@ -123,16 +148,6 @@
* Improved Java pipeline performance by avoiding repeated `DoFn` type
descriptor resolution when creating cached invokers
([#39309](https://github.com/apache/beam/issues/39309)).
* (Python) Fixed a memory leak in Python SDK caused by storing exceptions with
potentially large stack frames in a cache
([#39406](https://github.com/apache/beam/issues/39406)).
-## Security Fixes
-
-* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN)
(Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
-
-## Known Issues
-
-[comment]: # ( When updating known issues after release, make sure also update
website blog in website/www/site/content/blog.)
-* ([#X](https://github.com/apache/beam/issues/X)).
- -->
-
# [2.75.0] - 2026-07-08
## Highlights