You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.