- update to 0.9.0:
* Fixed subscribing to messages on the message bus with a
path_namespace parameter (:mr:`38`)
* Fixed authentication on (some?) BSDs, using SCM_CREDS
(:mr:`33`), for all integrations except for asyncio
* :class:`~.DBusAddress` and message generators will now raise
:exc:`ValueError` if given invalid D-Bus names
* Bindings can now be :doc:`generated <bindgen>` from D-Bus XML
in a file with the new :option:`--file` option (:mr:`34`).
* The async_timeout package is no longer required for running
the tests on Python 3.11 or above (:mr:`39`).
* Raise ConnectionResetError in blocking integration if socket.recv()
OBS-URL: https://build.opensuse.org/request/show/1292494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=12
* Fixed subscribing to messages on the message bus with a
path_namespace parameter (:mr:`38`)
* Fixed authentication on (some?) BSDs, using SCM_CREDS
(:mr:`33`), for all integrations except for asyncio
* :class:`~.DBusAddress` and message generators will now raise
:exc:`ValueError` if given invalid D-Bus names
* Bindings can now be :doc:`generated <bindgen>` from D-Bus XML
in a file with the new :option:`--file` option (:mr:`34`).
* The async_timeout package is no longer required for running
the tests on Python 3.11 or above (:mr:`39`).
* Raise ConnectionResetError in blocking integration if socket.recv()
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=21
- update to 0.8.0:
* Removed ``jeepney.integrate`` APIs, which were deprecated in 0.7. Use
``jeepney.io`` instead (see :doc:`integrate`).
* Removed deprecated ``jeepney.io.tornado`` API. Tornado now uses the asyncio
event loop, so you can use it along with ``jeepney.io.asyncio``.
* Deprecated ``conn.router`` attribute in the :doc:`api/blocking` integration.
Use :ref:`proxies <msggen_proxies>` or :meth:`~.blocking.DBusConnection.send_and_get_reply`
to find replies to method calls, and :meth:`~.blocking.DBusConnection.filter`
for other routing.
* Added docs page with background on D-Bus (:doc:`dbus-background`).
OBS-URL: https://build.opensuse.org/request/show/1007472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=9
* Removed ``jeepney.integrate`` APIs, which were deprecated in 0.7. Use
``jeepney.io`` instead (see :doc:`integrate`).
* Removed deprecated ``jeepney.io.tornado`` API. Tornado now uses the asyncio
event loop, so you can use it along with ``jeepney.io.asyncio``.
* Deprecated ``conn.router`` attribute in the :doc:`api/blocking` integration.
Use :ref:`proxies <msggen_proxies>` or :meth:`~.blocking.DBusConnection.send_and_get_reply`
to find replies to method calls, and :meth:`~.blocking.DBusConnection.filter`
for other routing.
* Added docs page with background on D-Bus (:doc:`dbus-background`).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=15
* Support for :ref:`sending and receiving file descriptors <send_recv_fds>`.
This is available with the blocking, threading and trio integration layers.
* Deprecated older integration APIs, in favour of new APIs introduced in 0.5.
* Fixed passing a deque in to :meth:`~.blocking.DBusConnection.filter` in the
blocking integration API.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=13