This is an automated email from the ASF dual-hosted git repository. lostluck pushed a commit to branch timerChanges in repository https://gitbox.apache.org/repos/asf/beam.git
commit 16ba7ad0d9afbbb78aa352883b4776c43903dc6f Author: Robert Burke <[email protected]> AuthorDate: Tue Jun 27 08:58:58 2023 +0200 [#22737] Add line about timer support for Go --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 69a893b49ed..6c55e276f91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -65,6 +65,7 @@ * Allow prebuilding large images when using `--prebuild_sdk_container_engine=cloud_build`, like images depending on `tensorflow` or `torch` ([#27023](https://github.com/apache/beam/pull/27023)). * Disabled `pip` cache when installing packages on the workers. This reduces the size of prebuilt Python container images ([#27035](https://github.com/apache/beam/pull/27035)). * Select dedicated avro datum reader and writer (Java) ([#18874](https://github.com/apache/beam/issues/18874)). +* Timer API for the Go SDK (Go) ([#22737](https://github.com/apache/beam/issues/22737)). ## Breaking Changes
