Skip to content

Latest commit

 

History

History
79 lines (35 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

79 lines (35 loc) · 3.75 KB

Changelog

1.1.2 (2024-10-07)

Bug Fixes

  • download_directory local path incorrectly stored (#54) (bc3d739)

1.1.1 (2024-08-19)

Bug Fixes

  • allow both gs:// and gcs:// as query scheme; internally normalize to gs:// for compatibility with google cloud tools (#52) (099e87f)

1.1.0 (2024-08-19)

Features

Bug Fixes

  • fixing the directory() issue due to uploading the local_prefix instead of GCS prefix. (#41) (27c80dc)

1.0.0 (2024-04-26)

⚠ BREAKING CHANGES

  • expect correct google cloud storage abbreviation in query scheme (gcs://) (#39)

Bug Fixes

  • expect correct google cloud storage abbreviation in query scheme (gcs://) (#39) (0ebf52c)
  • fix directory support (#38) (ce3d165)

Documentation

0.1.4 (2024-03-08)

Bug Fixes

0.1.3 (2023-12-20)

Documentation

0.1.2 (2023-12-20)

Bug Fixes

0.1.1 (2023-12-08)

Documentation

0.1.0 (2023-12-07)

Miscellaneous Chores