Skip to content

Latest commit

 

History

History
57 lines (27 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

57 lines (27 loc) · 2.46 KB

Changelog

1.2.2 (2022-11-18)

Bug Fixes

  • script: fix typo in autoload zsh (d121014)

1.2.1 (2022-11-18)

Bug Fixes

  • scripts: chmod 755 for set spark_home scripts (26a510e)

1.2.0 (2022-11-18)

Features

  • misc: add set spark_home scripts (f483e9e)

1.1.0 (2022-10-28)

Features

  • download: introduce ASDF_SPARK_SKIP_VERIFICATION variable (f9845a5)
  • download: verify checksum before extracting archive (1c0985d)

Bug Fixes

  • utils: fix download_sha_checksum method (6101e72)
  • utils: fix typo variable inside validate_sha_checksum (c93867e)
  • utils: fix unbound variable from download command after refactoring (44127c7)

1.0.1 (2022-10-26)

Bug Fixes

  • utils: fix without-hadoop env variable pattern matching (4fc81da)

1.0.0 (2022-10-26)

Features

  • list-all: implement list_all_versions with unit test (03d08e2)
  • utils: implement download and install utilities (82eb997)

Bug Fixes

  • utils: fix starglob when copying tools files (90fd415)