Skip to content

Releases: ledbettj/systemd-journal

systemd-journal v1.4.2

30 Jul 22:21
Compare
Choose a tag to compare

Escape % in argument passed to Systemd::Journal.print

systemd-journal v1.4.1

25 Mar 16:39
Compare
Choose a tag to compare

Re-releasing v1.4.0 with a fix for the exception raised on initialize.

systemd-journal v1.4.0

05 Mar 20:41
Compare
Choose a tag to compare

Added Systemd::Journal.open block method to handle automatically closing journal on block finish.

systemd-journal v1.3.3

31 Jul 18:23
Compare
Choose a tag to compare
  • fixed a typo which caused an unexpected error when sd_journal_get_fd was not successful
  • bumped version of development dependency yard.

v.1.3.2

12 Jun 18:52
Compare
Choose a tag to compare

bug fix: make sure to grab the inotify FD after opening the journal to avoid leaking descriptors and to ensure journal rotation works OK

systemd-journal v1.3.0

08 Aug 14:39
Compare
Choose a tag to compare
  • add ability to manually close the journal
  • fixed circular dependency warning.
  • removed Fixnum deprecation warnings on ruby 2.4

systemd-journal v1.2.0

03 Jul 19:12
Compare
Choose a tag to compare
  • adds JournalEntry#realtime_timestamp
  • allow Systemd::Journal.open(file: 'foo.journal') in addition to Systemd::Journal.open(files: ['foo.journal'])

systemd-journal v1.1.3

25 Jun 13:45
Compare
Choose a tag to compare

Fixed a bug that would throw an unexpected error if a call to seek failed.

systemd-journal v1.1.2

25 Jun 13:44
Compare
Choose a tag to compare

Adds support for opening journal files from a container or a set of journal files.

systemd-journal v1.1.1

27 Feb 01:56
Compare
Choose a tag to compare
  • minor release to support systemd 209+ which roll libsystemd-* shared libraries into libsystemd.