Releases: XRM-OSS/Xrm-Oss-Interfacing
Releases · XRM-OSS/Xrm-Oss-Interfacing
Release v1.0.4
This release merely changes the log texts for uncaught exceptions inside message consuming.
They previously sounded as if the uncaught exceptions were something you must fix. But uncaught exceptions inside message consuming lead to the message being moved to the error queue, which is usually useful.
Release v1.0.3
This is a bug fix release.
Message consuming logic is now wrapped in a try-catch for logging exceptions.
NLog config error archive file names were named log instead of error, now they are named error.
Release v1.0.2
Fixed NuGet version numbers
Release v1.0.1
This is a bug fix release, fixing CrmListener incorrectly using two bus connections and thus disposing improperly. In addition to that, logs for all components are saved in log folders and archived per day.