Skip to content

Tags: data-tools/big-data-types

Tags

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update circe-core, circe-generic, ... to 0.14.9 (#437)

v1.3.3

Toggle v1.3.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Upgrade Scala 2 versions + scoverage

v1.3.2

Toggle v1.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update sbt-sonatype to 3.10.0

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
JavierMonton Javier Montón
Merge remote-tracking branch 'origin/main'

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
BigQuerySchemas API (#249)

* Added BigQuerySchemas as a public API to return only Schemas from BigQuery, without creating tables in a real environment.
Changed JavaConverters to accept Seqs

* Seq in Java converters for Scala 2.13+

* BigQuerySchemas with `schema(value: A)` being A any Product type.

* CHANGELOG.md and version

* removing unused code. Test renamed to Spec

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Circe module (#224)

* improving docs + Circe module in build + small comment improvements

* Some conversions from Circe to SqlType + some test types

* Circe Conversion working for arrays

* Circe docs + examples

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update scalafmt-core to 3.3.2 (#169)

* Update scalafmt-core to 3.3.2

* Reformat with scalafmt 3.3.2

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update scalafmt-core to 3.3.1 (#165)

* Update scalafmt-core to 3.3.1

* Reformat with scalafmt 3.3.1

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Renamed methods (#136)

* extension methods renamed

* More extension methods + documentation

* -Xsource:3 with small changes towards Scala 3