File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed
Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,37 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
66
77## Next
88
9+ ## 1.8.2
10+
911### User-facing
1012
13+ #### Added
14+
1115- \# 435 Added additional examples for attached disks usage. [ temikus]
1216
17+ #### Fixed
18+
19+ - \# 433 Allow the api to close Tempfiles inline, improving disk utilization.
20+ [ itopalov]
21+
1322### Development changes
1423
24+ #### Added
25+
26+ - \# 425 Integration on Jruby + disk snapshot tests: [ temikus]
27+ - Adding JRuby 9.1 into Travis
28+ - Added integration tests for disk snapshots
29+
1530#### Fixed
1631
17- - \# 425 Miscellaneous dev improvements around JRuby and disk handling [ temikus]
32+ - \# 432 Relax fog-json constraint to minor version. [ pravi]
33+
34+ - \# 425 Miscellaneous dev improvements around JRuby and disk handling: [ temikus]
1835 - Fix bundling in development environment on JRuby
19- - Adding JRuby 9.1 into Travis
2036 - Remove EOL versions of ruby from Travis
2137 - Consolidated logic of ` Disk.get_as_boot_disk ` and increase doc coverage of
2238 disk-associated methods.
23- - Added integration tests for disk snapshots + a guard method for
24- ` Snapshot.add_labels `
25-
26- - \# 435
39+ - Add a guard a guard method for ` Snapshot.add_labels `
2740
2841## 1.8.1
2942
Original file line number Diff line number Diff line change 11module Fog
22 module Google
3- VERSION = "1.8.1 " . freeze
3+ VERSION = "1.8.2 " . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments