Skip to content

Releases: podaac/data-subscriber

Subscriber 1.15.0

05 Feb 22:59
Compare
Choose a tag to compare

[1.15.0]

Added

  • Added support for Harmony subsetting

Subscriber 1.14.0

18 Jul 16:13
aebd818
Compare
Choose a tag to compare

[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

28 Apr 18:41
f4e9f51
Compare
Choose a tag to compare

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

27 Apr 15:24
8b10e16
Compare
Choose a tag to compare

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 -e PTM_\\d+ would match data files like filename.PTM_1, filename.PTM_2 and filename.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

12 Dec 23:04
99807eb
Compare
Choose a tag to compare

1.12.0

Fixed

  • Added EDL based token downloading, removing CMR tokens 98,

Added

  • Added ability to download by filename 109 and additional regression testing

Subscriber 1.11.0

02 Sep 19:27
665c9c5
Compare
Choose a tag to compare

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

22 Jun 23:41
1a5f534
Compare
Choose a tag to compare

[1.10.2]

Fixed

  • Fixed an issue where using a default global bounding box prevented download of data that didn't use the horizontal spatial domain 87
  • Fixed limit option not being respected. 86

Subscriber 1.10.1

15 Jun 20:09
519abea
Compare
Choose a tag to compare

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

23 May 18:56
2fbe9d4
Compare
Choose a tag to compare

[1.10.0]

Changed

  • Changed minimum supported python version to 3.7, down from 3.8.

Subscriber 1.9.1

19 May 17:27
9fb5dc9
Compare
Choose a tag to compare

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