fog-aliyun 0.3.17 → 0.3.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e69954ae4115e7137286fe738da6423b1898a522f463ac65526ca4c692ce40e
4
- data.tar.gz: 991d52c7f3688fc0417b037266480f800f189a9de8d0af421d139829ddde6121
3
+ metadata.gz: cff686947955adaead48c9bb70ec405a2ca807240ba53d7e86fe1da27b63ab4f
4
+ data.tar.gz: bec5610976802d1cefccbe9f8788943747cfe31059cf0d6b04d0ae589caace46
5
5
  SHA512:
6
- metadata.gz: 6a53c7749c71417451ae19d72834c3cabfa8f6a13fe4a68f0c1c05515429444c799ccc410241cfbbbfdebbe3b51496a35607f25869eebb09d2b99d9325114a4c
7
- data.tar.gz: 165d735915b2cf6e7887a0f5b5205afef604bfa6d6c9bdc5471203811d6c1f4d19ca6fcd45388a01672983e6c03489354c99745e1376f0da9015334f68133b85
6
+ metadata.gz: 7bb3975226a2af2d130be85b64f057d61cab8564bd6ef9fc349080efa0008d79dff5149a3124142436bcf30ef893314e27d195b8706c9bc6c634d88c5452a33b
7
+ data.tar.gz: e21803702da802d2a3051c63428af92b0fb66c9f8a95f62c2c9c76a31ea80fa6ae0ee74081c9ee72d5c0570dae0f60c2764f8094d9692c39f8d93e1ade320ea0
@@ -1,4 +1,26 @@
1
- ## 0.3.17 (Unreleased)
1
+ ## 0.3.19 (Unreleased)
2
+ ## 0.3.18 (August 03, 2020)
3
+
4
+ IMPROVEMENTS:
5
+
6
+ - reconstruct perform test [GH-148](https://github.com/fog/fog-aliyun/pull/148)
7
+ - Reconstruct fog-aliyun by using oss [GH-147](https://github.com/fog/fog-aliyun/pull/147)
8
+ - reconstruct cover case test [GH-146](https://github.com/fog/fog-aliyun/pull/146)
9
+ - reconstruct case test [GH-144](https://github.com/fog/fog-aliyun/pull/144)
10
+ - reconstruct parts two of file [GH-143](https://github.com/fog/fog-aliyun/pull/143)
11
+ - implement blobstore for cloud_controller_ng [GH-142](https://github.com/fog/fog-aliyun/pull/142)
12
+ - reconstruct parts of file [GH-141](https://github.com/fog/fog-aliyun/pull/141)
13
+ - reconstruct the files [GH-140](https://github.com/fog/fog-aliyun/pull/140)
14
+ - reconstruct the directory [GH-139](https://github.com/fog/fog-aliyun/pull/139)
15
+ - reconstruct the directories [GH-138](https://github.com/fog/fog-aliyun/pull/138)
16
+ - improve files.get code [GH-137](https://github.com/fog/fog-aliyun/pull/137)
17
+ - add testcase for testing head notexistfile [GH-136](https://github.com/fog/fog-aliyun/pull/136)
18
+ - improve head_object using oss sdk [GH-135](https://github.com/fog/fog-aliyun/pull/135)
19
+
20
+ BUG FIXES:
21
+
22
+ - fix files all options problem [GH-149](https://github.com/fog/fog-aliyun/pull/149)
23
+
2
24
  ## 0.3.17 (July 06, 2020)
3
25
 
4
26
  IMPROVEMENTS:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fog
4
4
  module Aliyun
5
- VERSION = '0.3.17'
5
+ VERSION = '0.3.18'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-aliyun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.17
4
+ version: 0.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Qinsi Deng, Jianxun Li, Jane Han, Guimin He
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-06 00:00:00.000000000 Z
11
+ date: 2020-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler