Skip to content

Commit dc936e6

Browse files
committed
docs: 添加版本历史说明到README文件
添加base-v1.0.0版本的详细说明,包括主要特性和发布信息
1 parent cc0d66a commit dc936e6

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

readme.en.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,18 @@ To add a new microservice, simply follow these steps:
9393
2. Configure HTTPS certificates
9494
3. Add persistent data storage
9595
4. Configure appropriate resource limits
96-
5. Add monitoring and log collection
96+
5. Add monitoring and log collection
97+
98+
## Version History
99+
100+
### base-v1.0.0 (Basic Starter Version)
101+
Release Date: Please refer to [base-v1.0.0 tag](https://github.com/lprintf/microservice/releases/tag/base-v1.0.0) for details
102+
103+
> Note: This version corresponds to the `base-stable` branch. For long-term maintenance, please develop based on this branch.
104+
105+
This is the first basic starter version with the following key features:
106+
1. Complete microservice architecture based on FastAPI, Traefik and Consul
107+
2. Implemented auth service, user service and product service
108+
3. Integrated frontend service providing visual operation interface
109+
4. Support service discovery, load balancing and API gateway routing
110+
5. Provided Docker Compose configuration for easy deployment

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,17 @@ curl "http://localhost/products" \
9898
3. 添加数据持久化存储
9999
4. 配置适当的资源限制
100100
5. 添加监控和日志收集
101+
102+
## 版本说明
103+
104+
### base-v1.0.0 (基础入门版本)
105+
- 发布日期: 请查看 [base-v1.0.0 tag](https://github.com/lprintf/microservice/releases/tag/base-v1.0.0) 获取详细信息
106+
107+
> 提示: 该版本对应分支为 `base-stable`,如需长期维护版本,请基于此分支进行开发。
108+
109+
这是第一个基础入门版本,包含以下主要特性:
110+
1. 完整的微服务架构搭建,基于FastAPI、Traefik和Consul
111+
2. 实现了认证服务、用户服务和产品服务
112+
3. 集成了前端服务,提供可视化操作界面
113+
4. 支持服务发现、负载均衡和API网关路由
114+
5. 提供了Docker Compose配置,便于快速部署

0 commit comments

Comments
 (0)