Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Releases: googleapis/python-compute

v1.7.0

07 Dec 16:54
061bb55
Compare
Choose a tag to compare

1.7.0 (2022-12-07)

Features

  • add support for google.cloud.compute.__version__ (a6193cf)
  • Add typing to proto.Message based class attributes (a6193cf)
  • Update Compute Engine API to revision 20221101 (6bdf59e)

Bug Fixes

  • Add dict typing for client_options (a6193cf)
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (12a72b6)
  • Drop usage of pkg_resources (12a72b6)
  • Fix timeout default values (12a72b6)

Documentation

  • samples: Snippetgen handling of repeated enum field (a6193cf)
  • samples: Snippetgen should call await on the operation coroutine before calling result (12a72b6)

v1.6.1

10 Oct 19:31
44ee20a
Compare
Choose a tag to compare

1.6.1 (2022-10-10)

Bug Fixes

  • deps: Allow protobuf 3.19.5 (#351) (f64b468)
  • deps: require google-api-core >=2.10.2 (f64b468)

Documentation

  • samples: Fixing an issue with listing all instances (#349) (8f47a01)

v1.6.0

04 Oct 00:48
3729402
Compare
Choose a tag to compare

1.6.0 (2022-09-29)

Features

Bug Fixes

  • deps: require google-api-core>=2.10.1 (cf5fab1)
  • deps: Require protobuf >= 3.20.2 (#347) (62ad9cb)

v1.5.2

07 Sep 16:48
45af2ff
Compare
Choose a tag to compare

1.5.2 (2022-09-07)

Bug Fixes

  • deps: require google-api-core >= 2.9.0 (b3047e1)
  • deps: require protobuf >= 3.20.1 (b3047e1)

v1.5.1

16 Aug 19:15
32cef8c
Compare
Choose a tag to compare

1.5.1 (2022-08-12)

Bug Fixes

Documentation

  • samples: Various ways of creating a new disk (#308) (d7b7825)

v1.5.0

09 Aug 11:14
49920f6
Compare
Choose a tag to compare

1.5.0 (2022-08-04)

Features

v1.4.0

18 Jul 13:14
c792f9a
Compare
Choose a tag to compare

1.4.0 (2022-07-18)

Features

Bug Fixes

Documentation

  • samples: adding sample for local SSD disk (#294) (6295ade)
  • samples: Adding samples for Spot VMs (#285) (5b82f47)
  • samples: Adding the missing compute_create_windows_instance_external_ip region (#300) (e402750)
  • samples: Bulk insert sample (#299) (79b26c5)

v1.3.2

07 Jun 12:05
222efef
Compare
Choose a tag to compare

1.3.2 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#288) (20af4aa)

v1.3.1

19 May 12:24
a9f2348
Compare
Choose a tag to compare

1.3.1 (2022-05-05)

Documentation

  • samples: Adding samples for image creation and deletion (#270) (89ab205)
  • samples: Adding samples for image related operations (#277) (35c548e)
  • samples: Adding Windows server samples (#274) (06291b5)
  • samples: Improving snapshot samples (#276) (343be37)

v1.3.0

21 Apr 15:48
8b95479
Compare
Choose a tag to compare

1.3.0 (2022-04-21)

Features

  • add new methods for long running operations (526fb10)

Bug Fixes

  • compute: remove proto3_optional from parent_id (#260) (526fb10)
  • compute: replace missing REQUIRED for parent_id (526fb10)
  • deps: require google-api-core>=2.7.0 (526fb10)
  • revert proto3_optional, required removal on parent_id (#714) (#265) (ae1aeac)

Documentation

  • samples: Add samples for suspending/resuming an instance (#259) (685d909)
  • samples: Migrate samples to use new type of operations (#264) (767d7c8)