You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.7.0
User-facing
Added
#409 Support query parameters in Fog::Storage::Google GET requests [stanhu]
#394 Add some helper methods to Fog::Compute::Google::Server [temikus]
.private_ip_address
.stopped?
#375 Add timeout options to Fog::Storage::GoogleJSON client [dosuken123]
Changed
#394save/update/destroy and other operations now wait until they are in a
DONE state, instead of !PENDING. This should be a no-op for users but should
safeguard from issues in the future. [temikus]
#383Fog::Compute::Google::Address resources are now created synchronously
by default. [temikus]
Development changes
Added
#409 Expand Fog::Storage::Google unit tests [stanhu]
#370 Introducing test coverage back, integrating with codecov.io [temikus]
#373 Increase integration test coverage. [temikus]