• 4.1.27 ac7e1064ff

    pqc released this 2026-01-21 10:03:19 +08:00 | 3 commits to dev since this release

    1. 支持了watcher的lazy以及timer和watcher的free形式,以适应项目需求。
    2. 修复了errorHandler时cloneDeep导致的类型丢失问题
    Downloads
  • 4.1.26 67d3873895

    pqc released this 2026-01-09 16:14:10 +08:00 | 8 commits to dev since this release

    1. 现在支持以下配置文件格式:
    • ${dbType}.${process.env.NODE_ENV}.json
    • ${dbType}.json

    dbType现支持:mysql、postgres
    process.env.NODE_ENV支持production,development等

    加载顺序:

    • mysql > postgres
    • 带env > 不带env

    例如:
    mysql.development.json
    postgres.json

    Downloads
  • 4.1.25 716b3b192f

    pqc released this 2025-12-10 18:05:45 +08:00 | 13 commits to dev since this release

    1. 新增stopRoutine,在项目src/routimes/stop.ts中导出routine,可以在服务器关闭时自动执行
    Downloads
  • 4.1.24 90129d2c87

    pqc released this 2025-12-02 10:44:03 +08:00 | 18 commits to dev since this release

    1. 支持在项目src/configuration/exception.ts下定义const handlers: Array<InternalErrorHandler<EntityDict, BackendRuntimeContext>>以注册全局后台异常处理
    Downloads
  • 4.1.23 d22137c900

    Xc released this 2025-10-16 15:08:13 +08:00 | 26 commits to dev since this release

    使用error代替warn作为例程和定时器的错误日志

    Downloads
  • 4.1.22 8b774dd111

    Xc released this 2025-10-16 11:03:10 +08:00 | 30 commits to dev since this release

    丰富了initialize时候对现有数据的处理

    Downloads
  • 4.1.21 a9bbc9be97

    Xc released this 2025-08-18 15:10:04 +08:00 | 33 commits to dev since this release

    1、增加了i18n相应的routine,升级时动态更新i18n数据

    Downloads
  • 4.1.20 45889306c1

    Xc released this 2025-06-16 12:30:00 +08:00 | 37 commits to dev since this release

    1、endpoint返回参数增加statusCode声明

    Downloads
  • 4.1.19 51e69b62f3

    Xc released this 2025-05-08 16:44:48 +08:00 | 40 commits to dev since this release

    1、cluster环境下对sub的判断的BUG的修正

    Downloads
  • 4.1.18 547253241c

    Xc released this 2025-04-18 18:45:41 +08:00 | 43 commits to dev since this release

    1. 支持了free endpoint
    2. 修正了clusterApploader原来处理commitTriggers的逻辑,原来漏掉了非cs类型的commitTrigger的处理
    3. 规范化了同步抛出验签失败异常
    Downloads