v1.3.2
Changelog
All notable changes to the sdc11073 module will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[v1.3.2] - 2024-03-18
Fixed
- fixed a bug where comparing
ExtensionLocalValue
would fail when using the!=
operator #304 - fixed missing xml header in discovery messages #314
- fixed possible error in alarmprovider (caching of handles outside transaction context) #293
- fixed a bug where the reason for a subscribe failure would not be logged correctly #323
- fixed a bug where
isConnected
may beTrue
, even though the subscription is not subscribed, becauseallSubscriptionsOkay
defaults value isTrue
#326 and it needs one second bevor changing its value toFalse
RuntimeError: dictionary changed size during iteration
forremoteServices
in the discovery #335- fixed possible ZeroDivisionError in ContainerBase.diff() method