This is an automated email from the ASF dual-hosted git repository. sxnan pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 81042826d9f255516e83c5b193e8b0332adbf830 Author: wenjin.xwj <[email protected]> AuthorDate: Tue Dec 9 17:34:36 2025 +0800 Announce Flink Agents 0.1.1 --- docs/config.toml | 2 +- .../posts/2025-12-09-release-flink-agents-0.1.1.md | 78 ++++++++++++++++++++++ docs/data/flink_agents.yml | 14 ++-- docs/data/release_archive.yml | 3 + 4 files changed, 89 insertions(+), 8 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 52ffcabde..dc53fd97d 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -52,7 +52,7 @@ posts = "/:year/:month/:day/:title/" FlinkMLStableShortVersion = "2.3" FlinkCDCStableVersion = "3.5.0" FlinkCDCStableShortVersion = "3.5" - FlinkAgentsStableVersion = "0.1.0" + FlinkAgentsStableVersion = "0.1.1" FlinkAgentsStableShortVersion = "0.1" FlinkKubernetesOperatorStableVersion = "1.13.0" FlinkKubernetesOperatorStableShortVersion = "1.13" diff --git a/docs/content/posts/2025-12-09-release-flink-agents-0.1.1.md b/docs/content/posts/2025-12-09-release-flink-agents-0.1.1.md new file mode 100644 index 000000000..28a458d11 --- /dev/null +++ b/docs/content/posts/2025-12-09-release-flink-agents-0.1.1.md @@ -0,0 +1,78 @@ +--- +title: "Apache Flink Agents 0.1.1 Release Announcement" +date: "2025-12-09T09:00:00.000Z" +authors: +- wenjin: + name: "Wenjin Xie" +aliases: +- /news/2025/12/09/release-flink-agents-0.1.1.html +--- + +The Apache Flink Community is pleased to announce the first bug fix release of the Flink-Agents 0.1 series. + +This release includes 11 bug fixes, vulnerability fixes, and minor improvements for Flink-Agents 0.1. +Below you will find a list of all bug fixes and improvements (excluding improvements to the build infrastructure and build stability). For a complete list of all changes, please see: +[ISSUE](https://github.com/apache/flink-agents/issues?q=is%3Aissue%20state%3Aclosed%20label%3AfixVersion%2F0.1.1). + +We highly recommend all users upgrade to Flink-Agents 0.1.1. + +# Release Artifacts + +## Maven Dependencies + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-agents-api</artifactId> + <version>0.1.1</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-agents-integrations-chat-models-ollama</artifactId> + <version>0.1.1</version> +</dependency> +``` + +## Binaries + +You can find the binaries on the updated [downloads page](https://flink.apache.org/downloads/#apache-flink-agents). + + +## PyPi + +* [flink-agents==0.1.1](https://pypi.org/project/flink-agents/0.1.1/) + +# Release Notes + + Release Notes - Flink-Agents - Version 0.1.1 + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://github.com/apache/flink-agents/issues/276'>276</a>] - Python code under e2e_test cannot import the mcp module +</li> +<li>[<a href='https://github.com/apache/flink-agents/issues/284'>284</a>] - Tongyi model failed to handle tool calls +</li> +<li>[<a href='https://github.com/apache/flink-agents/issues/293'>293</a>] - The test case fails to run on Windows +</li> +<li>[<a href='https://github.com/apache/flink-agents/issues/296'>296</a>] - Failed to load Flink legacy yaml config +</li> +<li>[<a href='https://github.com/apache/flink-agents/issues/297'>297</a>] - PythonActionTask failed to serialize for Flink state +</li> +<li>[<a href='https://github.com/apache/flink-agents/issues/323'>323</a>] - Ollama4j can't work with ollama v0.12.10 and above +</li> +<li>[<a href='https://github.com/apache/flink-agents/issues/325'>325</a>] - Invalid JSON in product_review.txt line 2488 +</li> +<li>[<a href='https://github.com/apache/flink-agents/issues/336'>336</a>] - Tool call doesn't work in OpenAI chat model integration +</li> +<li>[<a href='https://github.com/apache/flink-agents/issues/340'>340</a>] - Python async execution can not work with flink checkpoint +</li> +<li>[<a href='https://github.com/apache/flink-agents/issues/366'>366</a>] - PythonEvent does not show properly in event log +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href='https://github.com/apache/flink-agents/issues/264'>264</a>] - Use event-time in workflow quickstart example +</li> \ No newline at end of file diff --git a/docs/data/flink_agents.yml b/docs/data/flink_agents.yml index cae1f3bea..79dc64d61 100644 --- a/docs/data/flink_agents.yml +++ b/docs/data/flink_agents.yml @@ -16,11 +16,11 @@ # under the License 0.1: - name: "Apache Flink Agents 0.1.0" - binary_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-agents-0.1.0/flink-agents-dist-0.1.0.jar" - binary_release_asc_url: "https://downloads.apache.org/flink/flink-agents-0.1.0/flink-agents-dist-0.1.0.jar.asc" - binary_release_sha512_url: "https://downloads.apache.org/flink/flink-agents-0.1.0/flink-agents-dist-0.1.0.jar.sha512" - source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-agents-0.1.0/flink-agents-0.1.0-src.tgz" - source_release_asc_url: "https://downloads.apache.org/flink/flink-agents-0.1.0/flink-agents-0.1.0-src.tgz.asc" - source_release_sha512_url: "https://downloads.apache.org/flink/flink-agents-0.1.0/flink-agents-0.1.0-src.tgz.sha512" + name: "Apache Flink Agents 0.1.1" + binary_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-agents-0.1.1/flink-agents-dist-0.1.1.jar" + binary_release_asc_url: "https://downloads.apache.org/flink/flink-agents-0.1.1/flink-agents-dist-0.1.1.jar.asc" + binary_release_sha512_url: "https://downloads.apache.org/flink/flink-agents-0.1.1/flink-agents-dist-0.1.1.jar.sha512" + source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-agents-0.1.1/flink-agents-0.1.1-src.tgz" + source_release_asc_url: "https://downloads.apache.org/flink/flink-agents-0.1.1/flink-agents-0.1.1-src.tgz.asc" + source_release_sha512_url: "https://downloads.apache.org/flink/flink-agents-0.1.1/flink-agents-0.1.1-src.tgz.sha512" compatibility: ["1.20.3"] diff --git a/docs/data/release_archive.yml b/docs/data/release_archive.yml index 3a39c71a8..ec9123704 100644 --- a/docs/data/release_archive.yml +++ b/docs/data/release_archive.yml @@ -830,6 +830,9 @@ release_archive: release_date: 2024-05-17 flink_agents: + - version_short: 0.1 + version_long: 0.1.1 + release_date: 2025-12-09 - version_short: 0.1 version_long: 0.1.0 release_date: 2025-10-15
