1 Star 0 Fork 0

xiadewang / huaweicloud-sdk-java-obs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.MD 6.02 KB
一键复制 编辑 原始数据 按行查看 历史
shenqing-code 提交于 2020-02-26 20:15 . Update README.MD

HitCount Build Status Coverage Status License Maven Central

Version 3.20.1 Third-party dependence:

  1. Replace okhttp 3.11.0 with okhttp 3.14.2.

Version 3.19.11 New features:

  1. Request authentication supports obtaining access keys by searching in sequence.
  2. Download requests are supported. If status code 302 Found is returned, authentication information is not required for redirection.

Third-party dependence:

  1. Replace log4j-core 2.8.2 with log4j-core 2.12.0.
  2. Replace jackson-databind 2.8.2 with log4j-api 2.12.0.
  3. Replace java-xmlbuilder 1.1 with java-xmlbuilder 1.2.

Version 3.19.9

Third-party dependencies:

  1. replace jackson-core 2.9.9 with jackson-core 2.9.10
  2. replace jackson-databind 2.9.9 with jackson-databind 2.9.10
  3. replace jackson-annotations 2.9.9 with jackson-core 2.9.10

Version 3.19.7

New features:

  1. Added the IObsCredentialsProvider interface to provide methods for obtaining AK/SK methods and actively refreshing AK/SK.
  2. Added three implementations of the IObsCredentialsProvider interface:    a. User provide AK/SK: BasicObsCredentialsProvider;    b. Get AK/SK from the environment variable: EnvironmentVariableObsCredentialsProvider;    c. Get AK/SK from the ECS service: EcsObsCredentialsProvider.
  3. Support the content-type setting of the svp format file, and set the value to image/svg+xml.
  4. Update the third-party dependencies: a. replace jackson-core 2.9.8 with jackson-core 2.9.9 b. replace jackson-databind 2.9.8 with jackson-databind 2.9.9 c. replace jackson-annotations 2.9.8 with jackson-core 2.9.9

Resolved issues:


Version 3.19.5.3

New features:

Resolved issues:


Version 3.19.5.2

New features:

Resolved issues:

  1. Updated the copyright notice.

Version 3.19.5

New features:

  1. Added the project ID parameter to SSE-KMS.
  2. Added the detailed error flag returned by the OBS server when an exception occurs on ObsException.getErrorIndicator.

Resolved issues:

  1. [Function] Fixed the issue that upload and download progress bar cannot be displayed when content-length is not set.
  2. [Function] Fixed the issue that content-type is automatically set to video/mp4 for uploaded files with file name extension of .mp4.
  3. [Function] Fixed the issue of object download failure in the data retrieval scenario.

Version 3.1.3 New features:

  1. Added bucket encryption APIs: ObsClient.setBucketEncryption, ObsClient.getBucketEncryption, and ObsClient.deleteBucketEncryption. Currently, only the SSE-KMS encryption is supported.
  2. Added the enumerated type (SSEAlgorithmEnum) for server-side encryption. The server-side encryption model ServerAlgorithm and ServerEncryption are marked as Deprecated.

Documentation & Demo

  1. Modified the encryption sample code in the section describing server-side encryption in the Developer Guide.

Resolved issues:

  1. Optimized the logging when exceptions occur.
  2. Fixed the issue that errors may occur when the ByteArrayInputStream data flow is transferred during object upload.
  3. Optimized the level of access logs to avoid ambiguity.
  4. Changed the lower limit of resumable upload API on a part size from 5 MB to 100KB.

Version 3.1.2.1

Resolved issues:

  1. Modified the default value of maxIdleConnections in ObsConfiguration to 1000.

Version 3.1.2

New features:

  1. FunctionGraph configuration and query are supported in the bucket event notification APIs: ObsClient.setBucketNotification and ObsClient.getBucketNotification.

Documentation & Demo

  1. Added the description of FunctionGraph configuration in the section about event notification in the Developer Guide.

Resolved issues:

  1. Fixed the issue that the error information reported by the bucket creation API ObsClient.createBucket is incorrect due to protocol negotiation.
  2. Fix the bugs at the bottom layer of okhttp3.Dispatcher. This bug causes the issue that the maximum number of concurrent requests exceeds the upper limit.

Version 3.1.1

New features:

  1. Integrated log4j 1.x as the log component.
  2. Added the temporary authentication access API (ObsClient.createGetTemporarySignature) that supports policy setting.
  3. The API for object upload (ObsClient.putObject) can automatically identify a wider MIME type.

Resolved issues:

  1. Fixed the issue that multiple TopicConfigurations cannot be set for the bucket event notification API (ObsClient.setBucketNotification).
  2. Fixed the issue that the SDK is incompatible with JDK 9 or later versions.
1
https://gitee.com/xdw1019/huaweicloud-sdk-java-obs.git
git@gitee.com:xdw1019/huaweicloud-sdk-java-obs.git
xdw1019
huaweicloud-sdk-java-obs
huaweicloud-sdk-java-obs
master

搜索帮助