Skip to content

Latest commit

 

History

History
171 lines (129 loc) · 9.84 KB

CHANGELOG.md

File metadata and controls

171 lines (129 loc) · 9.84 KB

Bug Fixes

  • typespecs for watchdog/1
  • fix dialyzer error for systemd:set_status/1
  • journal_h: Dialyzer error

Documentation

  • fix typo
  • correct the in-doc description of return value for watchdog/1
  • fix typos

Features

  • helper function for accessing credentials directory
  • add warning log message if there is no readiness message sent
  • send MAINPID message on socket start

v0.6.2 - 2021-12-30

Bug Fixes

  • docs for systemd_journal_h (9979ba5)

Documentation

  • add syntax highlighting on systemd example (a580cab)

Features

  • add functions to set custom status (9342d36)

v0.6.1 - 2021-05-21

Bug Fixes

  • Add Erlang 24 support (#29) (2588664)
  • do not fail on invalid JOURNAL_STREAM content (0ce748e)
  • add enough to list of required applications (937ef70)
  • systemd_journal_h: Support literal field values (#25) (7a1b9a7)
  • systemd_protocol: keep empty values in encode_field/2 (#27) (e732727)

0.6.0 - 2021-03-12

Bug Fixes

  • journal_h: use proper check for socket existence (20b048e)
  • kmsg_formatter: do not append log level on last newline (4e52c0f)

0.5.3 - 2021-01-04

Bug Fixes

  • journal: use correct name for priority attribute (9493d35)

0.5.2 - 2021-01-04

Bug Fixes

  • journal: format message as Unicode-encoded binary (1614c7c)

0.5.1 - 2021-01-04

Bug Fixes

  • journal: cleanup journal documentation (3b6bf5a)

Documentation

  • describe usage in Elixir projects (ff67d80)
  • fix typo equested -> requested (5949441)
  • imporve systemd.service example in the README (cd1b697)
  • fds: document new functions (0e782a6)

0.5.0 - 2020-03-09

Bug Fixes

  • remove unneeded handle_info/2 callbacks (fa77f8e)

Documentation

  • update README (33cce22)
  • fix typos in documentation (6a40613)
  • systemd_kmsg_formatter: add documentation about auto registration (4ecc76d)

0.4.0 - 2020-01-20

Bug Fixes

  • systemd_stderr_formatter: prefix all lines instead of only first one (1ccd500)

Documentation

  • add since documentation tags (abc7f28)
  • expand documentation on systemd and systemd_journal_formatter (f6e323c)
  • systemd: expand documentation of unset_env/1 (630460e)
  • systemd_stderr_formatter: hide implementation functions (f670d1f)

0.3.3 - 2020-01-18

Bug Fixes

  • systemd_journal_formatter: check for empty data before building iolist (095088e)
  • systemd_journal_formatter: again invalid format of multiline messages (b8f213a)

0.3.2 - 2020-01-18

Bug Fixes

  • systemd_journal_formatter: improper multiline format (2c821e5)

0.3.1 - 2020-01-18

Bug Fixes

  • systemd_journal_formatter: handling of unary report_cb return value (4a0577b)

0.3.0 - 2020-01-18

Bug Fixes

  • move environment variables extraction to supervisor (d889d67)
  • systemd_watchdog: convert timeout from microseconds to milliseconds (fec0e26)
  • systemd_watchdog: use send_after instead of timeouts (c85c095)
  • systemd_watchdog: initial timeout was off (d8839b7)

Documentation

  • add informations about journal loggers (20718cc)
  • README: extend example with more correct systemd service (ab3c3fa)
  • systemd_formatter: document usage (5c3e3ba)
  • systemd_journal_h: add warnings about required formatter (3e09c7c)
  • systemd_stderr_formatter: fix missing tag (31f1b60)

0.1.2 - 2020-01-15

Bug Fixes

  • systemd_watchdog: convert time unit from micro to milliseconds (2a40a6e)

0.2.0 - 2020-01-15

Bug Fixes

  • systemd_watchdog: convert timeout from microseconds to milliseconds (fec0e26)
  • systemd_watchdog: use send_after instead of timeouts (c85c095)
  • systemd_watchdog: initial timeout was off (d8839b7)

0.1.1 - 2020-01-15

Bug Fixes

  • systemd_app: remove start_phase (a9e5905)
  • systemd_socket: unused variable (1d51b2e)
  • systemd_watchdog: one missed direct call to socket (0fce8eb)

0.1.0 - 2020-01-15