Tags give the ability to mark specific points in history as being important
-
-
v16
40e2722d · ·go-systemd v16 Summary of changes in this release: * dbus: fix subStateSubscriber crash * dbus: make SetSubStateSubscriber safer * dbus: add SetPropertiesSubscriber method * dbus: add SystemState method for getting system state * login1: add close function * sdjournal: clarify documentation's notion of "current" * sdjournal: support testing cursor against current position
-
v14
48702e0d · ·go-systemd v14 Breaking changes: * daemon: introduce support for cleaning env variables (boolean parameter added to `SdNotify` and `SdWatchdogEnabled`) Other changes in this release: * daemon: add watchdog checker * dbus: make New() fall back to direct systemd connection * util: add tests for util package * test: add license header check
-
v12
43e4800a · ·go-systemd v12 Summary of changes in this release: * dbus: add mask/unmask for unit files * dbus: add PropPids to set initial pids of transient scope units * util: conditionally build CGO functions * activation: don't specify NextProtos so that we can take advantage of HTTP/2 * sdjournal: fix concurrent map access * sdjournal: fix race condition in test * sdjournal: fix memory leak in cursor handling