Changelog
All notable changes to this project are documented in this file.
The format is based on Common Changelog, and this project adheres to Semantic Versioning.
[5.6.4] - 2026-05-25
Changed
Reverted dependency on pytango to
9.4.2. The previous bump to pytango9.5.1caused instability issues whereby the background task listening for flow updates would become frozen.
[5.6.3] - 2026-05-05
Changed
Bump dependency on pytango to
9.5.1.Bump dependency on ska-sdp-config to
1.6.1.
[5.6.2] - 2026-02-18
Optimised
Optimised
DataQueueConsumerSourceto not scan and commit consumer group offsets. This improves startup performance of DataQueue source flows by up to 3 seconds.
Fixed
Fixed
DataQueueConsumerSourcebehaviour to align withKafkaConsumerSourceused in DataQueue source flows prior to 5.3.0 by removing use of explicit Kafka consumer groups.
5.6.1 - 2025-11-19
Changed
Updated dependency on
ska-sdp-configto^1.4.0.
5.6.0 - 2025-10-31
Added
Added pushing of Tango archive events.
Added support for setting attribute initial quality to
INVALIDby settingdefault_value = Nonefor flowTangoAttributeclass instances.
Changed
Changed all Tango device attribute reads to use quality factor.
Changed CHANGELOG format to Common Changelog.
Changed OCI images to use SKA base images (ska-build-python 0.3.1 and ska-python 0.2.3).
5.5.0 - 2025-10-09
Added
Added support for defining static attributes using fandango JSON via the proporty
attributes.Added support for
TangoLocalAttributeSink,TangoArrayScatterAttributeSinkandTangoObjectScatterAttributeSinkto point to static tango attributes.
Changed
Changed OCI image to use SKA base images (ska-build-python 0.3.1 and ska-python 0.2.3).
Fixed
Fixed an issue where watchers keep config database transaction open for longer than necessary. This addresses SKB-726.
5.4.0 - 2025-04-14
Added
Added
TangoDishPointingSubscriptionSource,TangoMccsPointingSubscriptionSource, andTangoMccsTrackingSubscriptionSource.Added specialized handling of
DishPointingTable,MccsPointingTable,MccsTrackingTablemodels in configuration database flows.
5.3.2 - 2025-03-31
Fixed
Shutdown device server if the lease in the SDP Config DB has been lost.
5.3.1 - 2025-02-17
Fixed
Fixed unexpected
ConsumerStoppedErrorwhen usingDataQueueflows caused by stopping the source while stream iteration is suspended.
5.3.0 - 2025-02-05
Added
Added DataQueue source and sink implementation and connected to DataQueue flows.
Fixed
Close
Configobject at device shutdown.
Changed
Updated documentation theme.
5.2.1 - 2025-01-10
Fixed
Fixed device fault when invalid Tango atrribute URL is detected in flows.
Changed
Updated dependency on
ska-sdp-configto^0.10.3.
5.2.0 - 2024-11-29
Added
Added
subarray_idTango property for filtering configurations.Added support for unknown datamodels by defaulting to
objectmodel.
5.1.1 - 2024-11-22
Fixed
Fixed support for flow sources with
Nonefunction value.Fixed
StateModelcompliance with other SDP components.
5.1.0 - 2024-10-08
Added
Added support for
TangoAttributeMapin flow configs.
Changed
Updated dependency on
ska-sdp-configto^0.9.1.
5.0.1 - 2024-08-29
Changed
Updated dependency on
ska-sdp-configto0.9.0.
5.0.0 - 2024-08-21
Added
Added support for update LMC dish pointing layout using arbitrarily sized floating point array.
Added experimental support for flows entities from the configuration database via the
experimental_flowdevice property.Added thread-safe async stream utilities.
Enabled more warnings as errors in tests.
Changed
BREAKING Changed default config database entity to
Flowvia defaultexperimental_flow=True.BREAKING Renamed
encondingtoformatin descriptors refering to entire serialized file formats.BREAKING Renamed config watchers.
BREAKING Renamed
Exchange.streamtoExchange.run.Updated dependency on
ska-sdp-configto^0.8.0.Updated dependency on
pydanticto^2.6.4.Updated dependency on
pytestto^8.1.0.
Deprecated
Deprecated
create_sdp_config_watcherin favor ofcreate_descriptor_watcher.
Removed
BREAKING Removed support for pushing state to config paths at
"/component/lmc-queueconnector"
4.1.0 - 2024-04-23
Added
Added optional
antenna_nametoTangoPointingSubscriptionSource.Added support for
NaNandInfinitefloating point literal in JSON descriptors.
Changed
Device now transitions a new group to
FAULTstate on a bad configuration in the database. Resetting will occur when the bad configuration is changed.Updated to pydantic
^2.6.2.
Fixed
Restored automatic fault recovery behaviour. Clearing the database configuration for a faulted processing block will now remove the exchange group from the device and free up tango attribute names.
Fixed attribute dimension order of 2D attributes in
TangoObjectScatterAttributeSink.
4.0.4 - 2024-02-23
Fixed
Fixed dimensionality of 2D attributes
4.0.3 - 2024-02-19
Fixed
TangoArrayScatterSinknow correctly creating value attributes.
4.0.2 - 2024-02-14
Fixed
Device now automatically leaves INIT state when monitoring is configured.
4.0.1 - 2024-02-14
Fixed
Python logging setup now correctly follows the
-vcommand line option.
4.0.0 - 2024-02-14
Changed
BREAKING Tango attributes representing exchange sinks are always read-only. The
accessoption that allowed them to become read/write has been removed.TangoObjectScatterAttributeSinkcan now process arrays.
Removed
BREAKING Removed all device commands
BREAKING Removed
exchanges_jsontango propertyBREAKING Removed
poll_period,abs_changeandrel_changeparameters onTangoLocalAttributeSinkas polled Tango attributes are unable to be removed from the device.
3.0.1 - 2023-11-13
Changed
Changed configuration database state format to JSON dictionary
Changed configuration database fault format to JSON dictionary
3.0.0 - 2024-11-07
This release was yanked due to configuration database format issues (#123).
Added
Added exchange groups for supporting multiple configs
Added configuration database watching from multiple keys
Added separate state machine per exchange group
Added forwarding of exchange group state and exceptions to configuration database
Changed
BREAKING Changed
Configure()to no longer accept a SDP configuration path. UseMonitor()instead.BREAKING Changed config monitoring to monitor only direct child paths of
exchanges_config_path.
2.0.0 - 2023-09-26
Added
Added
TimestampOptionstoKafkaProducerSinkAdded
pythonencoding optionAdded
DataPipeinterface withDefaultPipeandBufferWithTimePipeAdded
msgpack_numpyto the list of available kakfa encodingsAdded Getting Started section to online documentation
Changed
BREAKING Changed
TangoJsonScatterAttributeSinktoTangoObjectScatterAttributeSinkBREAKING Changed to
pythonas default encoding forKafkaProducerSinkandKafkaConsumerSourceUpdated
ska-sdp-configdependency from0.5.1to0.5.2for improved etcd performance. This removes the dependency ongit.
Removed
BREAKING Removed
"bytearray"as an alias for"bytes"dtypeBREAKING Removed
jsonas a supported dtype. Useobjectwith encodingjsonBREAKING Removed
"dict"and"list"as supported dtypes. Useobjectinstead.
1.2.0 - 2023-08-21
Added
Added
jsonencoding type
Changed
Updated
ska-sdp-configdependency to0.5.1for improved etcd performance. This raises the minimum support version of etcd from3.3to3.4.
Fixed
Fixed
TangoJsonScatterAttributeSinkdefault filter behaviour
1.1.1 - 2023-08-01
Fixed
Fixed default string values on
TangoJsonScatterAttributeSink
1.1.0 - 2023-06-10
Added
Add limited support for numpy structured arrays when using InMemory and Kafka sources and sinks by specifying the structured dtype in the
exchanges[].dtypefieldAdded JSON/Dictionary types to exchanges
Added TangoJsonScatterAttributeSink
Added changelog to sphinx docs
Deprecated
Deprecated
TangoSplitAttributeSinkin favor ofTangoArrayScatterAttributeSink
Removed
Removed ska-tango-base dependency
1.0.0 - 2023-05-19
Added
Added TangoSplitAttributeSink
Added etcd3 path monitoring
Added IsMonitoringDB command
Added Tango command docstrings
Added thread-safe SubscribeEventConditionContext
Changed
Set correct server logging format
Set default server logging level to INFO
Updated Configure command behaviour
Renamed “ExchangeDescriptorList” to “QueueConnectorDescriptor”
Fixed
Bugfix for docs not displaying correctly
0.2.2 - 2023-04-03
Added
Support manual pushing of change events when polling not defined
Fixed
Kafka consumer source performance improvements
0.2.1 - 2023-04-27
Fixed
Entrypoint module path bugfix
Only log warning if a kafka sink is written to after being stopped
0.2.0 - 2023-03-22
Added
Extended documentation around configuration and data types
Changed
Renamed project from ska-sdp-data-exchange to ska-sdp-lmc-queue-connector
Renamed device class from DynamicExchangeDevice to SDPQueueConnector
Renamed entrypoint from SDPExchange to SDPQueueConnector
Removed
Removed “Data” and “Descriptor” from config type descriminators
Removed “Data” from long class names
Fixed
Bugfix for when stopping a kafka sink whilst it is sending
0.1.0 - 2023-02-17
Added
string, bytes, primitive and nparray data type support
Tango subscription source and tango attribute sink
Kafka Consumer source and Kafka Producer sink
In-memory source and sink
Dynamic Exchange Device with configuration via a Tango property or using the
Configure()command providing JSON or a SDP Config pathEmpty Python project directory structure