Version history

Version 2.0.0-alpha08, released 2024-02-28

No API surface changes; just dependency updates.

Version 2.0.0-alpha07, released 2023-10-02

New features

Version 2.0.0-alpha06, released 2023-07-13

New features

Version 2.0.0-alpha05, released 2023-04-19

New features

Version 2.0.0-alpha04, released 2023-01-19

New features

Version 2.0.0-alpha03, released 2023-01-16

New features

Version 2.0.0-alpha02, released 2022-12-01

New features

Version 2.0.0-alpha01, 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-alpha04, released 2022-04-04

New features

  • Added DatabaseType field for the type of backing store used (commit 0bce443)
  • Added AVRO DatabaseDumpSpec for importing and exporting Avro files (commit 0bce443)
  • Added additional endTime field for MetadataImports (commit 0bce443)
  • Added RESTORING status on Backups (commit 0bce443)
  • Added support to record the services that are restoring the backup (commit 0bce443)
  • Added configuration for Dataplex integration (commit 0bce443)
  • Added support for IAM management for metadata resources (commit 0bce443)
  • Added AuxiliaryVersionConfig for configuring the auxiliary hive versions during creation or update of the DPMS instance (commit 0bce443)
  • Added NetworkConfig for exposing the DPMS endpoint in multiple subnetworks using PSC (this skips the need for VPC peering) (commit 0bce443)
  • Added EncryptionConfig which contains information used to configure the Dataproc Metastore service to encrypt customer data at rest (CMEK) (commit 0bce443)

Documentation improvements

Version 1.0.0-alpha03, released 2021-08-31

  • Commit ac367e2: feat: Regenerate all APIs to support self-signed JWTs

Version 1.0.0-alpha02, released 2021-03-10

Version 1.0.0-alpha01, released 2021-02-26

Initial release.