-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
75 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: 2025.1.0 (最新) | ||
--- | ||
|
||
LightCall 1.0 正式发布:轻量级声明式服务调用框架 | ||
|
||
--- | ||
|
||
亲爱的开发者们: | ||
|
||
我们很高兴地宣布 LightCall(版本 2025.1.0)正式发布。LightCall 是一个全新的轻量级声明式服务调用框架,旨在让服务调用变得像编写接口一样简单直观。通过简洁的注解方式,开发者可以以最小的开发成本实现优雅的服务访问。 | ||
|
||
### 核心特性 | ||
|
||
1. 完整的 HTTP 方法支持 | ||
- 支持标准 HTTP 方法:GET、POST、PUT、DELETE、PATCH、HEAD、OPTIONS | ||
- 支持自定义请求处理器,满足特殊场景需求 | ||
- 支持请求体(Body)解析和自定义媒体类型 | ||
|
||
2. 灵活的请求配置 | ||
- 支持 @Header 和 @Headers 注解进行请求头配置 | ||
- 支持路径参数和查询参数(@Param)配置 | ||
- 支持自定义媒体类型配置 | ||
|
||
3. 强大的扩展机制 | ||
- 支持可配置优先级的拦截器机制 | ||
- 支持自定义错误处理器 | ||
- 支持代理自动资源释放 | ||
|
||
4. 模块化设计 | ||
- 核心功能模块化拆分 | ||
- 独立的处理器设计 | ||
- 简化的处理器逻辑实现 | ||
|
||
### 文档与支持 | ||
|
||
- 官方网站:[https://lightcall.devlive.org](https://lightcall.devlive.org) | ||
- 项目仓库:[https://github.com/devlive-community/lightcall](https://github.com/devlive-community/lightcall) | ||
- 完整的使用文档和示例 | ||
- 详细的项目贡献指南 | ||
|
||
### 部署信息 | ||
|
||
该版本已发布至 Maven 中央仓库,开发者可以直接在项目中使用。 | ||
|
||
### 后续规划 | ||
|
||
这是 LightCall 的第一个正式版本,我们将持续改进和优化框架功能,欢迎开发者们: | ||
- 提出建议和反馈 | ||
- 参与项目贡献 | ||
- 报告使用中遇到的问题 | ||
|
||
### 鸣谢 | ||
|
||
感谢所有关注和支持 LightCall 项目的开发者,我们将继续努力,为开发者提供更好的服务调用解决方案。 | ||
|
||
--- | ||
|
||
如需了解更多信息,请访问我们的官方网站或 GitHub 仓库。 | ||
|
||
2025年1月19日 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,6 @@ nav: | |
- /usage/delete | ||
- /usage/patch | ||
- /usage/options | ||
- /usage/head | ||
- /usage/head | ||
- 发布日志: | ||
- /release/latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters