Skip to content

v1.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 11:09
· 103 commits to master since this release
331eef1

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 be True, even though the subscription is not subscribed, because allSubscriptionsOkay defaults value is True #326 and it needs one second bevor changing its value to False
  • RuntimeError: dictionary changed size during iteration for remoteServices in the discovery #335
  • fixed possible ZeroDivisionError in ContainerBase.diff() method