-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Google.Cloud.Datastream.V1 version 2.8.0 #13942
Conversation
Changes in this release: ### New features - A new method `RunStream` is added to service `Datastream` ([commit 2ff6786](2ff6786)) - A new field `sql_server_rdbms` is added to message `.google.cloud.datastream.v1.DiscoverConnectionProfileRequest` ([commit 2ff6786](2ff6786)) - A new field `sql_server_rdbms` is added to message `.google.cloud.datastream.v1.DiscoverConnectionProfileResponse` ([commit 2ff6786](2ff6786)) - A new message `RunStreamRequest` is added ([commit 2ff6786](2ff6786)) - A new field `oracle_ssl_config` is added to message `.google.cloud.datastream.v1.OracleProfile` ([commit 2ff6786](2ff6786)) - A new field `oracle_asm_config` is added to message `.google.cloud.datastream.v1.OracleProfile` ([commit 2ff6786](2ff6786)) - A new field `secret_manager_stored_password` is added to message `.google.cloud.datastream.v1.OracleProfile` ([commit 2ff6786](2ff6786)) - A new message `OracleAsmConfig` is added ([commit 2ff6786](2ff6786)) - A new message `SqlServerProfile` is added ([commit 2ff6786](2ff6786)) - A new message `OracleSslConfig` is added ([commit 2ff6786](2ff6786)) - A new field `sql_server_profile` is added to message `.google.cloud.datastream.v1.ConnectionProfile` ([commit 2ff6786](2ff6786)) - A new message `LogMiner` is added ([commit 2ff6786](2ff6786)) - A new message `BinaryLogParser` is added ([commit 2ff6786](2ff6786)) - A new field `log_miner` is added to message `.google.cloud.datastream.v1.OracleSourceConfig` ([commit 2ff6786](2ff6786)) - A new field `binary_log_parser` is added to message `.google.cloud.datastream.v1.OracleSourceConfig` ([commit 2ff6786](2ff6786)) - A new message `SqlServerColumn` is added ([commit 2ff6786](2ff6786)) - A new message `SqlServerTable` is added ([commit 2ff6786](2ff6786)) - A new message `SqlServerSchema` is added ([commit 2ff6786](2ff6786)) - A new message `SqlServerRdbms` is added ([commit 2ff6786](2ff6786)) - A new message `SqlServerSourceConfig` is added ([commit 2ff6786](2ff6786)) - A new message `SqlServerTransactionLogs` is added ([commit 2ff6786](2ff6786)) - A new message `SqlServerChangeTables` is added ([commit 2ff6786](2ff6786)) - A new message `BinaryLogPosition` is added ([commit 2ff6786](2ff6786)) - A new message `Gtid` is added ([commit 2ff6786](2ff6786)) - A new field `binary_log_position` is added to message `.google.cloud.datastream.v1.MysqlSourceConfig` ([commit 2ff6786](2ff6786)) - A new field `gtid` is added to message `.google.cloud.datastream.v1.MysqlSourceConfig` ([commit 2ff6786](2ff6786)) - A new field `sql_server_source_config` is added to message `.google.cloud.datastream.v1.SourceConfig` ([commit 2ff6786](2ff6786)) - A new message `AppendOnly` is added ([commit 2ff6786](2ff6786)) - A new message `Merge` is added ([commit 2ff6786](2ff6786)) - A new field `merge` is added to message `.google.cloud.datastream.v1.BigQueryDestinationConfig` ([commit 2ff6786](2ff6786)) - A new field `append_only` is added to message `.google.cloud.datastream.v1.BigQueryDestinationConfig` ([commit 2ff6786](2ff6786)) - A new field `sql_server_excluded_objects` is added to message `.google.cloud.datastream.v1.Stream` ([commit 2ff6786](2ff6786)) - A new field `last_recovery_time` is added to message `.google.cloud.datastream.v1.Stream` ([commit 2ff6786](2ff6786)) - A new message `SqlServerObjectIdentifier` is added ([commit 2ff6786](2ff6786)) - A new field `sql_server_identifier` is added to message `.google.cloud.datastream.v1.SourceObjectIdentifier` ([commit 2ff6786](2ff6786)) - A new value `WARNING` is added to enum `State` ([commit 2ff6786](2ff6786)) - A new message `CdcStrategy` is added ([commit 2ff6786](2ff6786)) - A new message `SqlServerLsnPosition` is added ([commit 2ff6786](2ff6786)) - A new message `OracleScnPosition` is added ([commit 2ff6786](2ff6786)) - A new message `MysqlLogPosition` is added ([commit 2ff6786](2ff6786)) ### Documentation improvements - A comment for field `requested_cancellation` in message `.google.cloud.datastream.v1.OperationMetadata` is changed ([commit 2ff6786](2ff6786)) - A comment for message `OracleProfile` is changed ([commit 2ff6786](2ff6786)) - A comment for field `password` in message `.google.cloud.datastream.v1.OracleProfile` is changed ([commit 2ff6786](2ff6786)) - A comment for message `MysqlProfile` is changed ([commit 2ff6786](2ff6786)) - A comment for field `password` in message `.google.cloud.datastream.v1.MysqlProfile` is changed ([commit 2ff6786](2ff6786)) - A comment for field `password` in message `.google.cloud.datastream.v1.PostgresqlProfile` is changed ([commit 2ff6786](2ff6786)) - A comment for field `stream_large_objects` in message `.google.cloud.datastream.v1.OracleSourceConfig` is changed ([commit 2ff6786](2ff6786)) - A comment for field `dataset_id` in message `.google.cloud.datastream.v1.BigQueryDestinationConfig` is changed ([commit 2ff6786](2ff6786)) - A comment for field `state` in message `.google.cloud.datastream.v1.BackfillJob` is changed ([commit 2ff6786](2ff6786)) - A comment for field `state` in message `.google.cloud.datastream.v1.Validation` is changed ([commit 2ff6786](2ff6786))
Pull request diff results Comparing with previous NuGet package Diff level: Minor Finished comparisons for Google.Cloud.Datastream.V1 |
|
Changes in this release:
New features
RunStream
is added to serviceDatastream
(commit 2ff6786)sql_server_rdbms
is added to message.google.cloud.datastream.v1.DiscoverConnectionProfileRequest
(commit 2ff6786)sql_server_rdbms
is added to message.google.cloud.datastream.v1.DiscoverConnectionProfileResponse
(commit 2ff6786)RunStreamRequest
is added (commit 2ff6786)oracle_ssl_config
is added to message.google.cloud.datastream.v1.OracleProfile
(commit 2ff6786)oracle_asm_config
is added to message.google.cloud.datastream.v1.OracleProfile
(commit 2ff6786)secret_manager_stored_password
is added to message.google.cloud.datastream.v1.OracleProfile
(commit 2ff6786)OracleAsmConfig
is added (commit 2ff6786)SqlServerProfile
is added (commit 2ff6786)OracleSslConfig
is added (commit 2ff6786)sql_server_profile
is added to message.google.cloud.datastream.v1.ConnectionProfile
(commit 2ff6786)LogMiner
is added (commit 2ff6786)BinaryLogParser
is added (commit 2ff6786)log_miner
is added to message.google.cloud.datastream.v1.OracleSourceConfig
(commit 2ff6786)binary_log_parser
is added to message.google.cloud.datastream.v1.OracleSourceConfig
(commit 2ff6786)SqlServerColumn
is added (commit 2ff6786)SqlServerTable
is added (commit 2ff6786)SqlServerSchema
is added (commit 2ff6786)SqlServerRdbms
is added (commit 2ff6786)SqlServerSourceConfig
is added (commit 2ff6786)SqlServerTransactionLogs
is added (commit 2ff6786)SqlServerChangeTables
is added (commit 2ff6786)BinaryLogPosition
is added (commit 2ff6786)Gtid
is added (commit 2ff6786)binary_log_position
is added to message.google.cloud.datastream.v1.MysqlSourceConfig
(commit 2ff6786)gtid
is added to message.google.cloud.datastream.v1.MysqlSourceConfig
(commit 2ff6786)sql_server_source_config
is added to message.google.cloud.datastream.v1.SourceConfig
(commit 2ff6786)AppendOnly
is added (commit 2ff6786)Merge
is added (commit 2ff6786)merge
is added to message.google.cloud.datastream.v1.BigQueryDestinationConfig
(commit 2ff6786)append_only
is added to message.google.cloud.datastream.v1.BigQueryDestinationConfig
(commit 2ff6786)sql_server_excluded_objects
is added to message.google.cloud.datastream.v1.Stream
(commit 2ff6786)last_recovery_time
is added to message.google.cloud.datastream.v1.Stream
(commit 2ff6786)SqlServerObjectIdentifier
is added (commit 2ff6786)sql_server_identifier
is added to message.google.cloud.datastream.v1.SourceObjectIdentifier
(commit 2ff6786)WARNING
is added to enumState
(commit 2ff6786)CdcStrategy
is added (commit 2ff6786)SqlServerLsnPosition
is added (commit 2ff6786)OracleScnPosition
is added (commit 2ff6786)MysqlLogPosition
is added (commit 2ff6786)Documentation improvements
requested_cancellation
in message.google.cloud.datastream.v1.OperationMetadata
is changed (commit 2ff6786)OracleProfile
is changed (commit 2ff6786)password
in message.google.cloud.datastream.v1.OracleProfile
is changed (commit 2ff6786)MysqlProfile
is changed (commit 2ff6786)password
in message.google.cloud.datastream.v1.MysqlProfile
is changed (commit 2ff6786)password
in message.google.cloud.datastream.v1.PostgresqlProfile
is changed (commit 2ff6786)stream_large_objects
in message.google.cloud.datastream.v1.OracleSourceConfig
is changed (commit 2ff6786)dataset_id
in message.google.cloud.datastream.v1.BigQueryDestinationConfig
is changed (commit 2ff6786)state
in message.google.cloud.datastream.v1.BackfillJob
is changed (commit 2ff6786)state
in message.google.cloud.datastream.v1.Validation
is changed (commit 2ff6786)