Skip to content

Releases: python-useful-helpers/logwrap

2.3.0

23 Mar 11:13

Choose a tag to compare

  • logwrap/LogWrap transparently supports coroutines on py3.4+.

AsyncLogWrap/async_logwrap is deprecated and will be deleted in version 2.3.2.

Use six library instead of repeat ideas.

20 Mar 12:05

Choose a tag to compare

Anyway, six is required for setuptools.

2.2.0

19 Mar 20:08

Choose a tag to compare

  • Async for python 3.4

  • Object model

  • Ignore list for exceptions

  • Possibility to omit arguments log (call/exception/both)

  • Possibility to omit result object log

2.1.0

05 Mar 12:23

Choose a tag to compare

Bump

async_logwrap

04 Mar 22:24

Choose a tag to compare

  • Async version is added

Allowed blacklisting of call arguments

02 Feb 16:59

Choose a tag to compare

Allow blacklisting of argument names

The main reason for blacklisting - security requirements, when
sensitive data should be excluded from log without corruption.

Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>

1.2.0

09 Jan 08:50

Choose a tag to compare

  • Fix dict keys length calculation
  • Simplify API
  • Expand documentation

1.1.1

13 Dec 15:33

Choose a tag to compare

Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>

1.1.0

13 Dec 15:16

Choose a tag to compare

pretty_str has been implemented

Technical bump

09 Dec 13:48

Choose a tag to compare

1.0.6 (technical)

Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>