|
1 | 1 | # Changelog
|
2 | 2 | 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). |
4 | 6 |
|
5 | 7 | ## 1.8.0
|
6 | 8 |
|
7 | 9 | ### User-facing
|
8 | 10 |
|
| 11 | +#### Added |
| 12 | +- \#418 Reintroduce client options for proxy support, etc. [AlexanderZagaynov] |
| 13 | + |
9 | 14 | #### Fixed
|
10 | 15 |
|
11 | 16 | - \#419 Locked down fog upstream dependencies to alleviate deprecation warnings
|
12 | 17 | until they can be properly dealt with. [temikus]
|
13 | 18 | - \#400 Small `%Collection%.get` and `%Collection%.all` behaviour fixes [temikus]
|
14 | 19 | - `Fog::Google::SQL::Instances.get(nil)` no longer returns an invalid
|
15 | 20 | `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. |
18 | 23 | - 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`. |
21 | 26 |
|
22 | 27 | ### Development changes
|
23 | 28 |
|
24 | 29 | #### Added
|
25 | 30 |
|
26 | 31 | - \#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. |
29 | 35 | - Increase `Fog::Compute::Google::Images` integration test coverage.
|
30 | 36 | - Unit tests now work without a `~/.fog` config file set up.
|
31 | 37 | - Expanded unit test coverage.
|
| 38 | +- \#424 Add simple integration tests to check client proxy options being |
| 39 | + applied. |
32 | 40 |
|
33 | 41 | #### Changed
|
34 | 42 |
|
|
0 commit comments