Skip to content

Releases: univalence/zio-spark

Release v0.5.0

11 Apr 15:07
Compare
Choose a tag to compare

[0.5.0] - 2022-04-11

Features

  • Add exercise with zio ecosystem (#205)
  • Add missing reader functions (#206)
  • Add rollup, cube and groupByKey dataset methods (#209)

Miscellaneous Tasks

  • Install dependabot (#208)
  • Bump zio rc5 (#210)
  • Bump minimist from 1.2.5 to 1.2.6 in /website (#211)

Refactor

Release v0.4.0

05 Apr 15:25
Compare
Choose a tag to compare

[0.4.0] - 2022-04-05

Features

  • Add key value grouped dataset (#199)
  • Implement enableHiveSupport on SparkSession (#201)

Miscellaneous Tasks

  • Apply zio 2 best practices (#198)
  • Bump zio rc4 (#204)

Refactor

Ci

  • Make publish step sequential

Release v0.3.0

28 Mar 08:06
Compare
Choose a tag to compare

[0.3.0] - 2022-03-28

Bug Fixes

  • Release script

Features

  • Add partitionBy for writer (#197)

Release v0.2.0

23 Mar 08:56
Compare
Choose a tag to compare

[0.2.0] - 2022-03-23

The new version of ZIO Spark is here. 🚀

This new version introduce the auto generation of the Spark Wrappers meaning that we were able to implement tons of features from Spark at once.

Indeed, RDD, DataFrameNaFunctions, DataFrameStatFunctions, Dataset and RelationalGroupedDataset are now generated classes.

Therefore, we simplified the code structure and ergonomy in general.

Release v0.1.0

22 Feb 18:07
Compare
Choose a tag to compare

[0.1.0] - 2022-02-22

Redesign the projet to be clearer 🚀