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

v1.5.0

Compare
Choose a tag to compare
@release-please release-please released this 13 Dec 19:09
007bbb8

1.5.0 (2022-12-13)

Features

  • add support for google.cloud.orchestration.airflow.service.__version__ (8edf594)
  • Add typing to proto.Message based class attributes (8edf594)
  • added field enable_ip_masq_agent to NodeConfig (6c8a0bf)
  • added field scheduler_count to SoftwareConfig (6c8a0bf)
  • added fields cloud_composer_network_ipv4_cidr_block, cloud_composer_network_ipv4_reserved_range, enable_privately_used_public_ips, cloud_composer_connection_subnetwork, networking_config to PrivateEnvironmentConfig (6c8a0bf)
  • added fields maintenance_window, workloads_config, environment_size, master_authorized_networks_config, recovery_config to EnvironmentConfig (6c8a0bf)
  • Added LoadSnapshot, SaveSnapshot RPCs (#150) (6c8a0bf)

Bug Fixes

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

Documentation

  • samples: Snippetgen handling of repeated enum field (8edf594)
  • samples: Snippetgen should call await on the operation coroutine before calling result (9b1d61e)