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