Releases: GoogleCloudPlatform/protoc-gen-bq-schema
Releases · GoogleCloudPlatform/protoc-gen-bq-schema
v3.0
This is a change in behaviour (enums as INTEGER rather than STRING). The old behaviour is available as a flag, but we are bumping the version due to the change.
What's Changed
- Support proto editions by @AndrewBase in #53
- Enums are now treated as type INTEGER in BigQuery by @stephenoken in #54
New Contributors
- @AndrewBase made their first contribution in #53
- @stephenoken made their first contribution in #54
Full Changelog: v2.0.1...v3.0
v2.0.1 Minor fix
v2.0
New Release
This is due to a breaking change for the duration type. Please pin an earlier release if this impacts you.
What's Changed
- Upgrade dependencies and deprecated Go module by @mfridman in #46
- Add option to set a default value expression by @vckamanga in #48
- Tidy up Makefile and go.sum files by @mfridman in #49
- Update duration type mapping in convert.go by @zzzyq in #51
New Contributors
- @mfridman made their first contribution in #46
- @vckamanga made their first contribution in #48
- @zzzyq made their first contribution in #51
Full Changelog: v1.1.0...v2.0
v1.1.0
Initial release - v1.0
This initial release captures protoc-gen-bq-schema as it is prior to becoming actively maintained again.