Skip to content

Subscriber 1.13.0

Compare
Choose a tag to compare
@mike-gangl mike-gangl released this 27 Apr 15:24
· 47 commits to main since this release
8b10e16

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