Added
- limit to set limit of downloads- useful for testing
- cycle based downloads to the podaac-data-downloader. [41](https://github.com/podaac/data-subscriber/issues/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](https://github.com/podaac/data-subscriber/issues/40)
- Ignore error if destination directory already exists. [46](https://github.com/podaac/data-subscriber/issues/46)
- Updated the naming convention of .update file. [44](https://github.com/podaac/data-subscriber/issues/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](https://github.com/podaac/data-subscriber/issues/44)
Removed
Fixed
- issue where only specifying an end data cause issues in subscriber. [39](https://github.com/podaac/data-subscriber/issues/39)
Security