fix(deps): update all non-major dependencies#46
Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
Open
fix(deps): update all non-major dependencies#46renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
Conversation
|
|
/gcbrun |
a63146f to
7c8a6b0
Compare
|
/gcbrun |
7c8a6b0 to
6c959e4
Compare
|
/gcbrun |
6c959e4 to
c8976f1
Compare
|
/gcbrun |
c8976f1 to
1ac9bec
Compare
|
/gcbrun |
1ac9bec to
159ecfa
Compare
|
/gcbrun |
159ecfa to
5199da7
Compare
|
/gcbrun |
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.
This PR contains the following updates:
v0.3.0->v0.9.0v0.4.47->v0.4.49v1.8.0->v1.11.1v0.27.0->v0.31.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Reviewer is responsible for dependency update. Ensure adequate automated or manual testing is performed before merge.
Release Notes
googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)
v0.9.0v0.8.0Compare Source
v0.7.0Compare Source
the
blog
post.
Note that although the Spanner service is beta, the Go client library is alpha.
v0.6.0Beta release of BigQuery, DataStore, Logging and Storage. See the
blog post.
bigquery:
struct support. Read a row directly into a struct with
RowIterator.Next, and upload a row directly from a struct withUploader.Put.You can also use field tags. See the [package documentation][cloud-bigquery-ref]
for details.
The
ValueListtype was removed. It is no longer necessary. Instead ofuse
Previously, repeatedly calling
RowIterator.Nexton the same[]ValueorValueListwould append to the slice. Now each call resets the size to zero first.Schema inference will infer the SQL type BYTES for a struct field of
type []byte. Previously it inferred STRING.
The types
uint,uint64anduintptrare no longer supported in schemainference. BigQuery's integer type is INT64, and those types may hold values
that are not correctly represented in a 64-bit signed integer.
v0.5.0Compare Source
the
Date,TimeandDateTimetypes in the newcloud.google.com/go/civilpackage.
will avoid errors arising from large values on 32-bit systems.
flattened list of the embedded struct's fields. This means that you may now have twice-nested slices, eg.
more details.
explicitly. Also, key functions have been changed and renamed.
NewIncompleteKeyhas been removed, replaced byIncompleteKey. ReplaceNewKeyhas been removed, replaced byNameKeyandIDKey. ReplaceDonevariable has been removed. Replacedatastore.Donewithiterator.Done, from the packagegoogle.golang.org/api/iterator.Client.Closemethod will have a return type of error. It will return the result of closing the underlying gRPC connection.more details.
v0.4.0Compare Source
bigquery:
-
NewGCSReferenceis now a function, not a method onClient.Table.LoaderFromnow accepts aReaderSource, enablingloading data into a table from a file or any
io.Reader.Client.Table and Client.OpenTable have been removed.
Replace
with
Client.CreateTable has been removed.
Replace
with
Dataset.ListTables have been replaced with Dataset.Tables.
Replace
with
Client.Read has been replaced with Job.Read, Table.Read and Query.Read.
Replace
with
and similarly for reading from tables or queries.
The iterator returned from the Read methods is now named RowIterator. Its
behavior is closer to the other iterators in these libraries. It no longer
supports the Schema method; see the next item.
Replace
with
Instead of the
RecordsPerRequest(n)option, writeInstead of the
StartIndex(i)option, writeValueLoader.Load now takes a Schema in addition to a slice of Values.
Replace
with
Table.Patch is replace by Table.Update.
Replace
with
Client.Copy is replaced by separate methods for each of its four functions.
All options have been replaced by struct fields.
To load data from Google Cloud Storage into a table, use Table.LoaderFrom.
Replace
with
Instead of passing options to Copy, set fields on the Loader:
To extract data from a table into Google Cloud Storage, use
Table.ExtractorTo. Set fields on the returned Extractor instead of
passing options.
Replace
with
To copy data into a table from one or more other tables, use
Table.CopierFrom. Set fields on the returned Copier instead of passing options.
Replace
with
To start a query job, create a Query and call its Run method. Set fields
on the query instead of passing options.
Replace
with
Table.NewUploader has been renamed to Table.Uploader. Instead of options,
configure an Uploader by setting its fields.
Replace
with
pubsub: remove
pubsub.Done. Useiterator.Doneinstead, whereiteratoris the packagegoogle.golang.org/api/iterator.segmentio/kafka-go (github.com/segmentio/kafka-go)
v0.4.49Compare Source
What's Changed
New Contributors
Full Changelog: segmentio/kafka-go@v0.4.48...v0.4.49
v0.4.48Compare Source
What's Changed
New Contributors
Full Changelog: segmentio/kafka-go@v0.4.47...v0.4.48
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in #631NotImplementsand variants by @hslatman in #1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
v1.8.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.3...v1.8.4
v1.8.3Compare Source
What's Changed
New Contributors
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.