Skip to content

Releases: macacajs/macaca-datahub

v2.5.2

18 Sep 01:54
Compare
Choose a tag to compare

v2.4.2...v2.5.2

v2.4.2

25 Apr 12:11
Compare
Choose a tag to compare

v2.4.0...v2.4.2

v2.4.0

22 Feb 11:32
Compare
Choose a tag to compare
v2.4.0 Pre-release
Pre-release

v2.3.10...v2.4.0

DataHub 2.0

09 Aug 09:34
ac0d5b0
Compare
Choose a tag to compare

DataHub 2.x Upgrade Guide

Dependency update

Upgrade the version number to 2

{
  "macaca-datahub": "2",
  "macaca-wd": "2", // If you use this module to write unit tests, please upgrade to 2
}
 

Incompatible processing

**⚠️Note: DataHub 2's underlying service changes are no longer compatible with 1.x data formats. **

Existing archive data can be upgraded via the following command line:

$ ./node_modules/.bin/datahub-migrate-1-to-2 -s ./data

If you use switchScene, please read on

The method property is supported, as described in the datahub-nodejs-sdk documentation.


依赖更新

将版本号升级到 2

{
  "macaca-datahub": "2",
  "macaca-wd": "2", // 如果你用到该模块写单元测试,请升级到 2
}
 

不兼容处理

⚠️注意: DataHub 2 的底层服务变更,不再兼容 1.x 的数据格式。

已有的归档数据可以通过如下命令行进行升级:

$ ./node_modules/.bin/datahub-migrate-1-to-2 -s ./data

如果你用到 switchScene,请继续阅读

支持 method 属性,具体见 datahub-nodejs-sdk 文档。

1.0.75

02 Aug 11:45
Compare
Choose a tag to compare
bump version

1.0.49

18 Apr 09:16
Compare
Choose a tag to compare
Added support docker healthcheck (#42)

* added docker health check support

1.0.34

12 Feb 08:21
Compare
Choose a tag to compare
feat: only migration white list data