This PR contains the following updates:
Release Notes
Delgan/loguru (loguru)
Compare Source
- Fix Cython incompatibility caused by the absence of underlying stack frames, which resulted in a
ValueError
during logging (#88).
- Fix possible
RuntimeError
when removing all handlers with logger.remove()
due to thread-safety issue (#1183, thanks @jeremyk).
- Fix
diagnose=True
option of exception formatting not working as expected with Python 3.13 (#1235, thanks @etianen).
- Fix non-standard level names not fully compatible with
logging.Formatter()
(#1231, thanks @yechielb2000).
- Fix inability to display a literal
"\"
immediately before color markups (#988).
- Fix possible infinite recursion when an exception is raised from a
__repr__
method decorated with logger.catch()
(#1044).
- Improve performance of
datetime
formatting while logging messages (#1201, thanks @trim21).
- Reduce startup time in the presence of installed but unused
IPython
third-party library (#1001, thanks @zakstucke).
Compare Source
=====================
- Add support for formatting of
ExceptionGroup
errors (#​805 <https://github.com/Delgan/loguru/issues/805>
_).
- Fix possible
RuntimeError
when using multiprocessing.set_start_method()
after importing the logger
(#​974 <https://github.com/Delgan/loguru/issues/974>
_).
- Fix formatting of possible
__notes__
attached to an Exception
(#​980 <https://github.com/Delgan/loguru/issues/980>
_).
Compare Source
=====================
- Add a new
context
optional argument to logger.add()
specifying multiprocessing
context (like "spawn"
or "fork"
) to be used internally instead of the default one (#​851 <https://github.com/Delgan/loguru/issues/851>
_).
- Add support for true colors on Windows using ANSI/VT console when available (
#​934 <https://github.com/Delgan/loguru/issues/934>
, thanks @tunaflsh <https://github.com/tunaflsh>
).
- Fix possible deadlock when calling
logger.complete()
with concurrent logging of an asynchronous sink (#​906 <https://github.com/Delgan/loguru/issues/906>
_).
- Fix file possibly rotating too early or too late when re-starting an application around midnight (
#​894 <https://github.com/Delgan/loguru/issues/894>
_).
- Fix inverted
"<hide>"
and "<strike>"
color tags (#​943 <https://github.com/Delgan/loguru/pull/943>
, thanks @tunaflsh <https://github.com/tunaflsh>
).
- Fix possible untraceable errors raised when logging non-unpicklable
Exception
instances while using enqueue=True
(#​329 <https://github.com/Delgan/loguru/issues/329>
_).
- Fix possible errors raised when logging non-picklable
Exception
instances while using enqueue=True
(#​342 <https://github.com/Delgan/loguru/issues/342>
, thanks @ncoudene <https://github.com/ncoudene>
).
- Fix missing seconds and microseconds when formatting timezone offset that requires such accuracy (
#​961 <https://github.com/Delgan/loguru/issues/961>
_).
- Raise
ValueError
if an attempt to use nanosecond precision for time formatting is detected (#​855 <https://github.com/Delgan/loguru/issues/855>
_).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
==0.7.0
->==0.7.3
Release Notes
Delgan/loguru (loguru)
v0.7.3
Compare Source
ValueError
during logging (#88).RuntimeError
when removing all handlers withlogger.remove()
due to thread-safety issue (#1183, thanks @jeremyk).diagnose=True
option of exception formatting not working as expected with Python 3.13 (#1235, thanks @etianen).logging.Formatter()
(#1231, thanks @yechielb2000)."\"
immediately before color markups (#988).__repr__
method decorated withlogger.catch()
(#1044).datetime
formatting while logging messages (#1201, thanks @trim21).IPython
third-party library (#1001, thanks @zakstucke).v0.7.2
Compare Source
=====================
ExceptionGroup
errors (#​805 <https://github.com/Delgan/loguru/issues/805>
_).RuntimeError
when usingmultiprocessing.set_start_method()
after importing thelogger
(#​974 <https://github.com/Delgan/loguru/issues/974>
_).__notes__
attached to anException
(#​980 <https://github.com/Delgan/loguru/issues/980>
_).v0.7.1
Compare Source
=====================
context
optional argument tologger.add()
specifyingmultiprocessing
context (like"spawn"
or"fork"
) to be used internally instead of the default one (#​851 <https://github.com/Delgan/loguru/issues/851>
_).#​934 <https://github.com/Delgan/loguru/issues/934>
, thanks@tunaflsh <https://github.com/tunaflsh>
).logger.complete()
with concurrent logging of an asynchronous sink (#​906 <https://github.com/Delgan/loguru/issues/906>
_).#​894 <https://github.com/Delgan/loguru/issues/894>
_)."<hide>"
and"<strike>"
color tags (#​943 <https://github.com/Delgan/loguru/pull/943>
, thanks@tunaflsh <https://github.com/tunaflsh>
).Exception
instances while usingenqueue=True
(#​329 <https://github.com/Delgan/loguru/issues/329>
_).Exception
instances while usingenqueue=True
(#​342 <https://github.com/Delgan/loguru/issues/342>
, thanks@ncoudene <https://github.com/ncoudene>
).#​961 <https://github.com/Delgan/loguru/issues/961>
_).ValueError
if an attempt to use nanosecond precision for time formatting is detected (#​855 <https://github.com/Delgan/loguru/issues/855>
_).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.