The SQL types DATE, TIME and DATETIME are now supported. They correspond to
the Date, Time and DateTime types in the new cloud.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.
type State struct {
Cities []struct{
Populations []int
}
}
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the cloud-google-com-go group in /provider/secretmanager with 3 updates: cloud.google.com/go/compute/metadata, cloud.google.com/go/secretmanager and google.golang.org/api.
Updates
cloud.google.com/go/compute/metadata
from 0.4.0 to 0.5.0Changelog
Sourced from cloud.google.com/go/compute/metadata's changelog.
... (truncated)
Commits
7959a9f
bigquery: support struct field parametersa64eb5d
bigquery: support array query parameters2861f2e
bigquery: support scalar query parametersa2e776e
civil: civil time types918f8d5
fields: test that a tagged field takes precedencee86221f
bigtable/bttest: RowKeyFilter support in emulator.648bc87
bigquery: support BYTES data type7bb67ec
bigtable/bttest: TimestampRangeFilter improvements8b767ae
fields: simplify dominantField8ee8376
fields: add Match optimizationsUpdates
cloud.google.com/go/secretmanager
from 1.13.3 to 1.13.4Release notes
Sourced from cloud.google.com/go/secretmanager's releases.
Commits
2ba47cb
chore: release main (#8961)24e410e
feat(spanner): add directed_read_option in spanner.proto (#8950)bed3908
chore(main): release storage 1.34.1 (#8962)422c0b7
chore(main): release bigquery 1.57.1 (#8963)8d2ab9f
fix(all): bump google.golang.org/api to v0.149.0 (#8959)abd6ca7
fix(bigquery): correct deps issue (#8958)ce5b884
chore(main): release 0.110.10 (#8758)338f53f
test(bigquery/storage/managedwriter): refactor large insert tests (#8949)858254b
test(pubsub): add retry guard to ordering key test (#8765)6e77611
chore: release main (#8936)Updates
google.golang.org/api
from 0.187.0 to 0.188.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
9957790
chore(main): release 0.188.0 (#2666)7021e3e
chore: bump some deps (#2679)d17f6be
feat(all): auto-regenerate discovery clients (#2678)40b5113
fix: allow ForceSendFields to work for map types (#2670)5cdcbe0
chore(all): update all (#2676)5dd2fb2
feat(all): auto-regenerate discovery clients (#2677)a9177bd
feat(all): auto-regenerate discovery clients (#2675)d465cec
feat(all): auto-regenerate discovery clients (#2674)88240e3
feat(all): auto-regenerate discovery clients (#2673)0d54a85
feat(all): auto-regenerate discovery clients (#2671)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show