Skip to content

Commit e4bcb6e

Browse files
authored
Release google-cloud-storage 1.28.0 (#7593)
* Add Object Lifecycle Management fields * Add custom_time_before to Lifecycle::Rule * Add days_since_custom_time to Lifecycle::Rule * Add days_since_noncurrent_time to Lifecycle::Rule * Add noncurrent_time_before to Lifecycle::Rule * Add File#custom_time and #custom_time=
1 parent 563a123 commit e4bcb6e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

google-cloud-storage/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release History
22

3+
### 1.28.0 / 2020-08-26
4+
5+
* Add Object Lifecycle Management fields
6+
* Add custom_time_before to Lifecycle::Rule
7+
* Add days_since_custom_time to Lifecycle::Rule
8+
* Add days_since_noncurrent_time to Lifecycle::Rule
9+
* Add noncurrent_time_before to Lifecycle::Rule
10+
* Add File#custom_time and #custom_time=
11+
312
### 1.27.0 / 2020-07-29
413

514
#### Features

google-cloud-storage/lib/google/cloud/storage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Storage
19-
VERSION = "1.27.0".freeze
19+
VERSION = "1.28.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)