v2.0.0rc1
Pre-release
Pre-release
github-actions
released this
31 Jan 09:02
·
32 commits
to master
since this release
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.
[v2.0.0rc1]
Fixed
- fixed a bug where comparing
ExtensionLocalValue
would fail when using the!=
operator #305 - fixed wrong typing info in LocalizedText
- added a safety sleep in consumer when starting http server
- fixed possible caching errors in AlarmProvider and AudioPauseProvider
Changed
- new interface for transactions: split transaction into different kinds, e.g. descriptor_transaction, metric_state_transaction, etc.
SdcConsumer
provides a dictionary with the current connection status of each subscription it is subscribed to #271- added
force_ssl_connect
parameter to constructor of consumer.