Skip to content

发布dev2.8.2版本 #2025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
May 13, 2025
Merged

发布dev2.8.2版本 #2025

merged 23 commits into from
May 13, 2025

Conversation

pixelmaxQm
Copy link
Collaborator

@pixelmaxQm pixelmaxQm commented May 13, 2025

  • 增加mcp支持
  • 增加优雅关闭
  • 清理框架中的引用错误,减少用户在正常开发时遭遇的循环引用。
  • 增加MCP Tool 自动化模板
  • 增加MCP 调试工具
  • 优化初始化数据逻辑

piexlMax(奇淼 and others added 23 commits April 21, 2025 10:55
将服务器启动和重载逻辑进行重构,提取初始化系统为单独函数,优化代码结构。删除冗余的服务器初始化文件,统一使用新的 `server_run.go` 实现优雅关闭和重载功能。同时,将“重启服务”改为“重载服务”以更准确地描述功能。
- 将系统重载逻辑提取到独立的`system_events.go`文件中,并引入全局事件管理器
- 将JWT相关操作从`service`层移动到`utils`层,减少服务层依赖
- 将Casbin实例管理逻辑提取到`utils`层,统一管理Casbin实例的初始化和获取
- 删除冗余的`CreateSysOperationRecord`方法,优化操作记录中间件逻辑
将 `RunServer` 函数重命名为 `initServer`,并调整其调用方式以简化代码。同时,在系统初始化时添加 `SetupHandlers` 函数以注册全局处理函数,提升代码可维护性。
fix: 修复组合模式下,顶部菜单重复bug
@pixelmaxQm pixelmaxQm merged commit 6323688 into main May 13, 2025
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants