This repository was archived by the owner on Nov 10, 2025. It is now read-only.
v2.0.1
- 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
ddrvCLI 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.