Skip to content

Subscriber 1.8.0

Compare
Choose a tag to compare
@mike-gangl mike-gangl released this 28 Feb 18:25
· 120 commits to main since this release
9e324a4

Added

  • limit to set limit of downloads- useful for testing
  • cycle based downloads to the podaac-data-downloader. 41
  • conftest.py added to force module inclusion for pytest
  • podaac-data-downloader script for bulk data downloading

Changed

  • created library of common access mechanisms to split between subscriber and downloader capabilities
  • added .tar.gz to list of default extensions. 40
  • Ignore error if destination directory already exists. 46
  • Updated the naming convention of .update file. 44
  • one of -m, -sd, or -ed must be given to subscriber. Previously -m 60 was the default if nothing was specified.

Deprecated

  • use of ".update" file naming convention. This will still work, but will be renamed to .update__COLLECTIONNAME after a successful run. the ".update" file will need to be manually cleaned up. See issue 44

Removed

Fixed

  • issue where only specifying an end data cause issues in subscriber. 39

Security