Skip to content

Latest commit

 

History

History
93 lines (41 loc) · 4.51 KB

File metadata and controls

93 lines (41 loc) · 4.51 KB

Changelog

1.1.4 (2025-03-24)

Bug Fixes

  • convert to pixi, update test suite with gcs server fixture, adapt to interface changes (#59) (d319a68)

1.1.3 (2025-03-12)

Bug Fixes

  • Remove the redundant --keep-local option (#57) (7af7561)

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