Skip to content

Commit 5468c7b

Browse files
committed
chore(release): v0.3.3
1 parent 509154c commit 5468c7b

4 files changed

Lines changed: 47 additions & 4 deletions

File tree

changelog/v0.3.3.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# 📦 MCP Gateway v0.3.3
2+
3+
> Turn your APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## 🐛 修复
6+
7+
- 增强了错误信息的国际化支持
8+
- 修复了OpenAPI导入器的问题
9+
- 修复了WebSocket前缀问题
10+
- 修复了属性required的问题
11+
- 优化了supervisord配置以改进日志记录
12+
13+
---
14+
15+
📘 文档:https://mcp.ifuryst.com
16+
🐙 源码:https://github.com/mcp-ecosystem/mcp-gateway
17+
🐳 Docker 镜像:`ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
18+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
19+
20+
---
21+
22+
感谢所有参与和关注该项目的开发者与用户 💖
23+
24+
---
25+
26+
## 🐛 Fixes
27+
28+
- Enhanced error message internationalization support
29+
- Fixed OpenAPI importer issues
30+
- Fixed WebSocket prefix issue
31+
- Fixed properties required issue
32+
- Optimized supervisord configuration for improved logging
33+
34+
---
35+
36+
📘 Docs: https://mcp.ifuryst.com
37+
🐙 Source: https://github.com/mcp-ecosystem/mcp-gateway
38+
🐳 Docker Image: `ghcr.io/mcp-ecosystem/mcp-gateway/allinone:latest`
39+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
40+
41+
---
42+
43+
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.3.2
1+
v0.3.3

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.3.2",
4+
"version": "0.3.3",
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)