Changelog

0.5.0 (2021-08-09)

⚠ BREAKING CHANGES

  • uint64/int64 fields accept ints instead of strings (#92)

Features

  • add always_use_jwt_access (4d673cf)

Bug Fixes

  • fix required query params handling (closes #12) (4d673cf)

  • uint64/int64 fields accept ints instead of strings (#92) (4d673cf)

Documentation

  • adding samples to start/stop/reset operations (#75) (0df87a9)

Miscellaneous Chores

0.4.2 (2021-07-26)

Bug Fixes

  • deps: pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions (#81) (1163f2b)

  • samples docstring and comments update (#69) (2d53eb1)

  • adding samples for default values (#64) (553e389)

Miscellaneous Chores

  • release as 0.4.2 (#84) (dc77c0c)

  • Kokoro uses separate project for concurent tests. (#83) (40afb33)

0.4.1 (2021-06-16)

Bug Fixes

  • exclude docs and tests from package (#65) (c157bf5)

0.4.0 (2021-06-07)

Features

  • Adding code samples and tests for them (#55) (14cd352)

  • Raise GoogleAPICallError on REST response errors (01db23b)

  • Re-generated to pick up changes from googleapis-discovery with latest fixes (#60) (01db23b)

  • remove support for google-api-core < 1.28.0 (01db23b)

0.3.0 (2021-05-10)

Features

  • Regenerate newest version of python-compute with field presence support (#49) (6181460)

0.2.1 (2021-02-26)

Bug Fixes

  • ignore unknown fields in response (#25) (a8c37b4)

0.2.0 (2021-02-11)

Features

  • run synthtool to pick up mtls feature (#6) (3abec21)

Bug Fixes

  • don’t use integers for enums in json encoding (a3685b5)

  • fix body encoding for rest transport (#17) (a3685b5)

  • regenerate the client lib (#9) (b9def52)

  • set development status classifier to alpha (#2) (54814f8)

  • stabilize order of query_params (a3685b5)

  • update paging implementation to handle unconventional pagination (a3685b5)

0.1.0 (2021-01-08)

Features