Releases: ledbettj/systemd-journal
Releases · ledbettj/systemd-journal
systemd-journal v2.0.0
- added a native shim C extension to solve issues with segfaults when running with
LD_PRELOAD=libjemalloc
- updated ruby required versions to drop EOL rubies
- dropped support for jruby due to native extension requirement :( PRs welcome
- removed signing key due to it being a PITA.
systemd-journal v1.4.2
Escape %
in argument passed to Systemd::Journal.print
systemd-journal v1.4.1
Re-releasing v1.4.0 with a fix for the exception raised on initialize.
systemd-journal v1.4.0
Added Systemd::Journal.open
block method to handle automatically closing journal on block finish.
systemd-journal v1.3.3
- 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
systemd-journal v1.3.0
- add ability to manually close the journal
- fixed circular dependency warning.
- removed Fixnum deprecation warnings on ruby 2.4
systemd-journal v1.2.0
- adds
JournalEntry#realtime_timestamp
- allow
Systemd::Journal.open(file: 'foo.journal')
in addition toSystemd::Journal.open(files: ['foo.journal'])
systemd-journal v1.1.3
Fixed a bug that would throw an unexpected error if a call to seek
failed.
systemd-journal v1.1.2
Adds support for opening journal files from a container or a set of journal files.