Version history
Version 2.0.0-alpha05, released 2023-04-19
New features
- Added ScalingConfig (v1) (commit c10f31b)
- Added Auxiliary Versions Config (v1) (commit c10f31b)
- Added Dataplex and BQ metastore types for federation (v1alpa, v1beta) (commit c10f31b)
Version 2.0.0-alpha04, released 2023-01-19
New features
- Enable REST transport in C# (commit e04406f)
Version 2.0.0-alpha03, released 2023-01-16
New features
- Added RemoveIamPolicy API (commit 7844ed8)
- Added QueryMetadata API (commit 7844ed8)
- Added MoveTableToDatabase API (commit 7844ed8)
- Added AlterMetadataResourceLocation API (commit 7844ed8)
Version 2.0.0-alpha02, released 2022-12-01
New features
- Added federation API (commit 08fe5f7)
- Added EncryptionConfig field (commit 08fe5f7)
- Added NetworkConfig field (commit 08fe5f7)
- Added DatabaseType field (commit 08fe5f7)
- Added TelemetryConfiguration field (commit 08fe5f7)
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
- Formatting improvements (commit 0bce443)
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
- Commit 7ee3de9: feat: added support for release channels when creating service
- Commit 4019cd7: feat: Backup and export support
Version 1.0.0-alpha01, released 2021-02-26
Initial release.