Skip to content

Releases: nrkno/bigquery-scala

v0.10.1

03 Oct 13:58
9828ffc
Compare
Choose a tag to compare

What's Changed

  • fix: incorrect translation back to google types by @hamnis in #182

Full Changelog: v0.10.0...v0.10.1

v0.10.0

02 Oct 14:04
2e5a8b1
Compare
Choose a tag to compare

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

24 Aug 13:34
2561171
Compare
Choose a tag to compare

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

24 Aug 10:33
39fa19b
Compare
Choose a tag to compare

Notable Changes

Botched release, use 0.9.1 instead

v0.8.3

20 Jul 07:05
78cf13a
Compare
Choose a tag to compare

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

17 Jul 08:46
ee36066
Compare
Choose a tag to compare

What's Changed

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

10 Jul 09:58
76bd5af
Compare
Choose a tag to compare

Fixes

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

06 Jul 09:49
7bf89d5
Compare
Choose a tag to compare

What's Changed

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

26 Jun 13:11
cfd7e95
Compare
Choose a tag to compare

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

06 Jun 06:18
4e9f436
Compare
Choose a tag to compare

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