Skip to content

Releases: ovh/djehouty

0.1.5

10 Nov 16:48
1e670e4
Compare
Choose a tag to compare

fixed: The socket closes each time when emit a log record (thx to dvazar )

0.1.3

29 Jan 14:58
Compare
Choose a tag to compare

Fix

  • Packaging error

0.1.1

29 Jan 13:22
Compare
Choose a tag to compare

Refactor

  • Code review.
  • Prefixed submodules with lib:
from djehouty.ltsv.formatters import LTSVFormatter

is now

from djehouty.libltsv.formatters import LTSVFormatter

Documentation

  • OVH license.
  • Contribution charter.

Tests

  • Unit tests.