File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.2.1
4+
5+ This version adds performance optimizations, bugfixes, and new features.
6+
7+ * aio.MessageBus: Support passing unix fds. (#54 )
8+ * Unmarshaller optimizations for a significant performance increase in message reading. (#62 , #64 )
9+ * Cache instances of ` SignatureTree ` . (ace5584)
10+ * Fix socket creation on macos. (#63 )
11+ * Implement PEP 561 to indicate inline type hints. (#69 )
12+ * aio.MessageBus: Return a future from ` send() ` . (302511b)
13+ * aio.MessageBus: Add ` wait_for_disconnect() ` to detect connection errors. (ab01ab1)
14+
15+ Notice: ` aio.MessageBus.send() ` will be changed to a coroutine function in the 1.0 version of this library.
16+
317## Version 0.1.4
418
519This version adds some bugfixes and new features.
Original file line number Diff line number Diff line change 11__title__ = 'dbus_next'
22__description__ = 'A zero-dependency DBus library for Python with asyncio support'
33__url__ = 'https://github.com/altdesktop/python-dbus-next'
4- __version__ = '0.1.4 '
4+ __version__ = '0.2.1 '
55__author__ = 'Tony Crisci'
66__author_email__ = 'tony@dubstepdish.com'
77__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments