Skip to content

v0.8.0

Compare
Choose a tag to compare
@steden steden released this 27 Jul 13:58
· 248 commits to main since this release
  1. 调整:FarseerModule接口拆分成FarseerPreInitializeModule、FarseerInitializeModule、FarseerPostInitializeModule、FarseerShutdownModule
  2. 调整:框架启动时的日志内容
  3. 修复:FarseerKernelModule模块需要去重
  4. 修复:时间轮的时间格超出下标的错误
  5. 新增:数据库事务接口core.ITransaction
  6. 新增:日志接口core.ILog
  7. 调整:重写日志组件
  8. 调整:执行配置文件初始化逻辑改到FarseerKernelModule模块中
  9. 新增:日志打印json格式支持
  10. 新增:flog.ErrorIfExists方法
  11. 新增:container支持移除已注册的实例container.Removecontainer.RemoveUnused
  12. 新增:获取系统环境资源system.GetResource
  13. 新增:日志写入到文件功能