Skip to content

Latest commit

 

History

History
90 lines (49 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

90 lines (49 loc) · 1.99 KB

Changelog

0.0.14 (Unreleased)

New Features

  • Add many files solution aiming to highly partitioned data
  • Add support for rendering Heatmaps

Docs

  • Updated README
  • Updated CHANGELOG
  • Updated examples with bricklayer usage

Full set of changes: Unreleased

0.0.13 (2021-12-15)

New Features

  • Add capability on job deletion

Full set of changes: 0.0.12...0.0.13

0.0.12 (2021-12-03)

Others

  • Fix job listing error

Full set of changes: 0.0.11...0.0.12

0.0.11 (2021-12-03)

Others

  • Fix naming error on api_version

Full set of changes: 0.0.10...0.0.11

0.0.10 (2021-09-03)

Others

  • Fix hardcoded path for the notebook operations

Full set of changes: 0.0.9...0.0.10

0.0.9 (2021-09-01)

New Features

  • Add schema code generation with Swagger specification

Docs

  • (README): Added more detailed instructions to the README
  • Added a CHANGELOG
  • Added a ROADMAP
  • Added examples with bricklayer usage

Full set of changes: 0.0.8...0.0.9

0.0.8 (2021-08-30)

New Features

  • Add schema code generation with Apache Avro specification.

Full set of changes: 0.0.7...0.0.8

0.0.7 (2021-08-20)

Others

  • Add github actions to build and release binary
  • Bumped version number

Full set of changes: 0.0.6...0.0.7

0.0.6 (2021-08-11)

New Features

  • Add job listing
  • Add job termination

Full set of changes: PR#15