Skip to content

Releases: qiniu/js-sdk

v2.1.3

12 Mar 13:42
Compare
Choose a tag to compare

#346

  • 当region不设置时自动分析上传区域
  • 直传进度达到100时请求并未完成的bug
  • demo里关于图像处理的参数部分去除format参数
  • config.json.example格式单引号改为双引号
  • 增加eslint格式校验
  • demo里getUploadUrl改为promise方式,因为之前getUploadUrl是同步的,这里不改会有bug
  • 加入重试,当出现599状态码错误,上传自动重试三次
  • 解决demo中plupload上传的makefile请求的bug

v2.1.2

01 Mar 10:31
Compare
Choose a tag to compare

#340 修改mimetype类型名错误导致的报错

v2.1.1

01 Mar 02:54
Compare
Choose a tag to compare

#338 解决上传大于 4 MB 文件时报 701 的错误

v2.1.0

24 Feb 07:50
Compare
Choose a tag to compare
  • 添加日志报告 #331

v2.0.2

07 Feb 09:48
Compare
Choose a tag to compare
  • 修复 npm 包中 dist 目录缺失的问题

v2.0.0

07 Feb 08:35
Compare
Choose a tag to compare

(该版本的 npm 包有缺陷,请使用 v2.0.2+)

重构

  • API 调整
  • 移除对 plupload 的依赖

update the npm and bower reference lib path

28 Dec 13:29
2576d4a
Compare
Choose a tag to compare

this is a release to fix the reference error in v1.0.23

update uc domain and use webpack to build library

15 Dec 16:32
af5b989
Compare
Choose a tag to compare

fix uc domain to api.qiniu.com
use webpack to build library
fix the ejs security problem

fix reqid parse and uplog timestamp problem

17 Aug 14:39
Compare
Choose a tag to compare
  • fix x-reqid parse bug caused by chrome
  • fix uplog timestamp unit problem

update demo and fix private download error

26 Jul 06:07
Compare
Choose a tag to compare
  • update demo to use latest nodejs sdk
  • fix download upload url error
  • make http response callback parameters same as plupload