Skip to content

Releases: OTA-Insight/bqwriter

v0.6.12

22 Mar 09:44
Compare
Choose a tag to compare
v0.6.12 Pre-release
Pre-release

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 and google.golang.org/genproto to latest (no semver);

v0.6.10

28 Feb 09:50
Compare
Choose a tag to compare
v0.6.10 Pre-release
Pre-release
  • 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
    and google.golang.org/genproto to latest (no semver);

v0.6.9

21 Feb 18:54
Compare
Choose a tag to compare
v0.6.9 Pre-release
Pre-release

Updated Dependencies:

  • update google.golang.org/api to v0.69.0 (was v0.68.0);
  • update cloud.google.com/bigquery to v1.28.0 (was v1.27.0);

Updated Indirect Dependencies:

  • update google.golang.org/genproto to latest (no semver);

v0.6.8

14 Feb 21:03
Compare
Choose a tag to compare
v0.6.8 Pre-release
Pre-release

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 and google.golang.org/genproto to latest (no semver);

Added Indirect Dependencies:

  • added cloud.google.com/go/iam at v0.2.0;

v0.6.7

07 Feb 08:59
Compare
Choose a tag to compare
v0.6.7 Pre-release
Pre-release

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 and google.golang.org/genproto to latest (no semver);

v0.6.6

31 Jan 09:04
Compare
Choose a tag to compare
v0.6.6 Pre-release
Pre-release

Updated Dependencies:

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 and google.golang.org/genproto to latest (no semver);

Removed Indirect Dependencies:

  • remove cloud.google.com/go/iam;

v0.6.5

17 Jan 08:33
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release

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 and google.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

04 Jan 17:55
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

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 and google.golang.org/genproto
    to latest version (no semver);

v0.6.3

06 Dec 10:36
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

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
      to AppendRow and instead the call is to be made without an option for our purposes (Default streams);
  • 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 and google.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

16 Nov 23:52
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

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 and google.golang.org/genproto
    to latest version (no semver);