Skip to content

Commit a722a86

Browse files
committed
chore(release): v0.5.1
1 parent 82de848 commit a722a86

4 files changed

Lines changed: 57 additions & 4 deletions

File tree

changelog/v0.5.1.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# 📦 MCP Gateway v0.5.1
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ✨ 新功能
6+
7+
- 添加代理配置的修订历史限制功能
8+
- 添加聊天会话管理功能,包括删除和更新标题
9+
- 为 Redis 中的键添加 TTL 支持
10+
11+
## 🐛 修复
12+
13+
- 修复 header 参数问题
14+
- 回滚 web 基础镜像
15+
16+
---
17+
18+
📘 文档:https://mcp.ifuryst.com
19+
🐙 源码:https://github.com/mcp-ecosystem/mcp-gateway
20+
🐳 Docker 镜像:`ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
21+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
22+
🔗 扫描下方二维码加入社区微信群,备注:`mcp-gateway``mcpgw`
23+
<img src="https://github.com/mcp-ecosystem/mcp-gateway/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
24+
25+
---
26+
27+
感谢所有参与和关注该项目的开发者与用户 💖
28+
29+
---
30+
31+
## ✨ New Features
32+
33+
- Add revision history limit to proxy configuration
34+
- Add chat session management features including delete and update title
35+
- Add TTL for keys in Redis
36+
37+
## 🐛 Fixes
38+
39+
- Fix header arguments issue
40+
- Rollback web base image
41+
42+
---
43+
44+
📘 Docs: https://mcp.ifuryst.com
45+
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
46+
🐳 Docker Image: `ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
47+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
48+
🔗 Scan the QR code below to join WeChat community group, note: `mcp-gateway` or `mcpgw`
49+
<img src="https://github.com/mcp-ecosystem/mcp-gateway/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
50+
51+
---
52+
53+
Thanks to all contributors and early users! 💖

pkg/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.0
1+
v0.5.1

web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcp-admin-dashboard",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"type": "module",
66
"description": "MCP Gateway Admin Dashboard - A modern web interface for managing MCP Gateway services",
77
"keywords": [

0 commit comments

Comments
 (0)