code-push-server

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

MIT License

Downloads
223
Stars
1.8K
Committers
13

Bot releases are hidden (Show)

code-push-server - v5.7.1 Latest Release

Published by lisong almost 5 years ago

code-push-server - v5.7.0

Published by lisong about 5 years ago

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

code-push-server - v0.5.4

Published by lisong almost 6 years ago

fixbug

  • 修复promote disable
code-push-server - v0.5.2

Published by lisong about 6 years ago

新特性

fixbug

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

如何升级到该版本

升级数据库

$ npm run upgrade

or

$ code-push-server-db upgrade

code-push-server - v0.4.7

Published by lisong about 6 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
    
code-push-server - v0.3.2

Published by lisong about 6 years ago

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

$ ./bin/db upgrade

or

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

code-push-server - v0.2.20

Published by lisong over 6 years ago

code-push-server - v0.2.19

Published by lisong over 7 years ago

code-push-server - v0.2.13

Published by lisong almost 8 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
code-push-server - v0.2.12

Published by lisong almost 8 years ago

General

Linux Status Windows Status Coverage Status

New features and enhancements

  • modify config jwt, more readable.
  • update Dependencies
code-push-server - v0.2.11

Published by lisong almost 8 years ago

General

Linux Status Windows Status Coverage Status

Bugfixes

  • clear redis cache when rollback.
  • fix download dir bug
code-push-server - v0.2.10

Published by lisong almost 8 years ago

General

Linux Status Windows Status Coverage Status

New features and enhancements

  • add s3 storageType for AWS. thanks @devhyunjae
  • add redis cache for updateCheck Api.
code-push-server - v0.2.9

Published by lisong almost 8 years ago

General

Linux Status Windows Status Coverage Status

Bugfixes

  • 修改服务默认监听地址为 0.0.0.0
code-push-server - v0.2.8

Published by lisong almost 8 years ago

General

Linux Status Windows Status Coverage Status

Bugfixes

  • mysql5.7 invalid timestamp default value
code-push-server - v0.2.7

Published by lisong almost 8 years ago

General

Linux Status Windows Status Coverage Status

Bugfixes

  • fs-extra 替换 fs.extra 和 ncp
code-push-server - v0.2.4

Published by lisong almost 8 years ago

General

Linux Status Windows Status Coverage Status

Bugfixes

  • 更新依赖包版本
code-push-server - v0.2.2

Published by lisong about 8 years ago

General

Linux Status Windows Status Coverage Status

New features and enhancements

  • app命名规则修改(前缀android_和ios_改成后缀命名规则-android or -ios, 以前的应用可以使用code-push app rename android_xxx xxx-android 修改为新的名字)
  • 适配cordova
code-push-server - v0.2.1

Published by lisong about 8 years ago

General

Linux Status Windows Status Coverage Status

New features and enhancements

  • 添加bin/db 初始化数据库
code-push-server - v0.2.0

Published by lisong about 8 years ago

General

Linux Status Windows Status Coverage Status

New features and enhancements

code-push-server - v0.1.6

Published by lisong about 8 years ago

General

Linux Status

Bugfixes

  • 检查版本更新,packageHash 是最新,返回结果为需要更新

New features and enhancements