Skip to content

Commit d1f99ca

Browse files
author
shuai
committed
feat: add 2.0.0 release blog
1 parent 50238a3 commit d1f99ca

5 files changed

Lines changed: 195 additions & 3 deletions

File tree

blog/answer-2.0.0-release/index.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
date: 2026-01-30
3+
title: "Apache Answer 2.0.0: AI-Powered Workflows & Major Enhancements"
4+
authors: [shuai]
5+
category: Release
6+
featured: true
7+
image: 2026-01-30-cover@4x.png
8+
description: "This major release introduces AI Assistant, MCP Server, API Keys, and editor plugin support, revolutionizing how users interact with Answer through AI-powered workflows and enhanced extensibility."
9+
---
10+
11+
> [!note]
12+
> This is a major upgrade focused on AI workflows: it adds AI Assistant, MCP Server, API Keys, and editor plugin support, along with a revamped admin navigation experience. Please make a complete backup before upgrading to prevent any data loss.
13+
14+
We're excited to announce **Apache Answer 2.0.0**, a major milestone release that brings powerful AI capabilities and significant enhancements to the platform!
15+
This version introduces **AI Assistant**, **MCP Server**, **API Keys**, and **editor plugin support**, transforming how users interact with Answer through intelligent workflows. Additionally, we've improved the admin navigation experience and added layout customization options.
16+
17+
As always, thank you to everyone in the community who contributed code, reviews, and feedback.
18+
19+
---
20+
21+
## ✨ New Features
22+
23+
### AI & Integration Capabilities
24+
25+
* **New**: AI Assistant feature ([#1479](https://github.com/apache/answer/pull/1479)) by [@shuashuai](https://github.com/shuashuai) & [@LinkinStars](https://github.com/LinkinStars)
26+
Empowers users with intelligent assistance directly within Answer, enabling AI-powered content generation, suggestions, and workflow automation.
27+
28+
* **New**: MCP Server feature ([#1480](https://github.com/apache/answer/pull/1480)) by [@LinkinStars](https://github.com/LinkinStars) & [@shuashuai](https://github.com/shuashuai)
29+
Integrates Model Context Protocol (MCP) server support, enabling seamless connectivity with AI models and external services for enhanced functionality.
30+
31+
* **New**: API Keys feature ([#1482](https://github.com/apache/answer/pull/1482)) by [@LinkinStars](https://github.com/LinkinStars) & [@shuashuai](https://github.com/shuashuai)
32+
Provides secure API key management for programmatic access, enabling developers to integrate Answer with external systems and automate workflows.
33+
34+
* **New**: Editor plugin support ([#1481](https://github.com/apache/answer/pull/1481)) by [@robinv8](https://github.com/robinv8)
35+
Extends the editor with plugin architecture, allowing developers to customize and enhance the editing experience with custom functionality.
36+
37+
---
38+
39+
## 🚀 Improvements
40+
41+
### Admin & User Experience
42+
43+
* **Improve**: Enhanced convenience of the Admin navigation menu ([#1483](https://github.com/apache/answer/pull/1483)) by [@shuashuai](https://github.com/shuashuai) & [@kumfo](https://github.com/kumfo)
44+
Redesigned admin navigation for improved usability and faster access to administrative functions.
45+
46+
* **Improve**: Added layout width option ([#1484](https://github.com/apache/answer/pull/1484)) by [@shuashuai](https://github.com/shuashuai)
47+
Gives users control over content layout width, allowing customization to match different screen sizes and preferences.
48+
49+
---
50+
51+
## 🐛 Bug Fixes
52+
53+
### Admin & User Management
54+
55+
* **Fixed**: Missing result prompt after submitting user addition in Admin ([#1457](https://github.com/apache/answer/pull/1457)) by [@bimakw](https://github.com/bimakw)
56+
Users now receive proper feedback when adding new users through the admin interface.
57+
58+
* **Fixed**: External ID notification issue ([#1465](https://github.com/apache/answer/pull/1465)) by [@IfDougelseSa](https://github.com/IfDougelseSa)
59+
Resolves notification problems related to external ID handling.
60+
61+
* **Fixed**: Expanded avatar column length from 1024 to 2048 ([#1463](https://github.com/apache/answer/pull/1463)) by [@csouls](https://github.com/csouls)
62+
Increases avatar storage capacity to support higher resolution images.
63+
64+
### Form & Input Handling
65+
66+
* **Fixed**: Default value of 0 not displayed when SchemeForm input type is number by [@shuashuai](https://github.com/shuashuai)
67+
Ensures numeric default values are properly displayed in form inputs.
68+
69+
---
70+
71+
## 🎨 Other Changes
72+
73+
* **Major version upgrade**
74+
This release represents a significant milestone with architectural improvements and new AI capabilities. Users upgrading from previous versions should review the new features and ensure compatibility with their workflows.
75+
76+
---
77+
78+
## 🙌 Contributor Acknowledgments
79+
80+
A big thank you to everyone who contributed to this release through code, reviews, testing, and feedback. Your efforts help keep Apache Answer reliable and continuously improving.
81+
82+
Special thanks to the contributors (in alphabetical order):
83+
84+
* [@bimakw](https://github.com/bimakw)
85+
* [@csouls](https://github.com/csouls)
86+
* [@IfDougelseSa](https://github.com/IfDougelseSa)
87+
* [@kumfo](https://github.com/kumfo)
88+
* [@LinkinStars](https://github.com/LinkinStars)
89+
* [@robinv8](https://github.com/robinv8)
90+
* [@shuashuai](https://github.com/shuashuai)
91+
92+
---
93+
94+
**Upgrade now** to enjoy these powerful new features and improvements! Remember to make a complete backup before upgrading. If you encounter any issues, please report them on [GitHub](https://github.com/apache/answer/issues).
95+
96+
Happy browsing! 🎉
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
date: 2026-01-30
3+
title: "Apache Answer 2.0.0: AI 驱动的工作流与重大增强"
4+
authors: [shuai]
5+
category: Release
6+
featured: true
7+
image: 2026-01-30-cover@4x.png
8+
description: "本次重大版本引入了 AI 助手、MCP 服务器、API 密钥和编辑器插件支持,通过 AI 驱动的工作流和增强的扩展性,彻底改变了用户与 Answer 的交互方式。"
9+
---
10+
11+
> [!note]
12+
> 这是一个专注于 AI 工作流的重大升级:新增了 AI 助手、MCP 服务器、API 密钥和编辑器插件支持,同时重新设计了管理导航体验。请在升级前进行完整备份,以防止任何数据丢失。
13+
14+
我们很高兴宣布 **Apache Answer 2.0.0**,这是一个重要的里程碑版本,为平台带来了强大的 AI 功能和重大增强!
15+
本版本引入了 **AI 助手****MCP 服务器****API 密钥****编辑器插件支持**,通过智能工作流改变了用户与 Answer 的交互方式。此外,我们还改进了管理导航体验,并添加了布局自定义选项。
16+
17+
一如既往,感谢社区中所有贡献代码、审查和反馈的成员。
18+
19+
---
20+
21+
## ✨ 新功能
22+
23+
### AI 与集成能力
24+
25+
* **新功能**:AI 助手功能 ([#1479](https://github.com/apache/answer/pull/1479)) 由 [@shuashuai](https://github.com/shuashuai)[@LinkinStars](https://github.com/LinkinStars) 贡献
26+
使用户能够在 Answer 中直接获得智能辅助,支持 AI 驱动的内容生成、建议和工作流自动化。
27+
28+
* **新功能**:MCP 服务器功能 ([#1480](https://github.com/apache/answer/pull/1480)) 由 [@LinkinStars](https://github.com/LinkinStars)[@shuashuai](https://github.com/shuashuai) 贡献
29+
集成模型上下文协议(MCP)服务器支持,实现与 AI 模型和外部服务的无缝连接,以增强功能。
30+
31+
* **新功能**:API 密钥功能 ([#1482](https://github.com/apache/answer/pull/1482)) 由 [@LinkinStars](https://github.com/LinkinStars)[@shuashuai](https://github.com/shuashuai) 贡献
32+
提供安全的 API 密钥管理,支持程序化访问,使开发者能够将 Answer 与外部系统集成并自动化工作流。
33+
34+
* **新功能**:编辑器插件支持 ([#1481](https://github.com/apache/answer/pull/1481)) 由 [@robinv8](https://github.com/robinv8) 贡献
35+
通过插件架构扩展编辑器,允许开发者使用自定义功能来定制和增强编辑体验。
36+
37+
---
38+
39+
## 🚀 改进
40+
41+
### 管理与用户体验
42+
43+
* **改进**:增强管理导航菜单的便利性 ([#1483](https://github.com/apache/answer/pull/1483)) 由 [@shuashuai](https://github.com/shuashuai)[@kumfo](https://github.com/kumfo) 贡献
44+
重新设计管理导航,提高可用性并加快对管理功能的访问。
45+
46+
* **改进**:添加布局宽度选项 ([#1484](https://github.com/apache/answer/pull/1484)) 由 [@shuashuai](https://github.com/shuashuai) 贡献
47+
让用户能够控制内容布局宽度,允许根据不同的屏幕尺寸和偏好进行自定义。
48+
49+
---
50+
51+
## 🐛 错误修复
52+
53+
### 管理与用户管理
54+
55+
* **修复**:在管理界面添加用户后缺少结果提示 ([#1457](https://github.com/apache/answer/pull/1457)) 由 [@bimakw](https://github.com/bimakw) 贡献
56+
现在,通过管理界面添加新用户时,用户会收到适当的反馈。
57+
58+
* **修复**:外部 ID 通知问题 ([#1465](https://github.com/apache/answer/pull/1465)) 由 [@IfDougelseSa](https://github.com/IfDougelseSa) 贡献
59+
解决了与外部 ID 处理相关的通知问题。
60+
61+
* **修复**:将头像列长度从 1024 扩展到 2048 ([#1463](https://github.com/apache/answer/pull/1463)) 由 [@csouls](https://github.com/csouls) 贡献
62+
增加头像存储容量,支持更高分辨率的图像。
63+
64+
### 表单与输入处理
65+
66+
* **修复**:当 SchemeForm 输入类型为数字时,默认值 0 不显示 由 [@shuashuai](https://github.com/shuashuai) 贡献
67+
确保数字默认值在表单输入中正确显示。
68+
69+
---
70+
71+
## 🎨 其他更改
72+
73+
* **重大版本升级**
74+
本次发布代表了一个重要的里程碑,包含架构改进和新的 AI 功能。从以前版本升级的用户应查看新功能并确保与工作流的兼容性。
75+
76+
---
77+
78+
## 🙌 贡献者致谢
79+
80+
非常感谢所有通过代码、审查、测试和反馈为本次发布做出贡献的成员。你们的努力帮助 Apache Answer 保持可靠并持续改进。
81+
82+
特别感谢以下贡献者(按字母顺序):
83+
84+
* [@bimakw](https://github.com/bimakw)
85+
* [@csouls](https://github.com/csouls)
86+
* [@IfDougelseSa](https://github.com/IfDougelseSa)
87+
* [@kumfo](https://github.com/kumfo)
88+
* [@LinkinStars](https://github.com/LinkinStars)
89+
* [@robinv8](https://github.com/robinv8)
90+
* [@shuashuai](https://github.com/shuashuai)
91+
92+
---
93+
94+
**立即升级**以享受这些强大的新功能和改进!请记住在升级前进行完整备份。如果遇到任何问题,请在 [GitHub](https://github.com/apache/answer/issues) 上报告。
95+
96+
祝您使用愉快!🎉

static/data/latest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"release": {
3-
"date": "2025-12-19",
4-
"version": "1.7.1",
5-
"url": "https://github.com/apache/answer/releases/tag/v1.7.1"
3+
"date": "2026-01-30",
4+
"version": "2.0.0",
5+
"url": "https://github.com/apache/answer/releases/tag/v2.0.0"
66
}
77
}
384 KB
Loading
384 KB
Loading

0 commit comments

Comments
 (0)