Releases: podaac/data-subscriber
Releases · podaac/data-subscriber
Subscriber 1.15.0
Subscriber 1.14.0
[1.14.0]
Added
- Added support for wildcard search patterns in podaac-data-downloader when executed with the -gr option (i.e. search/download by CMR Granule Ur/Id). Also, added usage details to Downloader.md to describe this new feature 138.
Subscriber 1.13.1
1.13.1
1.13.1 is a bug-fix release to address a dependency that was not included in the build.
Fixed
- Fixed an issue where a required library wasn't being included in the installation.
Subscriber 1.13.0
1.13.0
Version 1.13.0 adds some quality of life features to subscriber users for testing and refining their requests. It also checks for an updated version of the subscriber as we are constantly adding features and addressing issues from our users.
Added
- Added --dry-run option to subscriber and downloader to view the files that would be downloaded without actuall downloading them. 102
- Added new feature allowing regex to be used in
--extension
-e
options. For example using -ePTM_\\d+
would match data files likefilename.PTM_1
,filename.PTM_2
andfilename.PTM_10
, instead of specifying all possible combinations (-e PTM_1, -e PTM_2, ..., -e PMT_10
) 115 - Added check for updated version 70
Removed
- Removed CMR Token from log messages 127
Subscriber 1.12.0
Subscriber 1.11.0
1.11.0
Fixed
- Fixed an issue where token-refresh was expecting a dictionary, not a list of tuples
- Fixed issues where token was not propagated to downloader CMR query 94
- Fixed an issue with 503 errors on data download not being re-tried. 97
- added ".tiff" to default extensions to address #100
- removed erroneous 'warning' message on not downloading all data to close 99
- updated help documentation for start/end times to close 79
Added
- Added citation file creation when data are downloaded 91. Required some updates to the regression testing.
Subscriber 1.10.2
Subscriber 1.10.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
[1.10.1]
Fixed
- Support for SHA-256 and SHA-512 checksums
Subscriber 1.10.0
[1.10.0]
Changed
- Changed minimum supported python version to 3.7, down from 3.8.
Subscriber 1.9.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
[1.9.1]
Changed
- Switched to poetry as the build tool for the project