Skip to content

v1.6.0

Compare
Choose a tag to compare
@Temikus Temikus released this 24 Jun 03:38
· 482 commits to master since this release
9de19f3

1.6.0

User-facing

Changed

  • #338 Fog::Google::SQL resources are now created and destroyed synchronously by default.
    You can override it in a standard manner by passing a parameter to async method, e.g.:
    Fog::Google::SQL::Instance.create(true) [temikus]
  • #367 Fog::Compute::Google::Server.bootstrap changes [temikus]
    • Now creates instances with disks that automatically delete on instance shutdown.
    • Now creates instances with a public IP address by default.

Added

  • #361 Fog::Compute::Google::Server now recognises network_ip attribute to specify internal IP. [mattimatti]

Fixed

  • #338 Fixed SQL Users model workflow [temikus]
  • #359 Fix whitespace escaping in XML Storage methods [temikus]
  • #366 Fixing Server model to properly accept :private_key_path and :public_key_path attributes again. [temikus]
  • #367 Fog::Compute::Google::Server.bootstrap parameters are now properly merged with default ones. [tesmikus]

Development changes

Added

  • #338 Major refactor of SQLv1 and SQLv2 tests + a lot of small test fixes/improvements
    (see PR/commit messages for full set of changes) [temikus]

Fixed

  • #363 Fixed flaky Monitoring tests [temikus]