Releases: nrkno/bigquery-scala
Releases · nrkno/bigquery-scala
v0.10.1
v0.10.0
The first official open source release.
From 0.10.0 this is MIT licensed. Previous versions are not available in maven central.
Breaking
- Breaking: Reduce number of google enums. Introduce zetasql for query verification and analysis by @hamnis in #121
- feat: make call side of udf match the param side at compile time by @ingarabr in #151
Notable changes
- Do not use require for UDF.Body.Sql by @hamnis in #159
- Try to make TableUpdateOperation easier to understand by @hamnis in #162
- MIT License according to policy by @hamnis in #171
- UDF: Try to make the api a bit nicer to use by @hamnis in #179
- refactor: move sized with friends to util by @hamnis in #180
- Fix deprecation warning by @hamnis in #158
- Prepare for open-sourcing by @hamnis in #133
Dependency Updates
- Update circe-generic, circe-parser to 0.14.6 by @datahub-steward in #156
- Update scalafmt-core to 3.7.14 by @datahub-steward in #157
- Update magnolia to 1.1.6 by @datahub-steward in #155
- Update scala3-library to 3.3.1 by @datahub-steward in #161
- Update fs2-core, fs2-io to 3.9.2 by @datahub-steward in #164
- Update sbt to 1.9.6 by @datahub-steward in #169
- Update sbt-typelevel, sbt-typelevel-site to 0.5.3 by @datahub-steward in #170
- Update scala-library, scala-reflect to 2.13.12 by @datahub-steward in #168
- Update sourcecode to 0.3.1 by @datahub-steward in #172
- Update google-cloud-bigquery to 2.33.1 by @datahub-steward in #174
- Update google-cloud-bigquerydatatransfer to 2.27.0 by @datahub-steward in #175
- Update sbt-scalajs to 1.14.0 by @datahub-steward in #177
- Update cats-effect to 3.5.2 by @datahub-steward in #178
- Update avro to 1.11.3 by @datahub-steward in #173
- Update google-cloud-bigquerystorage to 2.43.0 by @datahub-steward in #176
Full Changelog: v0.9.1...v0.10.0
0.9.1
Notable Changes
- Fix too strict BQTableId by @hamnis in #150
- Feature/doc projection by @ingarabr in #110
- Bugfix UdfUpdateOperation - Set type kind struct on structs by @HenningKoller in #146
- fix: check fields by name when we do not require an index check by @ingarabr in #149
- creation, update and deletion are blocking by @hamnis in #138
- Improve correctness for some datatypes and add some QOL changes by @hamnis in #127
Dependency Updates
- Update sbt to 1.9.3 by @datahub-steward in #137
- Update fs2-core, fs2-io to 3.8.0 by @datahub-steward in #141
- Update scalafmt-core to 3.7.12 by @datahub-steward in #142
- Update google-cloud-bigquery to 2.31.1 by @datahub-steward in #143
- Update google-cloud-bigquerydatatransfer to 2.23.0 by @datahub-steward in #144
- Update google-cloud-bigquerystorage to 2.41.1 by @datahub-steward in #145
- Update magnolia to 1.3.3 by @datahub-steward in #130
- Update magnolia to 1.1.4 by @datahub-steward in #147
- Update cats-core to 2.10.0 by @datahub-steward in #148
Full Changelog: v0.8.3...v0.9.1
0.9.0
v0.8.3
What's Changed
- Smoketest changes by @HenningKoller in #126
** Convert UDF.Persistent to UDF.Temporary in smoketests.
** Create static CTE tables as regular tables, instead of value tables, in smoketests.
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- New BQSqlFrag.TableRef by @HenningKoller in #120
Dependency upgrades
- Update google-cloud-bigquerydatatransfer to 2.21.0 by @datahub-steward in #123
- Update sbt to 1.9.2 by @datahub-steward in #124
- Update scalafmt-core to 3.7.9 by @datahub-steward in #125
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Fixes
- Don't set setRequirePartitionFilter to false by @HenningKoller in #117
Dependency upgrades
- Update avro to 1.11.2 by @datahub-steward in #115
- Update scalafmt-core to 3.7.7 by @datahub-steward in #116
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Add option to add partitionFilterRequired to Tables and MaterializedView by @HenningKoller in #111
- Add option to find referenced partitions in views by @HenningKoller in #114
Dependency updates
- Update sbt to 1.9.1 by @datahub-steward in #112
- Update scalafmt-core to 3.7.5 by @datahub-steward in #113
Full Changelog: v0.7.0...v0.8.0
v0.7.0
new features
- Add some combinators to BQSchema with test by @hamnis in #98
- Add helpers to BQField by @hamnis in #99
- With recursive support in naive parser by @hamnis in #109
Dependency updates
- Update sbt-typelevel, sbt-typelevel-site to 0.4.22 by @datahub-steward in #96
- Update google-cloud-bigquerydatatransfer to 2.19.0 by @datahub-steward in #93
- Update scala-library, scala-reflect to 2.13.11 by @datahub-steward in #95
- Update google-cloud-bigquerystorage to 2.38.0 by @datahub-steward in #101
- Update magnolia to 1.3.2 by @datahub-steward in #102
- Update scala-collection-compat to 2.11.0 by @datahub-steward in #103
- Update google-cloud-bigquery to 2.27.1 by @datahub-steward in #100
- Update google-cloud-bigquerydatatransfer to 2.20.0 by @datahub-steward in #105
- Update sbt-scalajs to 1.13.2 by @datahub-steward in #107
- Update cats-effect to 3.5.1 by @datahub-steward in #108
- Update google-cloud-bigquery to 2.29.0 by @datahub-steward in #104
- Update google-cloud-bigquerystorage to 2.39.1 by @datahub-steward in #106
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Update google-cloud-bigquerydatatransfer to 2.18.0 by @datahub-steward in #85
- Update google-cloud-bigquerystorage to 2.37.1 by @datahub-steward in #86
- Update google-cloud-bigquery to 2.27.0 by @datahub-steward in #87
- Update scalafmt-core to 3.7.4 by @datahub-steward in #92
- Update scala3-library to 3.3.0 by @datahub-steward in #90
- Update sbt to 1.9.0 by @datahub-steward in #91
- Update magnolia to 1.3.1 by @datahub-steward in #89
- Update google-cloud-bigquerystorage to 2.37.2 by @datahub-steward in #88
- feat: add partition type ot BQFill and BqFilledTable by @ingarabr in #84
Full Changelog: v0.5.3...v0.6.0