Skip to content

Latest commit

 

History

History
115 lines (59 loc) · 7.28 KB

CHANGES.md

File metadata and controls

115 lines (59 loc) · 7.28 KB

Changelog

1.2.1 (2024-10-23)

Bug Fixes

  • backupdr: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • backupdr: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. (8bb87d5)

1.2.0 (2024-10-09)

Features

  • backupdr: Add backupplan proto (78d8513)
  • backupdr: Add backupplanassociation proto (78d8513)
  • backupdr: Add backupvault_ba proto (78d8513)
  • backupdr: Add backupvault_gce proto (78d8513)
  • backupdr: Client library for the backupvault api is added (78d8513)

Bug Fixes

  • backupdr: Remove visibility of unneeded AbandonBackup RPC (78d8513)
  • backupdr: Remove visibility of unneeded FinalizeBackup RPC (78d8513)
  • backupdr: Remove visibility of unneeded InitiateBackup RPC (78d8513)
  • backupdr: Remove visibility of unneeded RemoveDataSource RPC (78d8513)
  • backupdr: Remove visibility of unneeded SetInternalStatus RPC (78d8513)
  • backupdr: Remove visibility of unneeded TestIamPermissions RPC (78d8513)

Documentation

  • backupdr: A comment for field management_servers in message .google.cloud.backupdr.v1.ListManagementServersResponse is changed (78d8513)
  • backupdr: A comment for field name in message .google.cloud.backupdr.v1.GetManagementServerRequest is changed (78d8513)
  • backupdr: A comment for field oauth2_client_id in message .google.cloud.backupdr.v1.ManagementServer is changed (78d8513)
  • backupdr: A comment for field parent in message .google.cloud.backupdr.v1.CreateManagementServerRequest is changed (78d8513)
  • backupdr: A comment for field parent in message .google.cloud.backupdr.v1.ListManagementServersRequest is changed (78d8513)
  • backupdr: A comment for field requested_cancellation in message .google.cloud.backupdr.v1.OperationMetadata is changed (78d8513)

1.1.1 (2024-09-12)

Bug Fixes

  • backupdr: Bump dependencies (2ddeb15)

1.1.0 (2024-08-20)

Features

  • backupdr: Add support for Go 1.23 iterators (84461c0)

1.0.4 (2024-08-08)

Bug Fixes

  • backupdr: Update google.golang.org/api to v0.191.0 (5b32644)

1.0.3 (2024-07-24)

Bug Fixes

  • backupdr: Update dependencies (257c40b)

1.0.2 (2024-07-10)

Bug Fixes

  • backupdr: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)

1.0.1 (2024-07-01)

Bug Fixes

  • backupdr: Bump google.golang.org/api@v0.187.0 (8fa9e39)

1.0.0 (2024-06-26)

Features

  • backupdr: A new field satisfies_pzi is added (d6c543c)
  • backupdr: A new field satisfies_pzs is added (d6c543c)
  • backupdr: Updated documentation URI (d6c543c)

Miscellaneous Chores

0.1.1 (2024-05-01)

Bug Fixes

  • backupdr: Bump x/net to v0.24.0 (ba31ed5)

0.1.0 (2024-04-15)

Features

Changes