-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
61 lines (37 loc) · 1.03 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
CHANGES ( Latest to Oldest )
============================
v1.6.0
------
- Use `raw_download` for `Blob.download_to_file` and `Blob.download_as_string`.
- specified minimum version of google-cloud-storage ( 1.24 )
- specified minimum version of six ( 1.15 )
v1.4.1
------
- Update S3 download_gzipped to use file-like object
v1.4.0
------
- Support S3, GCS
- Add real integration testing for S3, GCS
v1.3.2
------
- Update exception message for CloudStorageNotFoundException not to use traceback
v1.3.1
------
- Add CloudStorageNotFoundException
v1.3.0
------
- Moved back GoogleCloudStorage in cloud_storage.client.py to cloud_storage.__init__.py
- Add version into info cloud_storage.__about__.py
v1.2.0
------
- Added storage factory in cloud_storage.client
- Moved GoogleCloudStorage in cloud_storage.__init__.py to cloud_storage.client.py
v1.1.0
------
- Simplify Function Names
- Change blob_name to object_key
- Add exception handling & raise new exception
- Remove storage_class parameters
v1.0.0
------
Inition version.