Skip to content

Releases: dasbus-project/dasbus

dasbus-1.7

07 Nov 14:25
Compare
Choose a tag to compare

What's Changed

  • Document limitations of the DBus specification generator by @poncovka in #63
  • Fix testing with Travis CI by @poncovka in #68
  • Allow to run tests in a container by @poncovka in #69
  • Provide a language argument for the code blocks by @seahawk1986 in #71
  • Change the type of 'h' glib objects from 'File' to 'UnixFD' by @wdouglass in #70
  • Add functions for generating/consuming fdlists with variants by @wdouglass in #72
  • Use CentOS Stream for testing with Travis by @poncovka in #83
  • add remove dbus object function on bus and update tests by @mc18g13 in #74
  • properly measure coverage across multiprocess test cases by @wdouglass in #82
  • Extend the .coveragerc file by @poncovka in #86
  • Disable builds for Fedora ELN on commits by @poncovka in #85
  • Run tests for Debian and Ubuntu in Travis by @poncovka in #84
  • Fix pylint issues by @poncovka in #91
  • Support unixfd transfer via dbus by @wdouglass in #78
  • Raise TimeoutError if a DBus call times out by @poncovka in #92
  • UnixFD: Rename a parameter to server_arguments by @poncovka in #94
  • UnixFD: Revert a change in GLibClient._async_call_finish by @poncovka in #93
  • Don't use pylint from pip on Fedora Rawhide by @poncovka in #96
  • Simplify the code for replacing values of the UnixFD type by @poncovka in #95
  • UnixFD: Move the unit tests to a new file by @poncovka in #97
  • Use pylint from pip on Fedora Rawhide by @poncovka in #98
  • Always pull the latest container image by @poncovka in #99
  • CI: Run tests for all supported Python versions by @poncovka in #103
  • UnixFD: Move the support for Unix file descriptors to dasbus.unix by @poncovka in #100
  • UnixFD: Clean up tests of DBus calls with Unix file descriptors by @poncovka in #101
  • UnixFD: Handle DBus signals with Unix file descriptors by @poncovka in #102
  • Fix rpm lint warnings for OpenSUSE 15.3 by @cmcantalupo in #89
  • Fix bullet point lists by @poncovka in #107
  • Remove untracked files from the git repository interactively by @poncovka in #108
  • Simplify the hostname example by @poncovka in #106
  • UnixFD: Document the support for Unix file descriptors by @poncovka in #105
  • Improve the installation instruction by @poncovka in #109

New Contributors

Full Changelog: v1.6...v1.7

dasbus-1.6

31 May 15:26
Compare
Choose a tag to compare
  • Add support for SUSE packaging in spec file (christopher.m.cantalupo)
  • Allow to generate multiple output arguments (vponcova)
  • Support multiple output arguments (vponcova)
  • Add the is_tuple_of_one function (vponcova)
  • Configure the codecov tool (vponcova)

dasbus-1.5

03 May 15:19
Compare
Choose a tag to compare
  • Disable builds for Fedora ELN on pull requests (vponcova)
  • Provide additional info about the DBus call (vponcova)
  • Run the codecov uploader from a package (vponcova)
  • Switch to packit new fedora-latest alias (jkonecny)
  • Add daily builds for our Fedora-devel COPR repository (jkonecny)
  • Use Fedora container registry instead of Dockerhub (jkonecny)
  • Migrate daily COPR builds to Packit (jkonecny)
  • Switch Packit tests to copr builds instead (jkonecny)
  • Enable Packit build in ELN chroot (jkonecny)
  • Rename TestMessageBus class to silence pytest warning (luca)
  • Fix the raise-missing-from warning (vponcova)