Skip to content

Releases: iguanesolutions/go-systemd

v5.2.0

14 May 14:57
6cfc925
Compare
Choose a tag to compare
  • Added a journald compatible slog handler, check new readme section
  • Upgraded deps
    • github.com/godbus/dbus/v5 v5.1.0
    • github.com/miekg/dns v1.1.59
    • golang.org/x/net v0.25.0

Full Changelog: v5.1.1...v5.2.0

v5.1.1

20 Feb 11:53
v5.1.1
0c31557
Compare
Choose a tag to compare
  • Upgrade golang.org/x/net to v0.7.0

v5.1.0

25 May 16:37
v5.1.0
263a199
Compare
Choose a tag to compare
systemd-resolved implementation

go-systemd v5.0.0

21 Sep 14:48
v5.0.0
6ad3ab6
Compare
Choose a tag to compare
  • divide each functionality into a separate package
  • add systemd journald log levels constants
  • remove socket activation (will be re-implemented in the future)

go-systemd v4.1.0

20 Sep 11:18
v4.1.0
2675a57
Compare
Choose a tag to compare
  • allow low level access to notify notify socket
  • only init socket when compiled for linux

v4.0.1

29 Jan 14:55
v4.0.1
8f952d2
Compare
Choose a tag to compare

go mod proxy bypass

v4.0.0

23 Jan 14:30
v4.0.0
8f952d2
Compare
Choose a tag to compare
  • Add go modules support (v3 will remain 'incompatible' for better clarity)
  • Remove an unnecessary log in init()

v3.1.2

28 May 16:35
v3.1.2
326d1e3
Compare
Choose a tag to compare
  • Handle empty LISTEN_FDNAMES env to support older systemd version.

v3.1.1

24 May 10:46
v3.1.1
4e10603
Compare
Choose a tag to compare
  • Fix log message
  • Check env before parsing

v3.1.0

22 May 15:53
v3.1.0
a4f2c0a
Compare
Choose a tag to compare
  • Socket activation support