e9fe5b278c
This commit clarifies, cleans and improves releasenotes for murano Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com> Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
12 lines
548 B
YAML
12 lines
548 B
YAML
---
|
|
features:
|
|
- Introduced a new MuranoPL class ``io.murano.system.GC``
|
|
Now MuranoPL garbage collector can be used to
|
|
set up destruction dependencies between murano objects.
|
|
If object Foo is subscribed to object Bar's destruction,
|
|
it will be notified through a specific handler. If both
|
|
Foo and Bar are going to be destroyed during one execution session,
|
|
Foo will be destroyed after Bar.
|
|
You can omit the handler, in this case destruction order will also
|
|
be preserved. Handler can be a static or a usual function.
|