Bump google.golang.org/api from 0.103.0 to 0.104.0#232
Merged
Conversation
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.103.0 to 0.104.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.103.0...v0.104.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
nfx
approved these changes
Dec 8, 2022
Merged
nfx
added a commit
that referenced
this pull request
Dec 23, 2022
# Version changelog ## 0.2.0 * Added `DATABRICKS_AUTH_TYPE` environment variable ([#248](#248)). * Added Policy Families API ([#263](#263)). * Added experimental `ErrCannotConfigureAuth` and `ErrNotAccountClient` ([#237](#237), [#238](#238)). * Added DBFS file handle that supports both reading and writing ([#261](#261)). * Added `io.WriterTo` for DBFS file reader ([#249](#249)). * Added `pflag.Value` interfaces for enums ([#234](#234)). * Added support for adding custom HTTP visitors per request ([#230](#230)). * Added support for raw body as byte slice if requested ([#247](#247)). * Improved callbacks for polling the status of long-running operations ([#258](#258)). * Improved rendering of HTTP links in godoc ([#229](#229)). * Updated field types in the Jobs API from spec ([#259](#259)). * Multiple OpenAPI consistency passes ([#254](#254), [#241](#241), [#243](#243), [#255](#255), [#236](#236)). API changes: * Renamed `IsAccountsClient` to `IsAccountClient` ([#231](#231)). * `w.ClusterPolicies.ListAll` now takes `clusterpolicies.List` as an argument. * `github.com/databricks/databricks-sdk-go/service/dbsql` package is renamed to `github.com/databricks/databricks-sdk-go/service/sql`. * `w.DataSources.ListDataSources` is renamed to `w.DataSources.List`. * `w.Queries.CreateQuery` is renamed to `w.Queries.CreateQuery`. * `w.Queries.DeleteQueryByQueryId` is renamed to `w.Queries.DeleteByQueryId`. * `w.Queries.GetQueryByQueryId` is renamed to `w.Queries.GetByQueryId`. * `w.Queries.UpdateQuery` is renamed to `w.Queries.Update`. * `w.Alerts.DeleteAlertByAlertId` is renamed to `w.Alerts.DeleteByAlertId`. * `w.Alerts.UpdateAlert` is renamed to `w.Alerts.Update`. * `w.Alerts.GetAlertByAlertId` is renamed to `w.Alerts.GetByAlertId`. * `w.Alerts.ListAlerts` is renamed to `w.Alerts.List`. * `w.Dashboards.CreateDashboard` is renamed to `w.Dashboards.Create`. * `w.Dashboards.DeleteDashboardByDashboardId` is renamed to `w.Dashboards.GetByDashboardId`. * `w.Dashboards.ListDashboardsAll` is renamed to `w.Dashboards.ListAll`. * `w.Dashboards.DeleteDashboardByDashboardId` is renamed to `w.Dashboards.DeleteByDashboardId`. * `w.Dashboards.RestoreDashboard` is renamed to `w.Dashboards.Restore`. * `deployment.CreateCustomerManagedKeyRequest` now takes `deployment.KeyUseCase` enum. * `w.GlobalInitScripts.CreateScript` is renamed to `w.GlobalInitScripts.Create`. * `w.GlobalInitScripts.DeleteScriptByScriptId` is renamed to `w.GlobalInitScripts.DeleteByScriptId`. * `w.GlobalInitScripts.UpdateScript` is renamed to `w.GlobalInitScripts.Update`. * `w.GlobalInitScripts.GetScriptByScriptId` is renamed to `w.GlobalInitScripts.GetByScriptId`. * `w.GlobalInitScripts.ListScriptsAll` is renamed to `w.GlobalInitScripts.ListAll`. * `jobs.ResetJob.NewSettings` is now required field. * `w.Pipelines.CreatePipeline` is renamed to `w.Pipelines.Create`. * `w.Pipelines.DeletePipelineByPipelineId` is renamed to `w.Pipelines.DeleteByPipelineId`. * `w.Pipelines.UpdatePipeline` is renamed to `w.Pipelines.Update`. * `w.Pipelines.GetPipelineByPipelineId` is renamed to `w.Pipelines.GetByPipelineId`. * `w.StorageCredentials.Update` now also returns an entity. * `w.ExternalLocations.Update` now also returns an entity. * `w.Metastores.Update` now also returns an entity. * `unitycatalog.CreateMetastoreAssignment.WorkspaceId` type changed from `int` to `int64`. * `unitycatalog.UnassignRequest.WorkspaceId` type changed from `int` to `int64`. * `w.Catalogs.Update` now also returns an entity. * `w.Schemas.Update` now also returns an entity. * `w.Providers.Update` now also returns an entity. * `w.Shares.Update` now also returns an entity. * `WarehousesAPI` service moved to `github.com/databricks/databricks-sdk-go/service/sql` package. * `w.Warehouses.CreateWarehouseAndWait` renamed to `w.Warehouses.CreateAndWait`. * `w.Warehouses.DeleteWarehouseByIdAndWait` renamed to `w.Warehouses.DeleteByIdAndWait`. * `w.Warehouses.EditWarehouse` renamed to `w.Warehouses.Edit`. * `w.Warehouses.GetWarehouseById` renamed to `w.Warehouses.GetById`. * `w.Warehouses.ListWarehousesAll` renamed to `w.Warehouses.ListAll`. * Removed `w.Dbfs.Overwrite` in favor of `w.Dbfs.Open("....", dbfs.FileModeOverwrite|dbfs.FileModeWrite)`. * Added third required argument to `w.Dbfs.Open`. Code generation: * Added concept of `main` service for the package ([#239](#239)). * Added entity primitives check ([#242](#242)). * Added helpers for CRUD generation ([#246](#246)). * Added more entity-generation utils ([#257](#257)). * Dynamically generate `.gitattributes` ([#244](#244)). * Fixed required order fields ([#245](#245)). * Parse summary from descriptions ([#228](#228)). * Print error on formatter failure ([#235](#235)). * Update usage string in generator ([#260](#260)). * Fixed order of host completion ([#233](#233)). Dependency updates: * Bump google.golang.org/api from 0.103.0 to 0.105.0 ([#232](#232), [#252](#252)).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps google.golang.org/api from 0.103.0 to 0.104.0.
Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
9255b0bchore(main): release 0.104.0 (#1748)4238314chore: ignore some golang.org/x/* dependencies in renovate (#1772)029b659chore(all): update all (#1768)f819644feat(all): auto-regenerate discovery clients (#1771)2b596d9feat(all): auto-regenerate discovery clients (#1767)3195ce1feat(all): auto-regenerate discovery clients (#1766)97a9846feat(all): auto-regenerate discovery clients (#1760)8d8f0a7feat(transport): de-experiment google-c2p resolver (#1757)c213153fix(transport/grpc): separate resolution of creds and certs (#1759)629e217fix(idtoken): increase MaxIdleConnsPerHost to 100 in NewClient (#1754)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)