diff --git a/CHANGES.md b/CHANGES.md index 170d8d08da74..5824c71a98dc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -52,6 +52,7 @@ * ([#X](https://github.com/apache/beam/issues/X)). --> + # [2.56.0] - Unreleased ## Highlights @@ -88,6 +89,12 @@ * ([#X](https://github.com/apache/beam/issues/X)). +# [2.55.1] + +## Bugfixes + +* Fixed issue that broke WriteToJson in languages other than Java (X-lang) ([#30776](https://github.com/apache/beam/issues/30776)). + # [2.55.0] - 2024-03-25 ## Highlights @@ -133,6 +140,7 @@ ## Known Issues * In Python pipelines, when shutting down inactive bundle processors, shutdown logic can overaggressively hold the lock, blocking acceptance of new work. Symptoms of this issue include slowness or stuckness in long-running jobs. Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)). +* WriteToJson broken in languages other than Java (X-lang) ([#30776](https://github.com/apache/beam/issues/30776)). # [2.54.0] - 2024-02-14 diff --git a/website/www/site/config.toml b/website/www/site/config.toml index e3e2638825f0..9e29281dd795 100644 --- a/website/www/site/config.toml +++ b/website/www/site/config.toml @@ -104,7 +104,7 @@ github_project_repo = "https://github.com/apache/beam" [params] description = "Apache Beam is an open source, unified model and set of language-specific SDKs for defining and executing data processing workflows, and also data ingestion and integration flows, supporting Enterprise Integration Patterns (EIPs) and Domain Specific Languages (DSLs). Dataflow pipelines simplify the mechanics of large-scale batch and streaming data processing and can run on a number of runtimes like Apache Flink, Apache Spark, and Google Cloud Dataflow (a cloud service). Beam also brings DSL in different languages, allowing users to easily implement their data integration processes." -release_latest = "2.55.0" +release_latest = "2.55.1" # The repository and branch where the files live in Github or Colab. This is used # to serve and stage from your local branch, but publish to the master branch. # e.g. https://github.com/{{< param branch_repo >}}/path/to/notebook.ipynb diff --git a/website/www/site/content/en/get-started/downloads.md b/website/www/site/content/en/get-started/downloads.md index 8b11768d4ded..d5e04b33403d 100644 --- a/website/www/site/content/en/get-started/downloads.md +++ b/website/www/site/content/en/get-started/downloads.md @@ -96,10 +96,17 @@ versions denoted `0.x.y`. ## Releases +### 2.55.1 (2024-03-25) +Official [source code download](https://downloads.apache.org/beam/2.55.1/apache-beam-2.55.1-source-release.zip). +[SHA-512](https://downloads.apache.org/beam/2.55.1/apache-beam-2.55.1-source-release.zip.sha512). +[signature](https://downloads.apache.org/beam/2.55.1/apache-beam-2.55.1-source-release.zip.asc). + +[Release notes](https://github.com/apache/beam/releases/tag/v2.55.1) + ### 2.55.0 (2024-03-25) -Official [source code download](https://downloads.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip). -[SHA-512](https://downloads.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip.sha512). -[signature](https://downloads.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip.asc). +Official [source code download](https://archive.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip). +[SHA-512](https://archive.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip.sha512). +[signature](https://archive.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip.asc). [Release notes](https://github.com/apache/beam/releases/tag/v2.55.0) [Blog post](/blog/beam-2.55.0).