protobuf-bigquery-go

Seamlessly save and load protocol buffers to and from BigQuery using Go.

MIT License

Stars
48

Bot releases are visible (Hide)

protobuf-bigquery-go - v0.28.2 Latest Release

Published by github-actions[bot] 7 months ago

0.28.2 (2024-03-19)

Bug Fixes

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

Chores

  • golint: nolint to prevent not implemented for type: *ast.ArrayType (3f2567fc)
  • retire sggoreview (bebb969d)
  • deps: bump the sage-go-dependencies group in /.sage with 1 update (7340872e)
  • deps: bump the root-go-dependencies group with 4 updates (07a36387)
  • deps: bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (332d16cd)
protobuf-bigquery-go - v0.28.1

Published by github-actions[bot] 7 months ago

0.28.1 (2024-03-18)

Bug Fixes

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

Chores

  • update ownership to analytics platform (c600b928)
  • deps: bump golang.org/x/crypto from 0.16.0 to 0.17.0 (f80734d1)
  • deps: bump the sage-go-dependencies group in /.sage with 1 update (cde856c6)
  • deps: bump the root-go-dependencies group with 4 updates (6fc20c83)
  • deps: bump the root-go-dependencies group with 2 updates (3a00f5f6)
  • deps: bump the sage-go-dependencies group in /.sage with 1 update (848044f3)
  • deps: bump google.golang.org/api from 0.138.0 to 0.149.0 (580a0cba)
  • group dependabot PRs (29ea6799)
  • deps: bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (8b59fe98)
  • deps: bump cloud.google.com/go from 0.110.8 to 0.110.10 (fac4f393)
  • deps: bump google.golang.org/grpc from 1.57.0 to 1.57.1 (cb759cf9)
  • deps: bump golang.org/x/net from 0.15.0 to 0.17.0 (d73c2a92)
  • deps: bump cloud.google.com/go from 0.110.7 to 0.110.8 (c3a87e1e)
  • deps: bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (817a12a4)
  • deps: bump gotest.tools/v3 from 3.5.0 to 3.5.1 (8b772db5)
  • deps: bump go.einride.tech/sage from 0.237.1 to 0.241.0 in /.sage (f108220d)
  • deps: bump cloud.google.com/go/bigquery from 1.53.0 to 1.55.0 (5d7d8fee)
  • deps: bump go.einride.tech/aip from 0.61.0 to 0.62.0 (f7427682)
  • deps: bump google.golang.org/api from 0.133.0 to 0.138.0 (fb98bcdd)
  • deps: bump cloud.google.com/go from 0.110.6 to 0.110.7 (62f3aa75)
  • deps: bump codecov/codecov-action from 3.1.1 to 3.1.4 (cfa29e2d)
  • deps: bump go.einride.tech/sage from 0.233.0 to 0.237.1 in /.sage (b48a8a1c)
protobuf-bigquery-go - v0.28.0

Published by github-actions[bot] about 1 year ago

0.28.0 (2023-07-26)

Feature

  • remove warning when generating bq-json-schema (e1160e33)
protobuf-bigquery-go - v0.27.0

Published by github-actions[bot] about 1 year ago

0.27.0 (2023-07-26)

Feature

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

Chores

  • deps: bump google.golang.org/grpc from 1.51.0 to 1.53.0 (a2f1f4d3)
protobuf-bigquery-go - v0.26.0

Published by github-actions[bot] over 1 year ago

0.26.0 (2023-07-19)

Feature

  • update sage (81951757)

Bug Fixes

  • stop encoding synthetic fields (819157ec)
protobuf-bigquery-go - v0.25.0

Published by github-actions[bot] over 1 year ago

0.25.0 (2023-05-23)

Feature

  • handle google.protobuf.Value type (a339c969)

Chores

  • deps: bump golang.org/x/net (95915647)
  • deps: bump google.golang.org/api from 0.105.0 to 0.109.0 (bb521ff7)
  • deps: bump go-semantic-release/action from 1.19 to 1.21 (2bb19bb3)
protobuf-bigquery-go - v0.24.0

Published by github-actions[bot] almost 2 years ago

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 (8c744599)
  • schema: use JSON type for google.protobuf.Struct (911f138e)

Chores

  • deps: bump go.einride.tech/aip from 0.58.1 to 0.60.0 (aed0c9ec)
  • deps: bump google.golang.org/api from 0.102.0 to 0.105.0 (d793736e)
  • deps: bump cloud.google.com/go/bigquery from 1.42.0 to 1.44.0 (1571f6ad)
  • deps: bump go-semantic-release/action from 1.18 to 1.19 (b30d08b0)
  • deps: bump codecov/codecov-action from 3.1.0 to 3.1.1 (76c9db96)
  • deps: bump cloud.google.com/go from 0.104.0 to 0.107.0 (8c945857)
protobuf-bigquery-go - v0.23.0

Published by github-actions[bot] almost 2 years ago

0.23.0 (2022-11-18)

Feature

  • support descriptions longer than 1024 characters (7978de80)

Chores

  • deps: bump gotest.tools/v3 from 3.3.0 to 3.4.0 (963bad97)
  • deps: bump cloud.google.com/go/bigquery from 1.41.0 to 1.42.0 (ddfbf2f0)
protobuf-bigquery-go - v0.22.0

Published by github-actions[bot] about 2 years ago

0.22.0 (2022-09-20)

Feature

  • use the proto comments as bigquery field description (f55dab69)
protobuf-bigquery-go - v0.21.0

Published by github-actions[bot] about 2 years ago

0.21.0 (2022-09-19)

Feature

  • deps: bump versions (aa6cd0f4)
protobuf-bigquery-go - v0.20.0

Published by github-actions[bot] about 2 years ago

0.20.0 (2022-09-14)

Feature

  • use full proto package name in generated schema filenames (3b0b2191)

Chores

  • deps: bump cloud.google.com/go from 0.102.0 to 0.103.0 (e2b4bb4d)
  • deps: bump cloud.google.com/go/bigquery from 1.34.1 to 1.37.0 (311b9652)
  • deps: bump gotest.tools/v3 from 3.2.0 to 3.3.0 (f56cb994)
  • deps: bump google.golang.org/api from 0.86.0 to 0.90.0 (db8185d0)
  • deps: bump cloud.google.com/go/bigquery from 1.32.0 to 1.34.1 (662f10b2)
  • deps: bump google.golang.org/api from 0.80.0 to 0.86.0 (ee4a87e0)
  • deps: bump go-semantic-release/action from 1.17 to 1.18 (b90f0b8f)
  • deps: bump cloud.google.com/go from 0.101.0 to 0.102.0 (0f73ef7d)
  • deps: bump cloud.google.com/go/bigquery from 1.31.0 to 1.32.0 (3816b41a)
  • deps: bump google.golang.org/api from 0.75.0 to 0.80.0 (87213a97)
  • deps: bump gotest.tools/v3 from 3.1.0 to 3.2.0 (746142f5)
  • deps: bump cloud.google.com/go from 0.100.2 to 0.101.0 (c89dcd7c)
  • deps: bump codecov/codecov-action from 3.0.0 to 3.1.0 (73b10cf5)
  • deps: bump go.einride.tech/sage from 0.108.1 to 0.110.0 in /.sage (cfe79f2a)
  • deps: bump google.golang.org/api from 0.74.0 to 0.75.0 (c601969e)
  • deps: bump codecov/codecov-action from 2.1.0 to 3.0.0 (cb3c07bf)
  • deps: bump cloud.google.com/go/bigquery from 1.30.2 to 1.31.0 (208ce006)
  • deps: bump go.einride.tech/sage from 0.107.1 to 0.108.1 in /.sage (b8e7bbf2)
  • deps: bump go.einride.tech/sage from 0.106.0 to 0.107.1 in /.sage (deac0986)
  • deps: bump dependencies (3f562f48)
  • deps: bump google.golang.org/api from 0.73.0 to 0.74.0 (9983ea2e)
  • deps: bump actions/setup-node from 2.5.1 to 3 (374a8490)
  • deps: bump cloud.google.com/go/bigquery from 1.29.0 to 1.30.0 (932ff243)
  • deps: bump google.golang.org/api from 0.71.0 to 0.73.0 (3cdd61d8)
  • deps: bump cloud.google.com/go/bigquery from 1.28.0 to 1.29.0 (fff3d720)
  • deps: bump actions/checkout from 2.4.0 to 3 (854ddf5d)
  • deps: bump google.golang.org/api from 0.69.0 to 0.71.0 (2ee5085f)
  • deps: bump actions/setup-go from 2.2.0 to 3 (dde12b3f)
  • deps: bump google.golang.org/api from 0.67.0 to 0.69.0 (56829e01)
  • deps: bump cloud.google.com/go/bigquery from 1.27.0 to 1.28.0 (a0342fb4)
  • deps: bump actions/setup-go from 2.1.5 to 2.2.0 (a21b964d)
  • deps: bump google.golang.org/api from 0.66.0 to 0.67.0 (ad004a58)
  • deps: bump google.golang.org/api from 0.65.0 to 0.66.0 (2be53dd8)
  • deps: bump go.einride.tech/aip from 0.54.0 to 0.54.1 (30080fae)
  • deps: bump cloud.google.com/go/bigquery from 1.26.0 to 1.27.0 (aa2531c6)
  • deps: bump github.com/google/go-cmp from 0.5.6 to 0.5.7 (142c8ad6)
  • deps: bump gotest.tools/v3 from 3.0.3 to 3.1.0 (ee8439a0)
  • deps: bump go.einride.tech/aip from 0.53.1 to 0.54.0 (d6def4a9)
  • deps: bump google.golang.org/api from 0.64.0 to 0.65.0 (e5c82380)
  • deps: bump google.golang.org/api from 0.63.0 to 0.64.0 (4b5154f2)
  • deps: bump cloud.google.com/go from 0.100.1 to 0.100.2 (e72e2da6)
  • deps: bump cloud.google.com/go/bigquery from 1.25.0 to 1.26.0 (8bd39e98)
  • deps: bump cloud.google.com/go from 0.99.0 to 0.100.1 (6f75f2b8)
  • deps: bump actions/setup-node from 2.5.0 to 2.5.1 (570e8917)
  • deps: bump go.einride.tech/aip from 0.53.0 to 0.53.1 (e5b3e96b)
  • deps: bump google.golang.org/api from 0.61.0 to 0.63.0 (b91883b1)
  • deps: bump go.einride.tech/aip from 0.52.1 to 0.53.0 (cef70d10)
  • deps: bump cloud.google.com/go from 0.97.0 to 0.99.0 (f19094d9)
  • deps: bump cloud.google.com/go/bigquery from 1.24.0 to 1.25.0 (7bd866bd)
  • deps: bump google.golang.org/api from 0.60.0 to 0.61.0 (f7122ad7)
  • deps: bump actions/setup-node from 2.4.1 to 2.5.0 (cc624d23)
  • deps: bump go.einride.tech/aip from 0.52.0 to 0.52.1 (a81a6924)
  • deps: bump google.golang.org/api from 0.58.0 to 0.60.0 (ae6af42e)

Build

  • deps: bump GitHub Actions (c8eed591)

CI

  • migrate to Sage (18f4cfba)
protobuf-bigquery-go - v0.19.0

Published by github-actions[bot] almost 3 years ago

0.19.0 (2021-11-16)

Features

  • protoc-gen-bq-json-schema: add flags for SchemaOptions (a9e4bf5)
  • add option for google api field behavior as mode (7e09d94)
protobuf-bigquery-go - v0.18.0

Published by github-actions[bot] almost 3 years ago

0.18.0 (2021-11-10)

Features

  • add protoc plugin for generating json BigQuery schemas (d21a4bc)
protobuf-bigquery-go - v0.17.0

Published by github-actions[bot] about 3 years ago

0.17.0 (2021-09-02)

Features

  • bump dependencies and migrate to buf v1 (9fe4fd1)
protobuf-bigquery-go - v0.16.0

Published by github-actions[bot] over 3 years ago

0.16.0 (2021-05-18)

Features

  • add schema option UseOneofFields (12167bd)
protobuf-bigquery-go - v0.15.0

Published by github-actions[bot] over 3 years ago

0.15.0 (2021-04-27)

Features

protobuf-bigquery-go - v0.14.0

Published by odsod over 3 years ago

protobuf-bigquery-go - v0.13.0

Published by github-actions[bot] over 3 years ago

0.13.0 (2021-01-24)

Features

  • add support for lossy and non-lossy DATETIME conversion (8b24c97)
protobuf-bigquery-go - v0.12.0

Published by github-actions[bot] over 3 years ago

0.12.0 (2021-01-24)

Bug Fixes

  • use correct data shape for map marshaling (e2fc5cb)

Features

  • implement map support for unmarshal and load (fadd34b)
protobuf-bigquery-go - v0.11.0

Published by github-actions[bot] over 3 years ago

0.11.0 (2021-01-24)

Features

  • load: implement support for lists (cf19285)