diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx b/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx index b850be8..52bcd6a 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx @@ -7,6 +7,15 @@ import { useState, useCallback, useMemo } from 'react'; import useBaseUrl from '@docusaurus/useBaseUrl'; export const NewsData = [ + { + title: "IvorySQL 5.4 发布:基于 PostgreSQL 18.4,强化 AI 能力与周边生态", + desc: "基于 PG 18.4 内核,新增 IvorySQL Skills、在线体验、Cloud 5.4、容器化部署支持及 20+ 扩展,覆盖 AI、GIS、全文检索等领域。", + date: "2026-06-17", + category: "product", + categoryLabel: "产品动态", + link: "/zh-cn/news/ivorysql-5.4-released", + img: "/img/news/ivorysql-5.4-zh.png" + }, { title: "开源征程,邀你同行 | IvorySQL 2026 布道者计划正式发布", desc: "2026 年度布道者计划正式启动。写文章、做分享、贡献代码,获取官方认证与年度大奖,聚光灯打在每一个愿意分享的人身上。", diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages/news/ivorysql-5.4-released.mdx b/i18n/zh-CN/docusaurus-plugin-content-pages/news/ivorysql-5.4-released.mdx new file mode 100644 index 0000000..39e3b14 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-pages/news/ivorysql-5.4-released.mdx @@ -0,0 +1,145 @@ +--- +title: IvorySQL 5.4 发布:基于 PostgreSQL 18.4,强化 AI 能力与周边生态 +hide_table_of_contents: true +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + + + +
+ 2026 年 6 月 17 日,IvorySQL 社区正式发布 IvorySQL 5.4。作为兼容 Oracle 的开源 PostgreSQL 数据库,IvorySQL 5.4 基于 PostgreSQL 18.4 构建,带来了多项内核更新、功能增强和生态扩展,并进一步完善 AI、云原生部署以及数据库管理能力。 +
+完整更新清单请访问官方文档网站:docs.ivorysql.org
+ +IvorySQL 5.4 同步升级至 PostgreSQL 18.4,继承了社区最新的稳定性与安全修复,包括:
+pg_createsubscriber 中正确引用(转义)订阅名称ts_headline() 中拒绝超长选项参数IvorySQL 内核升级至 PostgreSQL 18.4 版本,进一步提升数据库的稳定性、安全性和兼容性。
+ +项目地址:github.com/IvorySQL/skills
+IvorySQL Skills 为 AI 助手提供数据库知识与操作能力,使其能够更高效地理解、使用和管理 IvorySQL 数据库,推动 AI 与数据库深度融合。
+ +在线体验地址:trial.ivorysql.org
+基于浏览器的交互式体验环境现已上线,用户无需安装,即可实时体验和评估 IvorySQL 5.4 的各项能力。
+ +IvorySQL 5.4 提供覆盖 X86、ARM、MIPS 和 LoongArch 等主流架构的安装包,满足不同硬件平台下的部署需求。
+ +支持通过 Docker Compose、Podman、Swarm、Helm 以及 IvorySQL 5.4 Operator,一键部署单机或高可用集群,进一步降低数据库部署与运维成本。
+ +IvorySQL Cloud 是面向数据库全生命周期管理的可视化平台,提供数据库订阅管理、生命周期运维编排以及生态服务集成能力。
+ +IvorySQL 5.4 新增支持多项 PostgreSQL 扩展与工具,覆盖 AI、GIS、全文检索、连接池、高可用、运维监控等领域:
+IvorySQL 持续完善 SQL 兼容能力。本次版本增强了 EXTRACT 函数支持,兼容更多 SQL 语法变体,进一步提升数据库迁移和应用适配体验。
+ +感谢以下贡献者(按字母顺序排列)以补丁作者、提交者、评审者、测试人员或问题报告者等身份参与 IvorySQL 5.4 的发布:
+3296442201 · Adria0615 · anapplebeee · Cédric Villemain · Fawei Zhao · Ge Sui · Grant Zhou · hanjianqiao · jerome-peng · liketoochao · movead123 · msdnchina · Pierre Forstmann · Rophy Tsai · Shawn Yan · Shuntian Jiao · Steven Niu · tian1220A · xiaoyu509 · Xiaohui Liu · Xiangyu Liang · Xinjie LYU · Xueyu Gao · yes7rose · Yasir Hussain Shah · z20081120087 · Zhe Zhang · Zhenhao Pan · Zheng Tao · Zhuoyan Shi · zuinuan123
+ +完整更新日志:GitHub 对比
+欢迎社区伙伴下载和体验 IvorySQL 5.4。如果您在使用过程中发现问题,欢迎提交 Issue。每一位问题反馈者,都有机会获得 IvorySQL 社区精美周边。
++ On June 17, 2026, the IvorySQL community officially released IvorySQL 5.4. As an Oracle-compatible open-source PostgreSQL database, IvorySQL 5.4 is built on PostgreSQL 18.4 and includes kernel updates, feature enhancements, and ecosystem expansion, further advancing AI, cloud-native deployment, and database management capabilities. +
+Full release notes: docs.ivorysql.org
+ +pg_createsubscriberts_headline()PostgreSQL kernel upgraded to version 18.4 for improved stability, security and compatibility.
+ +Empowering AI assistants to become IvorySQL database experts.
+ +An interactive, browser-based environment is now available, allowing users to explore and evaluate IvorySQL 5.4 in real time — no installation required.
+ +Provides multi-platform media packages for X86, ARM, MIPS, and LoongArch architectures.
+ +Supports one-click deployment of standalone or highly available IvorySQL 5.4 clusters via Docker Compose, Podman, Swarm, Helm, and the IvorySQL 5.4 Operator.
+ +A fully managed, graphical control plane that handles IvorySQL 5.4 database subscriptions, orchestrates end-to-end lifecycle operations, and integrates surrounding ecosystem services.
+ +Added support for additional PostgreSQL extensions and tools:
+Enhanced the EXTRACT function support to accept additional syntax variations in SQL queries.
+ +The following individuals (in alphabetical order) have contributed to this release as patch authors, committers, reviewers, testers, or reporters of issues:
+3296442201 · Adria0615 · anapplebeee · Cédric Villemain · Fawei Zhao · Ge Sui · Grant Zhou · hanjianqiao · jerome-peng · liketoochao · movead123 · msdnchina · Pierre Forstmann · Rophy Tsai · Shawn Yan · Shuntian Jiao · Steven Niu · tian1220A · xiaoyu509 · Xiaohui Liu · Xiangyu Liang · Xinjie LYU · Xueyu Gao · yes7rose · Yasir Hussain Shah · z20081120087 · Zhe Zhang · Zhenhao Pan · Zheng Tao · Zhuoyan Shi · zuinuan123
+ +We welcome the community to download and try IvorySQL 5.4. If you encounter any issues, please submit an issue. Every reporter has a chance to receive exclusive IvorySQL community merchandise.
+