Skip to content

Commit 91daa9d

Browse files
authored
Merge pull request #426 from Temikus/release-180
Release 180 🚀
2 parents 92a85c8 + cfbc573 commit 91daa9d

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,42 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3-
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
3+
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4+
5+
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
46

57
## 1.8.0
68

79
### User-facing
810

11+
#### Added
12+
- \#418 Reintroduce client options for proxy support, etc. [AlexanderZagaynov]
13+
914
#### Fixed
1015

1116
- \#419 Locked down fog upstream dependencies to alleviate deprecation warnings
1217
until they can be properly dealt with. [temikus]
1318
- \#400 Small `%Collection%.get` and `%Collection%.all` behaviour fixes [temikus]
1419
- `Fog::Google::SQL::Instances.get(nil)` no longer returns an invalid
1520
`sql#instancesList` object.
16-
- `Fog::Compute::Google::InstanceGroups.get` and `.all` methods now support more than
17-
just `:filter` option, fixed `.all` output if zone wasn't provided.
21+
- `Fog::Compute::Google::InstanceGroups.get` and `.all` methods now support
22+
more than just `:filter` option, fixed `.all` output without `zone` option.
1823
- Fix a typo causing `Operations.get(region:REGION)` to fail.
19-
- `Fog::Compute::Google::Images.get(IMAGE, PROJECT)`, now returns `nil` if image is not
20-
found rather than throwing `Google::Apis::ClientError`.
24+
- `Fog::Compute::Google::Images.get(IMAGE, PROJECT)`, now returns `nil` if
25+
image is not found rather than throwing `Google::Apis::ClientError`.
2126

2227
### Development changes
2328

2429
#### Added
2530

2631
- \#400 Additional test coverage [temikus]
27-
- Expanded tests for `%Collection%.get` behavior - scoped requests (e.g. `get(zone:ZONE)`)
28-
and their corresponding code paths are now also tested.
32+
- Expanded tests for `%Collection%.get` behavior - scoped requests
33+
(e.g. `get(zone:ZONE)`) and their corresponding code paths are now also
34+
properly tested.
2935
- Increase `Fog::Compute::Google::Images` integration test coverage.
3036
- Unit tests now work without a `~/.fog` config file set up.
3137
- Expanded unit test coverage.
38+
- \#424 Add simple integration tests to check client proxy options being
39+
applied.
3240

3341
#### Changed
3442

lib/fog/google/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Google
3-
VERSION = "1.7.1".freeze
3+
VERSION = "1.8.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)