Skip to content

Releases: godbus/dbus

v5.2.2

29 Dec 17:14
a8ac15b

Choose a tag to compare

What's Changed

  • Drop ununsed import in windows specific code by @dims in #427

New Contributors

  • @dims made their first contribution in #427

Full Changelog: v5.2.1...v5.2.2

v5.2.1

19 Dec 15:41
20d95a3

Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.2.1

v5.2.0

14 Nov 12:26
b363148

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

v5.1.0

27 Feb 12:26
e523abc

Choose a tag to compare

What's Changed

Full Changelog: v5.0.6...v5.1.0

v5.0.6

26 Oct 17:41

Choose a tag to compare

Add missing WithHandler call to DialHandler
examples: Add client to partner server
fix missing SendNullByte on NetBSD
conn: add new method SessionBusPrivateNoAutoStartup
fix: remove unneccessary semicolon
fix auth under root with syscall.Seteuid(uid)

v5.0.5

08 Sep 18:09

Choose a tag to compare

Various encoder and decoder improvements.

v5.0.4

29 Mar 16:25

Choose a tag to compare

Fix singleton can no longer be used after being closed
example: prop.go handle unhandle error
prop: add EmitConst
Add more match options
Fix Conn.exportMethodTable
Improve error message in export()
Fix function documentation name
Fix spelling mistakes
prop: fix set property
sequential_handler: convert queue to from a list to a slice
sequential_handler: simplify to use less goroutines
conn: reduce channel capacity to 1 in Conn.send()
conn: centralise (most) serial handling to sendMessageAndIfClosed
Mention another project that uses godbus/dbus
Add Add/RemoveMatchSignal versions that accept a context
fix compilation error on FreeBSD 13 CURRENT
declare error type once
Remove type assertion
Add tests, catch case where developer does not handle error
Add ExportAll option so objects can ignore Error requirement
Allow the Store for Variants and Properties.
Fix panic on call to method with pointer arguments
Allow race-free implementation of the State Caching Proxy Pattern.
Add playerbm to projects that use godbus in readme
Update tests to use Connect functions
Add Connect
tests
Update examples to use Connect methods
Add Connect* functions

v5.0.3

08 Oct 01:44

Choose a tag to compare

Add example for BecomeMonitor

Fix go.mod for v5

26 Aug 19:47

Choose a tag to compare

v5.0.2

Update go.mod to v5

Fix darwin build

28 Nov 20:35

Choose a tag to compare

Fix darwin compilation

tryDiscoverDbusSessionBusAddress is missing in conn_darwin.go, but is referred to from conn.go.