Skip to content

Releases: fog/fog-google

1.3.2

12 Mar 15:30
7c6b63f
Compare
Choose a tag to compare

#310 - Fixes a logging error. Thanks @nolith!

1.3.1

08 Mar 13:38
4e3454e
Compare
Choose a tag to compare

Thanks to @seanmalloy for fixing a bug in Disk#get_as_boot_disk in #307!

1.3.0

02 Mar 13:16
4ea7a1c
Compare
Choose a tag to compare
  • #306 Add a new request to storage delete_object_url. Thanks @nolith!
  • #305 Fixes service accounts on instances. Thanks @seanmalloy!

1.2.2

14 Feb 17:14
069b89f
Compare
Choose a tag to compare

Fixes from #302 (test ruby 2.5) and #304 (fix server scheduling).

1.2.1

06 Feb 13:00
5147a60
Compare
Choose a tag to compare

Fixes #300. There was a bug in the implementation of Fog::Compute::Google::Disk#get_as_boot_disk due to our refactor released in v1.0.0 which made this method not work at all.

1.2.0

01 Feb 23:34
d6d073c
Compare
Choose a tag to compare
  • Fixes #296 to allow passing of the prefix option to storage
  • Some in project documentation fixes

1.1.0

25 Jan 03:59
c0500ac
Compare
Choose a tag to compare

#291 - Fixes discrepancies between GoogleXML and GoogleJSON storage models. Old methods restored, both method signatures should now look the same, despite acting differently. Thanks @tcdowney and @emilymye for the help!

1.0.1

12 Jan 12:57
031a9a9
Compare
Choose a tag to compare

#290 - Fixes paperclip integration
#288 - Fixes typo in server network code

1.0.0

06 Jan 01:02
2d8da68
Compare
Choose a tag to compare

1.0.0!!!!!!!!!!!!

This rewrites everything except for the legacy storage backend!

Shoutout to @emilymye, @Temikus, @DawidJanczak, @Everlag and everyone who has been asking for this for ~forever.

We did this major refactor because as of version 0.9, google-api-client rewrote their entire api, thus limiting our ability to integrate with google APIs, and also running into a bunch of deprecated gem collisions.

You no longer need to require google-api-client, we are now doing that for you.

HELP: We need help testing. Please report bugs! As this is a complete rewrite of the request layer, there are undoubetedly bugs. We had to throw away most of our tests, and due to the time this has taken us, we chose to ship, instead of writing tests for everything all over again. If you would like to write tests, we would love your PRs, as well as any ideas you have about how we can test this code better.

Thanks!

0.6.0

27 Sep 11:21
7a104a2
Compare
Choose a tag to compare

Upgrades Monitoring API to v3 #249.

NOTE: New Monitoring models are not compatible in any way to old ones because of significant rewrite to monitoring api since v2beta2.