v0.7.0
Pre-release
Pre-release
- allow opt-in client options
while constructing one the BigQuery clients;- motivation is to allow connecting to a local BigQuery emulator (#10);
- it gives however more flexibility then just that (e.g. passing custom credentials and any auth-related matters);
- improve our linting of this codebase;
Upgraded Dependencies:
cloud.google.com/go
: v0.103.0 => v0.104.0cloud.google.com/go/bigquery
: v1.38.0 => v1.42.0cloud.google.com/go/compute
: v1.8.0 => v1.10.0cloud.google.com/go/iam
: v0.3.0 => v0.5.0github.yoyoweb123.workers.dev/google/go-cmp
: v0.5.8 => v0.5.9github.yoyoweb123.workers.dev/googleapis/enterprise-certificate-proxy
: v0.1.0 => v0.2.0golang.org/x/net v0.0.0-20220812174116-3211cb980234
: => v0.0.0-20221004154528-8021a29435afgolang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
: => v0.0.0-20221006150949-b44042a4b9c1golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
: => v0.0.0-20220929204114-8fcdb60fdcc0golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
: => v0.0.0-20220928140112-f11e5e49a4ecgolang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
: => v0.0.0-20220907171357-04be3eba64a2google.golang.org/api
: v0.92.0 => v0.98.0google.golang.org/genproto
: v0.0.0-20220815135757-37a418bb8959 => v0.0.0-20220930163606-c98284e70a91google.golang.org/grpc
: v1.48.0 => v1.50.0
A big thanks to two new contributors:
- Martin Olofsson (@waiq)
- Andreas Lindfalk (@andreas-dentech)