Skip to content

Commit 5ac64ac

Browse files
authored
Merge pull request #504 from Temikus/release-1-11-0
Release 1.11.0 🚀
2 parents 5e8db31 + 9fe8072 commit 5ac64ac

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
66

77
## Next
88

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]
929

1030
## 1.10.0
1131

lib/fog/google/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Google
3-
VERSION = "1.10.0".freeze
3+
VERSION = "1.11.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)