Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(all): update all#2688

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
noahdietz merged 1 commit intogoogleapis:mainfromrenovate-bot:renovate/all
Jul 15, 2024
Merged

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidenceTypeUpdate
cloud.google.com/go/authv0.7.0 ->v0.7.1ageadoptionpassingconfidencerequirepatch
cloud.google.com/go/auth/oauth2adaptv0.2.2 ->v0.2.3ageadoptionpassingconfidencerequirepatch
cloud.google.com/go/compute/metadatav0.4.0 ->v0.5.0ageadoptionpassingconfidencerequireminor
google.golang.org/genproto4ad9e85 ->46eb208ageadoptionpassingconfidencerequiredigest
google.golang.org/genproto/googleapis/bytestream4ad9e85 ->46eb208ageadoptionpassingconfidencerequiredigest
google.golang.org/genproto/googleapis/rpc4ad9e85 ->46eb208ageadoptionpassingconfidencerequiredigest

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)

v0.5.0

Compare Source

  • bigquery:
    • The SQL types DATE, TIME and DATETIME are now supported. They correspond to
      theDate,Time andDateTime types in the newcloud.google.com/go/civil
      package.
    • Support for query parameters.
    • Support deleting a dataset.
    • Values from INTEGER columns will now be returned as int64, not int. This
      will avoid errors arising from large values on 32-bit systems.
  • datastore:
    • Nested Go structs encoded as Entity values, instead of a
      flattened list of the embedded struct's fields. This means that you may now have twice-nested slices, eg.
      typeStatestruct {Cities  []struct{Populations []int  }}
      Seethe announcement for
      more details.
    • Contexts no longer hold namespaces; instead you must set a key's namespace
      explicitly. Also, key functions have been changed and renamed.
    • The WithNamespace function has been removed. To specify a namespace in a Query, use the Query.Namespace method:
      q:=datastore.NewQuery("Kind").Namespace("ns")
    • All the fields of Key are exported. That means you can construct any Key with a struct literal:
      k:=&Key{Kind:"Kind",ID:37,Namespace:"ns"}
    • As a result of the above, the Key methods Kind, ID, d.Name, Parent, SetParent and Namespace have been removed.
    • NewIncompleteKey has been removed, replaced byIncompleteKey. Replace
      NewIncompleteKey(ctx,kind,parent)
      with
      IncompleteKey(kind,parent)
      and if you do use namespaces, make sure you set the namespace on the returned key.
    • NewKey has been removed, replaced byNameKey andIDKey. Replace
      NewKey(ctx,kind,name,0,parent)NewKey(ctx,kind,"",id,parent)
      with
      NameKey(kind,name,parent)IDKey(kind,id,parent)
      and if you do use namespaces, make sure you set the namespace on the returned key.
    • TheDone variable has been removed. Replacedatastore.Done withiterator.Done, from the packagegoogle.golang.org/api/iterator.
    • TheClient.Close method will have a return type of error. It will return the result of closing the underlying gRPC connection.
    • Seethe announcement for
      more details.

Configuration

📅Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻Immortal: This PR will be recreated if closed unmerged. Getconfig help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated byMend Renovate. View repository job loghere.

@renovate-botrenovate-bot requested a review froma team as acode ownerJuly 15, 2024 00:19
@trusted-contributions-gcftrusted-contributions-gcfbot added the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelJul 15, 2024
@kokoro-teamkokoro-team removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelJul 15, 2024
@noahdietznoahdietz added the automergeMerge the pull request once unit tests and other checks pass. labelJul 15, 2024
@noahdietznoahdietz merged commit786363b intogoogleapis:mainJul 15, 2024
5 checks passed
@gcf-merge-on-greengcf-merge-on-greenbot removed the automergeMerge the pull request once unit tests and other checks pass. labelJul 15, 2024
@renovate-botrenovate-bot deleted the renovate/all branchJuly 15, 2024 16:50
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@noahdietznoahdietznoahdietz approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@renovate-bot@noahdietz@kokoro-team

[8]ページ先頭

©2009-2025 Movatter.jp