Codey Oxley
Codey Oxley
# Summary Related discussion is in #251, with a big disclaimer that this only changes generation for messages with a single `oneof` block. I've gated this behind `--openapi_out=oneof=1` to make...
# Summary Matching the upcoming/new API and supporting some features could be great for combining `vtproto` codec performance with lazy decoding: https://go.dev/blog/protobuf-opaque Extremely new post, and haven't at all looked...
# Summary While BigQuery recommends to send `TIMESTAMP` columns encoded as `int64`, they also support `google.protobuf.Timestamp`: https://cloud.google.com/bigquery/docs/supported-data-types. This is critical for workloads that ingest JSON data, where RFC3339 strings can...