Skip to content

Releases: einride/protobuf-bigquery-go

v0.28.2

19 Mar 10:05
Compare
Choose a tag to compare

0.28.2 (2024-03-19)

Bug Fixes

  • avoid direct access to proto fields in marshal (33cf137)

Chores

  • golint: nolint to prevent not implemented for type: *ast.ArrayType (3f2567f)
  • retire sggoreview (bebb969)
  • deps: bump the sage-go-dependencies group in /.sage with 1 update (7340872)
  • deps: bump the root-go-dependencies group with 4 updates (07a3638)
  • deps: bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (332d16c)

v0.28.1

18 Mar 12:40
Compare
Choose a tag to compare

0.28.1 (2024-03-18)

Bug Fixes

  • remove no longer existing public data hacker_news.stories (ffa7710)
  • proto: add duration_ms and bike_model to bicycle_rental model (1aebc70)

Chores

  • update ownership to analytics platform (c600b92)
  • deps: bump golang.org/x/crypto from 0.16.0 to 0.17.0 (f80734d)
  • deps: bump the sage-go-dependencies group in /.sage with 1 update (cde856c)
  • deps: bump the root-go-dependencies group with 4 updates (6fc20c8)
  • deps: bump the root-go-dependencies group with 2 updates (3a00f5f)
  • deps: bump the sage-go-dependencies group in /.sage with 1 update (848044f)
  • deps: bump google.golang.org/api from 0.138.0 to 0.149.0 (580a0cb)
  • group dependabot PRs (29ea679)
  • deps: bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (8b59fe9)
  • deps: bump cloud.google.com/go from 0.110.8 to 0.110.10 (fac4f39)
  • deps: bump google.golang.org/grpc from 1.57.0 to 1.57.1 (cb759cf)
  • deps: bump golang.org/x/net from 0.15.0 to 0.17.0 (d73c2a9)
  • deps: bump cloud.google.com/go from 0.110.7 to 0.110.8 (c3a87e1)
  • deps: bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (817a12a)
  • deps: bump gotest.tools/v3 from 3.5.0 to 3.5.1 (8b772db)
  • deps: bump go.einride.tech/sage from 0.237.1 to 0.241.0 in /.sage (f108220)
  • deps: bump cloud.google.com/go/bigquery from 1.53.0 to 1.55.0 (5d7d8fe)
  • deps: bump go.einride.tech/aip from 0.61.0 to 0.62.0 (f742768)
  • deps: bump google.golang.org/api from 0.133.0 to 0.138.0 (fb98bcd)
  • deps: bump cloud.google.com/go from 0.110.6 to 0.110.7 (62f3aa7)
  • deps: bump codecov/codecov-action from 3.1.1 to 3.1.4 (cfa29e2)
  • deps: bump go.einride.tech/sage from 0.233.0 to 0.237.1 in /.sage (b48a8a1)

v0.28.0

26 Jul 14:24
Compare
Choose a tag to compare

0.28.0 (2023-07-26)

Feature

  • remove warning when generating bq-json-schema (e1160e3)

v0.27.0

26 Jul 12:53
Compare
Choose a tag to compare

0.27.0 (2023-07-26)

Feature

  • deps: bump dependencies and update owner (2cb0f47)

Chores

  • deps: bump google.golang.org/grpc from 1.51.0 to 1.53.0 (a2f1f4d)

v0.26.0

19 Jul 12:22
Compare
Choose a tag to compare

0.26.0 (2023-07-19)

Feature

Bug Fixes

  • stop encoding synthetic fields (819157e)

v0.25.0

23 May 13:07
Compare
Choose a tag to compare

0.25.0 (2023-05-23)

Feature

  • handle google.protobuf.Value type (a339c96)

Chores

  • deps: bump golang.org/x/net (9591564)
  • deps: bump google.golang.org/api from 0.105.0 to 0.109.0 (bb521ff)
  • deps: bump go-semantic-release/action from 1.19 to 1.21 (2bb19bb)

v0.24.0

18 Jan 08:45
Compare
Choose a tag to compare

0.24.0 (2023-01-18)

Feature

  • schema: handle backward compatibility by adding flag indicating whether it will use JSON or not as infered BQ type (8c74459)
  • schema: use JSON type for google.protobuf.Struct (911f138)

Chores

  • deps: bump go.einride.tech/aip from 0.58.1 to 0.60.0 (aed0c9e)
  • deps: bump google.golang.org/api from 0.102.0 to 0.105.0 (d793736)
  • deps: bump cloud.google.com/go/bigquery from 1.42.0 to 1.44.0 (1571f6a)
  • deps: bump go-semantic-release/action from 1.18 to 1.19 (b30d08b)
  • deps: bump codecov/codecov-action from 3.1.0 to 3.1.1 (76c9db9)
  • deps: bump cloud.google.com/go from 0.104.0 to 0.107.0 (8c94585)

v0.23.0

18 Nov 07:53
Compare
Choose a tag to compare

0.23.0 (2022-11-18)

Feature

  • support descriptions longer than 1024 characters (7978de8)

Chores

  • deps: bump gotest.tools/v3 from 3.3.0 to 3.4.0 (963bad9)
  • deps: bump cloud.google.com/go/bigquery from 1.41.0 to 1.42.0 (ddfbf2f)

v0.22.0

20 Sep 11:09
Compare
Choose a tag to compare

0.22.0 (2022-09-20)

Feature

  • use the proto comments as bigquery field description (f55dab6)

v0.21.0

19 Sep 06:21
Compare
Choose a tag to compare

0.21.0 (2022-09-19)

Feature