Releases: aliyun/aliyun-oss-android-sdk
Releases · aliyun/aliyun-oss-android-sdk
release_2.9.9
- Delete the useless OSSSQLiteHelper class
release_2.9.8
- Migrate from jcenter to mavenCentral
- Fix the'ParcelFileDescriptor not closed' bug
release 2.9.7
- 新增cname、二级域名、自定义path配置
- 修复 调用 mutilpartUpload 接口 设置ACL时 报错的问题
release_2.9.6
- 删除allowBackup
- 修改日志信息
- 删除 CHANGE_WIFI_STATE, ACCESS_NETWORK_STATE, ACCESS_WIFI_STATE 权限
release_2.9.3
- 修正 Bucket 名称合法性验证的正则表达式;
- 修正访问 Endpoint 的拼接规则;
release_2.9.2
1.add time interval for retry.
2.fix potential bug about multipart upload.
3.add logic about checking empty file for putObject API.
4.fix testcases.
5.adjust sample code.
release 2.9.1
- fix bug about 409 error for sequentially uploading object.
- fix bug about losing port of endpoint.
- optimize logic about time synchronization.
- should not use endpoint with format of https://ipadress.
- support carry custom headers for getObject api.
release_2.9.0
add http2 support
release_2.8.5
1.add api which named putSymlink;
2.add api which named getSymlink;
3.add api which named restoreObect;
release_2.8.4
fix listParts's error while response's NextPartNumberMarker is null