Releases: OTA-Insight/bqwriter
Releases · OTA-Insight/bqwriter
v0.6.12
Updated Dependencies:
- update
cloud.google.com/bigquery
to v1.30.0 (was v1.29.0); - update
github.com/googleapis/gax-go/v2
to v2.2.0 (was v2.1.1); - update
google.golang.org/api
to v0.73.0 (was v0.71.0);
Updated Indirect Dependencies:
- update
google.golang.org/protobuf
to v1.28.0 (was v1.27.0); - update
golang.org/x/sys
andgoogle.golang.org/genproto
to latest (no semver);
v0.6.10
- update
google.golang.org/api
to v0.70.0 (was v0.69.0);
Updated Indirect Dependencies:
- update
cloud.google.com/go/compute
to v1.5.0 (was v1.3.0); - update
golang.org/x/net
,golang.org/x/oauth
,golang.org/x/sys
andgoogle.golang.org/genproto
to latest (no semver);
v0.6.9
v0.6.8
Updated Dependencies:
- update
google.golang.org/api
to v0.68.0 (was v0.67.0);
Updated Indirect Dependencies:
- update
cloud.google.com/go/compute
to v1.3.0 (was v1.2.0); - update
golang.org/x/sys
andgoogle.golang.org/genproto
to latest (no semver);
Added Indirect Dependencies:
- added
cloud.google.com/go/iam
at v0.2.0;
v0.6.7
Updated Dependencies:
- update
google.golang.org/api
to v0.67.0 (was v0.66.0);
Updated Indirect Dependencies:
- update
cloud.google.com/go/compute
to v1.2.0 (was v1.1.0); - update
golang.org/x/sys
andgoogle.golang.org/genproto
to latest (no semver);
v0.6.6
Updated Dependencies:
- update
cloud.google.com/bigquery
to v1.27.0 (was v1.26.0);- augments internal retry logic for
insertAll
(default) client: https://github.com/googleapis/google-cloud-go/pull/5387/files;
- augments internal retry logic for
- update
google.golang.org/grpc
to v1.44.0 (was v1.43.0);
Updated Indirect Dependencies:
- update
cloud.google.com/go/compute
to v1.1.0 (was v1.0.0); - update
google.golang.org/api
to v0.66.0 (was v0.65.0); - update
golang.org/x/net
,golang.org/x/sys
andgoogle.golang.org/genproto
to latest (no semver);
Removed Indirect Dependencies:
- remove
cloud.google.com/go/iam
;
v0.6.5
Dependencies:
- update
cloud.google.com/bigquery
to v1.26.0 (was v1.25.0); - update
cloud.google.com/go
to v0.100.2 (was v0.99.0); - update
cloud.google.com/api
to v0.65.0 (was v0.63.0);
Indirect Dependencies:
- update
github.com/cncf/xds
,github.com/cncf/xds/go
,github.com/udpa/go
,
golang.org/x/net
,golang.org/x/sys
andgoogle.golang.org/genproto
to latest version (no semver);
New Indirect Dependencies:
- add
cloud.google.com/go/compute
(v1.0.0); - add
cloud.google.com/go/iam
(v0.1.0); - add
golang.org/x/text
(v0.3.7);
Removed Indirect Dependencies:
- remove
github.com/census-instrumentation/opencensus-proto
; - remove
github.com/cespare/xxhash/v2
; - remove
github.com/davecgh/go-spew
; - remove
github.com/envoyproxy/go-control-plane
; - remove
github.com/envoyproxy/protoc-gen-validate
;
v0.6.4
Dependencies:
- update
cloud.google.com/go
to v0.99.0 (was v0.98.0); - update
cloud.google.com/api
to v0.63.0 (was v0.61.0); - update
cloud.google.com/grpc
to v1.43.0 (was v1.42.0); - update
github.com/cncf/xds
,github.com/cncf/xds/go
,golang.org/x/net
,golang.org/x/sys
andgoogle.golang.org/genproto
to latest version (no semver);
v0.6.3
Maintenance:
- reduce cyclomatic complexities in test/integration/main.go;
- add comments to internal functions for which it was missing;
Dependencies:
- update
cloud.google.com/go/bigquery
to v1.25.0 (was v1.24.0):- contained a breaking change in the ManagedWriter API,
NoStreamOffset
is no longer to be passed
toAppendRow
and instead the call is to be made without an option for our purposes (Default streams);
- contained a breaking change in the ManagedWriter API,
- update
cloud.google.com/go
to v0.98.0 (was v0.97.0); - update
cloud.google.com/api
to v0.61.0 (was v0.60.0); - update
github.com/cncf/xds/go
,golang.org/x/net
,golang.org/x/sys
andgoogle.golang.org/genproto
to latest version (no semver);
Documentation:
- Fix version code compare links in CHANGELOG.md;
- Add Awesome-Go badge to README as BQWriter is since 2021-11-17 listed in the awesome-go curated list;
v0.6.2
Documentation:
- Add a FAQ to the README.md documentation;
Testing:
- Improve test code coverage (was ~69%, now it is %80+);
Other changes:
- update
golang.org/x/net
,golang.org/x/sys
andgoogle.golang.org/genproto
to latest version (no semver);