Skip to content

v2.0.1

Compare
Choose a tag to compare
@rtapella rtapella released this 15 Aug 22:14
· 6 commits to main since this release
158d111
  • The checkpoint.txt and package.txt files have been combined into one file. Additionally, a backup mechanism was added for checkpoint.txt file for each file write.
  • The logic for checkpoint management has been updated. This will make the ddrv command-line more reliable when restarting Subscriptions that have terminated for any unexpected reason, particularly with network dropouts. Subscription Playback should also be more reliable as a result.
  • Can set ddrv CLI log files to automatically “roll” on a time period set by your configuration. For example, the CLI can change log files daily so that they do not get too large. Optionally, old log files can be automatically gzipped.
  • There is a new command-line configuration option to indicate where to write log-files.
  • Subscriptions to Saved-Searches support special characters like #
  • Added Publish functionality to upload files automatically.
  • Simplified the build process by using Docker to manage dependencies (“make build”). This requires Docker to be running.