Skip to content

Releases: data-tools/big-data-types

v1.3.4

08 Jul 18:42
26b7826
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

29 Mar 18:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

24 Nov 19:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

25 Jun 14:15
d192a88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Big Data Types v1.3.0

30 Sep 07:01
617371f
Compare
Choose a tag to compare

Big Data Types v1.3.0

  • Added BigQuerySchemas as an interface to create Schemas without creating tables
  • Updated Scala to Scala 3.1.X
    • This version is no longer compatible with Scala 3.0.X
    • The Scala version has been upgraded due to some dependencies (Circe - ScalaTest) that have updated Scala to 3.1.X

What's Changed

Full Changelog: v1.2.0...v1.3.0

Big Data Types v1.2.0

23 Jun 06:16
7b271fd
Compare
Choose a tag to compare

Big Data Types v1.2.0

  • New module for Circe (JSON)
    • Conversion from Circe to other types
    • New docs
    • More examples

Big Data Types v1.1.2

22 Jan 08:09
2f7c620
Compare
Choose a tag to compare

Big Data Types v1.1.2

  • Fixed minor issues on Cassandra parser

Big Data Types v1.1.1

10 Jan 20:33
905ed4a
Compare
Choose a tag to compare

Big Data Types v1.1.1

  • BigQuery
    • Fixed an error while converting Field into other types without using Schema

Big Data Types v1.1.0

25 Nov 19:52
79fd614
Compare
Choose a tag to compare

Big Data Types v1.1.0

  • Cassandra
    • Added conversion from Cassandra to other types
    • Added a parser and parsing errors
    • Docs improved
    • Examples from other types to Cassandra
  • BigQuery
    • Added an extension method to extract Schemas from BigQuery Fields (myInstance.asBigQuery.schema)

v1.0.0

23 Oct 13:30
91c8cae
Compare
Choose a tag to compare

Big Data Types v1.0.0

  • Better public API definition
  • Extension methods renamed to a better name (This is a breaking change)