File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.14.1
2+
3+ ### Features
4+
5+ * Added ` sdbus.utils.inspect.inspect_dbus_bus ` function. Returns a bus object
6+ used by a proxy or exported local object.
7+
8+ ### Fixes
9+
10+ * Fix object manager's ` InterfacesRemoved ` signal being emitted without having
11+ interface names. (reported and fixed by @arkq )
12+ * Fixed interface ordering for signals and methods that return interface information
13+ like ` InterfacesAdded ` or ` GetManagedObjects ` . (reported and fixed by @arkq )
14+ * Fixed exported methods callbacks sometimes getting garbage collected before
15+ reply could be sent. (reported by @arkq )
16+ * Fixed several documentation URLs linking outdated repository. (reported and fixed by @rmelotte )
17+
118## 0.14.0
219
320### Minimum requirements raised
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def get_link_arguments() -> list[str]:
9696 'Based on sd-bus from libsystemd.' ),
9797 long_description = long_description ,
9898 long_description_content_type = 'text/markdown' ,
99- version = '0.14.0 ' ,
99+ version = '0.14.1 ' ,
100100 url = 'https://github.com/python-sdbus/python-sdbus' ,
101101 author = 'igo95862' ,
102102 author_email = 'igo95862@yandex.ru' ,
You can’t perform that action at this time.
0 commit comments