Skip to content

Releases: Preston-Landers/concurrent-log-handler

Fix publishing issue for Python 2

07 May 22:40
Compare
Choose a tag to compare

Some incorrect code got inserted in the wheel, breaking Python 2 when installed from wheel. This should fix it. Sorry for the mixup.

Fix Python 2 bug, and encoding issues

06 May 00:57
Compare
Choose a tag to compare

Fix a Python 2 bug, and by default be more forgiving about encodings (default: ignore/drop characters which can't convert to the output encoding).

Fix line endings on Windows with encoding set

29 Apr 22:09
Compare
Choose a tag to compare
  • 0.9.14: Fix writing LF line endings on Windows when encoding is specified.
    Added newline and terminator kwargs to allow customizing line ending behavior.
    Thanks to @vashek

0.9.13

28 Apr 19:24
Compare
Choose a tag to compare

0.9.13: Fixes Crashes with ValueError: I/O operation on closed file (issue #16)
Also should fix issue #13 with crashes related to Windows file locking.
Big thanks to @terencehonles, @nsmcan, @wkoot, @dismine for doing the hard parts

0.9.12

11 Aug 15:29
Compare
Choose a tag to compare
0.9.12 Pre-release
Pre-release

This adds a umask option to allow setting permission bits when creating log files.

0.9.11

01 Jul 20:45
Compare
Choose a tag to compare
0.9.11 Pre-release
Pre-release

Fix issues with gzip compression of logs on rotate (use buffered reads)

0.9.10

01 Jul 15:10
Compare
Choose a tag to compare
0.9.10 Pre-release
Pre-release

This should fix a bug where the file lock was inadvertently shared among forked processes.