Version history

Version 2.9.0, released 2024-09-16

New features

  • A new method CheckUpgrade is added to service Environments (commit a8d79de)
  • A new field satisfies_pzi is added to message .google.cloud.orchestration.airflow.service.v1.Environment (commit a8d79de)
  • A new message CheckUpgradeRequest is added (commit a8d79de)
  • A new field airflow_metadata_retention_config is added to message .google.cloud.orchestration.airflow.service.v1.DataRetentionConfig (commit a8d79de)
  • A new message AirflowMetadataRetentionPolicyConfig is added (commit a8d79de)

Documentation improvements

  • A comment for field maintenance_window in message .google.cloud.orchestration.airflow.service.v1.EnvironmentConfig is changed (commit a8d79de)
  • A comment for message WorkloadsConfig is changed (commit a8d79de)
  • A comment for field storage_mode in message .google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig is changed (commit a8d79de)

Version 2.8.0, released 2024-05-14

New features

  • Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)

Version 2.7.0, released 2024-03-26

New features

Version 2.6.0, released 2024-03-13

No API surface changes; just dependency updates.

Version 2.5.0, released 2024-02-20

New features

Version 2.4.0, released 2023-06-20

New features

  • Added RPCs StopAirflowCommand, ExecuteAirflowCommand, PollAirflowCommand, DatabaseFailover, FetchDatabaseProperties (commit 2e644b4)

Version 2.3.0, released 2023-05-03

New features

Version 2.2.0, released 2023-01-19

New features

Version 2.1.0, released 2022-12-14

New features

  • Added LoadSnapshot, SaveSnapshot RPCs (commit c84f55a)
  • Added fields maintenance_window, workloads_config, environment_size, master_authorized_networks_config, recovery_config to EnvironmentConfig (commit c84f55a)
  • Added field scheduler_count to SoftwareConfig (commit c84f55a)
  • Added field enable_ip_masq_agent to NodeConfig (commit c84f55a)
  • 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 (commit c84f55a)

Version 2.0.0, released 2022-06-08

This is the first version of this package to depend on GAX v4.

There are some breaking changes, both in GAX v4 and in the generated code. The changes that aren't specific to any given API are described in the Google Cloud documentation. We don't anticipate any changes to most customer code, but please file a GitHub issue if you run into problems.

The most important change in this release is the use of the Grpc.Net.Client package for gRPC communication, instead of Grpc.Core. When using .NET Core 3.1 or .NET 5.0+ this should lead to a smaller installation footprint and greater compatibility (e.g. with Apple M1 chips). Any significant change in a core component comes with the risk of incompatibility, however - so again, please let us know if you encounter any issues.

Version 1.0.0, released 2021-11-10

First GA release.

No API surface changes; just dependency updates.

Version 1.0.0-beta01, released 2021-09-30

Initial release.