Releases: qingstor/qingstor-sdk-java
Releases · qingstor/qingstor-sdk-java
Release v2.6.6
What's Changed
- migrate to maven by @owarai in #245
- build(deps): bump ch.qos.logback:logback-classic from 1.2.6 to 1.4.11 by @dependabot in #231
- build(deps-dev): bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12 by @dependabot in #247
- fix(body): Use -1 as unknown body size hint by @owarai in #248
- Bump to version 2.6.6 by @owarai in #249
Full Changelog: v2.6.5...v2.6.6
Release v2.6.5
Release v2.6.4
What's Changed
- docs(config): More accurate description about cname_support by @owarai in #237
- docs: Add UploadPartCopy(CopyPart) example by @owarai in #239
- deps: Update org.json to address CVE-2023-5072 by @owarai in #240
- Bump to version 2.6.4 by @owarai in #241
Full Changelog: v2.6.3...v2.6.4
Release 2.6.3
What's Changed
- docs: Correct deleteObject method parameters by @owarai in #227
- gradle: Add shadowJar task to compile shaded fatJar by @owarai in #228
- ci: Update spotless to last jdk8 compatible version by @owarai in #230
- docs: Updated the official document links by @yu31 in #233
- deps: Upgrade jackson yaml backend to address several CVE issues by @owarai in #234
- deps: Update okhttp to address CVE-2023-3635 by @owarai in #235
Full Changelog: v2.6.2...v2.6.3
Release 2.6.2
Fixes
- fix: Race condition when request check signature-related sub-sources by liuxiaodong in #225
Full Changelog: v2.6.1...v2.6.2
Release 2.6.1
Fixes
- fix(head_object): return Cache-Control, Expires etc common response h… by @owarai in #221
- fix(lifecycle): Filter.Prefix is not a required field by @owarai in #222
- deps: Update org.json to address CVE-2022-45688 by @xhrg in #223
New Features / Improvements
Breaking Changes
- feat(api): Add versioning-related api by @owarai in #220
deleteObject introduce a second parameter: DeleteObjectInput
Full Changelog: v2.6.0...v2.6.1
Release 2.6.0
Fixes
Docs
Dependency Updates
- Bump okhttp from 4.9.1 to 4.9.2 by @dependabot in #171
- Bump logback-classic from 1.2.4 to 1.2.5 by @dependabot in #163
- Bump logback-classic from 1.2.5 to 1.2.6 by @dependabot in #168
Maintenance
- Bump cucumber-java from 6.10.4 to 6.11.0 by @dependabot in #164
- Bump cucumber-junit from 6.10.4 to 6.11.0 by @dependabot in #165
- Bump com.diffplug.spotless from 5.14.2 to 5.14.3 by @dependabot in #166
- Bump com.diffplug.spotless from 5.14.3 to 5.15.0 by @dependabot in #167
- Bump com.diffplug.spotless from 5.15.0 to 5.15.1 by @dependabot in #169
- Bump com.diffplug.spotless from 5.15.1 to 5.15.2 by @dependabot in #170
- Bump com.diffplug.spotless from 5.15.2 to 5.16.0 by @dependabot in #172
- Bump cucumber-java from 6.11.0 to 7.0.0 by @dependabot in #173
- Bump cucumber-junit from 6.11.0 to 7.0.0 by @dependabot in #174
- Bump com.diffplug.spotless from 5.16.0 to 5.17.0 by @dependabot in #175
- Bump com.diffplug.spotless from 5.17.0 to 5.17.1 by @dependabot in #176
Full Changelog: v2.5.2...v2.6.0
Release 2.5.2
Fixed
- Ensure bucket is append before optional zone when
enable_virtual_host_style
(bug introduced in v2.5.1);
Release 2.5.1
Added
- Config through env variables and default location;
Changed
- Use endpoint instead of protocol/host/port when config;
- Skip sign if no credentials provided;
- Auto add/strip-out
x-qs-meta-
prefix when deal with custom metadata in related api(PUT/GET/HEAD etc);
Fixed
- Check zone before prepend it to host;