Skip to content

Commit 89af614

Browse files
committed
release-notes_4.3
1 parent 20a42d2 commit 89af614

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/releasenotes/4-x.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,24 @@ Other changes
8282
- Removed legacy code and annotations from certain examples and demos.
8383
- Better build flow with `Hatch <https://hatch.pypa.io/>`_.
8484
- Bug fixes.
85+
86+
4.3 (August 2025)
87+
---------------
88+
89+
This minor release introduces several enhancements, new features, and bug fixes aimed at improving integration, usability, and
90+
system robustness.
91+
92+
Highlights
93+
~~~~~~~~~~
94+
- A PersistentBlock component has been added to facilitate tighter integration between Dislib and dataClay. This enhancement
95+
enables the seamless persistence of distributed datasets, simplifying data management across distributed workflows.
96+
- LegacyDeps have been added to the serialization process. Also the dataclay object state has been divided into two:
97+
- metadata_dict: contains user-defined and system metadata.
98+
- dc_properties: stores internal properties specific to dataClay runtime.
99+
This separation improves modularity and clarity in object management and debugging.
100+
101+
Other changes
102+
~~~~~~~~~~~~~
103+
- Support for MQTT authentication has been expanded. It is now possible to configure the broker connection using environment
104+
variables for both username and password, allowing for more flexible and secure deployments.
105+
- Bug fixes.

0 commit comments

Comments
 (0)