All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
First public release
- Fixed list name comparison
- Fixed interval bug
- Retry all HTTP calls 3 times (interval 1 second) bevore giving up
- Log the response if the download of the list master data from the bring api fails
- Log the available lists is the List specified in the config was not found.
- To stop polluting logfiles, the verboseLogging element is added to the configuration object
- To provide more control over the network traffic, the updateInterval can now be configured.
- after circuit breaker reached (Internet failure) loop stopped and was never reactivated.
- Added a 30 minute pause period after circuit break and restart the loop aferwards.
- The remote models changed which broke BringList. Adopted structure change.