Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 825 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 825 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.0] - 2023-10-23

First release version of the project

Added

  • support for gradle 7.6, java 11, spark 3.4.1, scala 2.12 and delta 2.4.0
  • support to read file:// and s3://
  • Added CHANGELOG.md
  • Added example spark code
  • Added example classes dev.template.spark.Main and dev.template.spark.CovidDataPartitioner
  • Added tests for the above classes
  • Added scalaCodeCoverage
  • Added spotless, checkstyle, and spotbugs

[1.0.1] - 2024-02-17

Added

  • Added Wordcount example with GCS dataproc configuration and steps to run to README.md
  • Deleted unwanted files from resources