Skip to content

Tags: saschagrunert/go-systemd

Tags

v19

Toggle v19's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
go-systemd v19

v18

Toggle v18's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
go-systemd v18

v17

Toggle v17's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
go-systemd v17

v16

Toggle v16's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
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

v15

Toggle v15's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
go-systemd v15

Summary of changes in this release:
 * util: fix runningFromSystemService
 * sdjournal: add NewJournalFromFiles
 * sdjournal: fix Wait() timeout
 * sdjournal: fix goroutine leak
 * sdjournal: add GetCatalog
 * machined: add several methods
 * tests: misc improvements

v14

Toggle v14's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
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

v13

Toggle v13's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
go-systemd v13

Summary of changes in this release:
 * dbus: add additional tests for dbus methods
 * sdjournal: add GetUniqueValues
 * sdjournal: fix return values type
 * dbus/properties: add service type
 * doc: syntax highlight activation in README

v12

Toggle v12's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
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

v11

Toggle v11's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
go-systemd v11

Breaking changes:
 * daemon: improve SdNotify errors signaling
   (changed return type)

Other changes in this release:
 * sdjournal: fix an implicit seek to head
 * sdjournal: add GetDataBytes() and GetDataValueBytes() to Journal
 * multiple testsuite fixes

v10

Toggle v10's commit message

Verified

This tag was signed with the committer’s verified signature.
lucab Luca Bruno
go-systemd v10

Summary of changes in this release:
 * sdjournal: fix incomplete reads in JournalReader.Read()
 * sdjournal: break the loop if error happens during Write()
 * sdjournal: fix Writer call