Coloredlogs

Latest version: v15.0.1

Safety actively analyzes 626604 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 12

7.0.1

-----------------------------

Try to improve robustness during garbage collection (related to `33`_).

.. _Release 7.0.1: https://github.com/xolox/python-coloredlogs/compare/7.0...7.0.1
.. _33: https://github.com/xolox/python-coloredlogs/issues/33

7.0

---------------------------

This release improves the robustness of ANSI to HTML conversion:

- Don't break ANSI to HTML conversion on output encoding errors.
- Gracefully handle unsupported colors in converter module.
- Make it even easier to integrate with ``cron``.
- Improved the HTML encoding of whitespace.
- Wrap generated HTML in ``<code>`` by default.
- Reduced the size of generated HTML (really CSS).
- Reduced internal duplication of constants.

.. _Release 7.0: https://github.com/xolox/python-coloredlogs/compare/6.4...7.0

6.4

---------------------------

Mention ``colorama.init()`` in the documentation (fixes `25`_).

.. _Release 6.4: https://github.com/xolox/python-coloredlogs/compare/6.3...6.4
.. _25: https://github.com/xolox/python-coloredlogs/issues/25

6.3

---------------------------

Bug fix: Avoid ``copy.copy()`` deadlocks (fixes `29`_).

This was a rather obscure issue and I expect this not to to affect most users,
but the reported breakage was definitely not intended, so it was a bug I wanted
to fix.

.. _Release 6.3: https://github.com/xolox/python-coloredlogs/compare/6.2...6.3
.. _29: https://github.com/xolox/python-coloredlogs/issues/29

6.2

---------------------------

Enable runtime patching of ``sys.stderr`` (related to `30`_ and `31`_).

.. _Release 6.2: https://github.com/xolox/python-coloredlogs/compare/6.1...6.2
.. _30: https://github.com/xolox/python-coloredlogs/issues/30
.. _31: https://github.com/xolox/python-coloredlogs/pull/31

6.1

---------------------------

- Bug fix: Adjust logger level in ``set_level()``, ``increase_verbosity()``, etc. (this is a follow up to release 6.0).
- Bug fix: Never enable system logging on Windows.
- Increase test coverage (using mocking).
- Document Python 3.6 support.

.. _Release 6.1: https://github.com/xolox/python-coloredlogs/compare/6.0...6.1

Page 5 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.