Skip to content

Commit 841c3ac

Browse files
committed
chore(release): v0.8.4
1 parent e6661cc commit 841c3ac

File tree

4 files changed

+71
-4
lines changed

4 files changed

+71
-4
lines changed

changelog/v0.8.4.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# 📦 Unla v0.8.4
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ⚡ 改进
6+
7+
- 从npm迁移到pnpm包管理器,提升依赖管理效率
8+
- 更新Rollup和Vite版本,增强构建性能和代码分割
9+
- 增强OpenAPI导入功能,支持租户验证和租户选择
10+
- 改进租户选择逻辑和网关管理器的用户体验
11+
- 优化MultiSelectAutocomplete组件,新增maxVisibleItems属性
12+
13+
## 🔧 其他
14+
15+
- 修复:移除API baseURL中的v1前缀
16+
- 修复:解决docker compose文件在旧版本docker-compose二进制上的运行错误
17+
- 优化:重构Layout组件导入结构,提升代码可读性
18+
- 优化:改进GitHub工作流配置,安装特定pnpm版本并启用缓存
19+
- 更新:调整API服务器端口和MCP网关配置以保持一致性
20+
- 更新:增强运行时配置处理和环境变量配置
21+
- 更新:登录页面标题更新为"Unla - MCP Gateway"
22+
23+
---
24+
25+
📘 文档:https://docs.unla.amoylab.com/
26+
🐙 源码:https://github.com/amoylab/unla
27+
🐳 Docker 镜像:`ghcr.io/amoylab/unla/allinone:latest`
28+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
29+
🔗 扫描下方二维码加入社区微信群,备注:`unla`
30+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
31+
32+
---
33+
34+
感谢所有参与和关注该项目的开发者与用户 💖
35+
36+
---
37+
38+
## ⚡ Improvements
39+
40+
- Migrate from npm to pnpm package manager for improved dependency management efficiency
41+
- Update Rollup and Vite versions to enhance build performance and code splitting
42+
- Enhance OpenAPI import functionality with tenant validation and tenant selection support
43+
- Improve tenant selection logic and gateway manager user experience
44+
- Optimize MultiSelectAutocomplete component with new maxVisibleItems property
45+
46+
## 🔧 Others
47+
48+
- Fix: Remove v1 prefix from API baseURL
49+
- Fix: Resolve docker compose file runtime errors on older docker-compose binary versions
50+
- Optimize: Refactor Layout component import structure for better code readability
51+
- Optimize: Improve GitHub workflow configuration with specific pnpm version installation and caching
52+
- Update: Adjust API server port and MCP gateway configuration for consistency
53+
- Update: Enhance runtime configuration handling and environment variable setup
54+
- Update: Login page title updated to "Unla - MCP Gateway"
55+
56+
---
57+
58+
📘 Docs: https://docs.unla.amoylab.com/
59+
🐙 Source: https://github.com/amoylab/unla
60+
🐳 Docker Image: `ghcr.io/amoylab/unla/allinone:latest`
61+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
62+
🔗 Scan the QR code below to join WeChat community group, note: `unla`
63+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
64+
65+
---
66+
67+
Thanks to all contributors and early users! 💖

deploy/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.8.3
18+
version: 0.8.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.8.3"
24+
appVersion: "0.8.4"

pkg/version/VERSION

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

web/package.json

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

0 commit comments

Comments
 (0)