diff --git a/CHANGES.md b/CHANGES.md index 2ee557b8fef3..5b365e15fdb4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -97,7 +97,7 @@ ## Highlights * (Python) Add YAML Editor and Visualization Panel ([#35772](https://github.com/apache/beam/issues/35772)). -* (Java) Java 25 Support ([#35772](https://github.com/apache/beam/issues/35627)). +* (Java) Java 25 Support ([#35627](https://github.com/apache/beam/issues/35627)). ## I/Os @@ -137,7 +137,7 @@ * (Go) Coder construction on SDK side is more faithful to the specs from runners without stripping length-prefix. This may break streaming pipeline update as the underlying coder could be changed ([#36387](https://github.com/apache/beam/issues/36387)). * Minimum Go version for Beam Go updated to 1.25.2 ([#36461](https://github.com/apache/beam/issues/36461)). * (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)). -* (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). +* (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)). ## Bugfixes diff --git a/website/www/site/content/en/blog/beam-2.69.0.md b/website/www/site/content/en/blog/beam-2.69.0.md index afb4a5090dca..9edafa85ebf4 100644 --- a/website/www/site/content/en/blog/beam-2.69.0.md +++ b/website/www/site/content/en/blog/beam-2.69.0.md @@ -30,7 +30,7 @@ For more information on changes in 2.69.0, check out the [detailed release notes ## Highlights * (Python) Add YAML Editor and Visualization Panel ([#35772](https://github.com/apache/beam/issues/35772)). -* (Java) Java 25 Support ([#35772](https://github.com/apache/beam/issues/35627)). +* (Java) Java 25 Support ([#35627](https://github.com/apache/beam/issues/35627)). ### I/Os @@ -69,7 +69,7 @@ For more information on changes in 2.69.0, check out the [detailed release notes * (Go) Coder construction on SDK side is more faithful to the specs from runners without stripping length-prefix. This may break streaming pipeline update as the underlying coder could be changed ([#36387](https://github.com/apache/beam/issues/36387)). * Minimum Go version for Beam Go updated to 1.25.2 ([#36461](https://github.com/apache/beam/issues/36461)). * (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)). -* (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). +* (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)). ### Bugfixes