Code Push Server Versions Save

CodePush service is hot update services which adapter react-native-code-push and cordova-plugin-code-push - 热更新

v5.7.1

4 years ago

v5.7.0

4 years ago

adoptor api /v0.1/public/codepush/update_check

v0.5.4

5 years ago

fixbug

  • 修复promote disable

v0.5.2

5 years ago

新特性

  • 针对文本增量更新进行优化,使用google diff-match-patch 算法计算差异
    • react-native-code-push Android客户端适配,需要合并https://github.com/Microsoft/react-native-code-push/pull/1393, 才能正常使用文本增量更新功能。
    • react-native-code-push iOS客户端适配 (需要合并https://github.com/Microsoft/react-native-code-push/pull/1399)
    • react-native-code-push Windows客户端适配 (进行中)
    • 新增修改密码界面

fixbug

  • 修复统计数据激活数
  • 修复灰度发布bug
  • rollback后增加计算和最后一次增量更新版本

如何升级到该版本

升级数据库

$ npm run upgrade

or

$ code-push-server-db upgrade

v0.4.7

5 years ago

新特性

  • targetBinaryVersion 支持正则匹配, deployments_versions新增字段min_version,max_version
    • * 匹配所有版本
    • 1.2.3 匹配特定版本1.2.3
    • 1.2/1.2.* 匹配所有1.2补丁版本
    • >=1.2.3<1.3.7
    • ~1.2.3 匹配>=1.2.3<1.3.0
    • ^1.2.3 匹配>=1.2.3<2.0.0
  • 添加docker编排服务部署,更新文档
  • Support Tencent cloud cos storageType

如何升级到该版本

  • 升级数据库 $ ./bin/db upgrade or $ mysql codepush < ./sql/codepush-v0.4.0-patch.sql

  • 处理存量数据

     $ git clone https://github.com/lisong/tools
     $ cd tools
     $ npm i
     $ vim ./bin/fixMinMaxVersion //修改数据配置
     $ node  ./bin/fixMinMaxVersion //出现提示 success
    

v0.3.2

5 years ago

升级到该版本需要升级数据库

$ ./bin/db upgrade

or

$ mysql codepush < ./sql/codepush-v0.3.0-patch.sql

v0.2.20

6 years ago

v0.2.19

7 years ago

v0.2.13

7 years ago

General

Linux Status Windows Status Coverage Status

New features and enhancements

  • use bcryptjs instead bcrypt. thanks @simongfxu
  • more flexibility init bin. thanks @simongfxu
  • fix error tips

v0.2.12

7 years ago

General

Linux Status Windows Status Coverage Status

New features and enhancements

  • modify config jwt, more readable.
  • update Dependencies