File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,26 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
6
7
7
## Next
8
8
9
+ ## 1.11.0
10
+
11
+ ### User-facing
12
+
13
+ #### Added
14
+
15
+ - \# 503 - Add fallback URL signing mechanism via IAM SignBlob API [ temikus]
16
+
17
+ #### Fixed
18
+
19
+ - \# 498 Add ` :idempotent ` flag to Fog::Storage::GoogleXML::Real#head_object, fixing
20
+ ` Excon::Error::Socket: end of file reached (EOFError) ` in certain scenarios, see \# 416 [ temikus]
21
+ - \# 500 Set default options automatically if missing in ` Pubsub#pull_subscription `
22
+
23
+ ### Development changes
24
+
25
+ #### Fixed
26
+
27
+ - \# 501 DRY'ed up the retry methods in monitoring tests [ temikus]
28
+ - \# 500 Cleanup unneeded constants in Server model, fix flaky PubSub tests [ temikus]
9
29
10
30
## 1.10.0
11
31
Original file line number Diff line number Diff line change 1
1
module Fog
2
2
module Google
3
- VERSION = "1.10 .0" . freeze
3
+ VERSION = "1.11 .0" . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments