Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency loguru to v0.7.3 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 26, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
loguru (changelog) ==0.7.0 -> ==0.7.3 age adoption passing confidence

Release Notes

Delgan/loguru (loguru)

v0.7.3

Compare Source

=====================

  • Fix Cython incompatibility caused by the absence of underlying stack frames, which resulted in a ValueError during logging (#&#8203;88 <https://github.com/Delgan/loguru/issues/88>_).
  • Fix possible RuntimeError when removing all handlers with logger.remove() due to thread-safety issue (#&#8203;1183 <https://github.com/Delgan/loguru/issues/1183>, thanks @jeremyk <https://github.com/jeremyk>).
  • Fix diagnose=True option of exception formatting not working as expected with Python 3.13 (#&#8203;1235 <https://github.com/Delgan/loguru/issues/1235>, thanks @etianen <https://github.com/etianen>).
  • Fix non-standard level names not fully compatible with logging.Formatter() (#&#8203;1231 <https://github.com/Delgan/loguru/issues/1231>, thanks @yechielb2000 <https://github.com/yechielb2000>).
  • Fix inability to display a literal "\" immediately before color markups (#&#8203;988 <https://github.com/Delgan/loguru/issues/988>_).
  • Fix possible infinite recursion when an exception is raised from a __repr__ method decorated with logger.catch() (#&#8203;1044 <https://github.com/Delgan/loguru/issues/1044>_).
  • Improve performance of datetime formatting while logging messages (#&#8203;1201 <https://github.com/Delgan/loguru/issues/1201>, thanks @trim21 <https://github.com/trim21>).
  • Reduce startup time in the presence of installed but unused IPython third-party library (#&#8203;1001 <https://github.com/Delgan/loguru/issues/1001>, thanks @zakstucke <https://github.com/zakstucke>).

v0.7.2

Compare Source

=====================

  • Add support for formatting of ExceptionGroup errors (#&#8203;805 <https://github.com/Delgan/loguru/issues/805>_).
  • Fix possible RuntimeError when using multiprocessing.set_start_method() after importing the logger (#&#8203;974 <https://github.com/Delgan/loguru/issues/974>_)
  • Fix formatting of possible __notes__ attached to an Exception (#&#8203;980 <https://github.com/Delgan/loguru/issues/980>_).

v0.7.1

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 (#&#8203;851 <https://github.com/Delgan/loguru/issues/851>_).
  • Add support for true colors on Windows using ANSI/VT console when available (#&#8203;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 (#&#8203;906 <https://github.com/Delgan/loguru/issues/906>_).
  • Fix file possibly rotating too early or too late when re-starting an application around midnight (#&#8203;894 <https://github.com/Delgan/loguru/issues/894>_).
  • Fix inverted "<hide>" and "<strike>" color tags (#&#8203;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 (#&#8203;329 <https://github.com/Delgan/loguru/issues/329>_).
  • Fix possible errors raised when logging non-picklable Exception instances while using enqueue=True (#&#8203;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 (#&#8203;961 <https://github.com/Delgan/loguru/issues/961>_).
  • Raise ValueError if an attempt to use nanosecond precision for time formatting is detected (#&#8203;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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/loguru-0.x branch from 12e0d44 to 0057855 Compare September 25, 2022 17:40
@renovate renovate bot force-pushed the renovate/loguru-0.x branch from 0057855 to 2b68d5a Compare November 20, 2022 17:41
@renovate renovate bot force-pushed the renovate/loguru-0.x branch from 2b68d5a to 68d335b Compare March 16, 2023 09:08
@renovate renovate bot changed the title Update dependency loguru to v0.6.0 Update dependency loguru to v0.7.0 May 29, 2023
@renovate renovate bot force-pushed the renovate/loguru-0.x branch from 68d335b to 2f094c9 Compare May 29, 2023 23:50
@renovate renovate bot changed the title Update dependency loguru to v0.7.0 Update dependency loguru to v0.7.0 - autoclosed Aug 31, 2023
@renovate renovate bot closed this Aug 31, 2023
@renovate renovate bot deleted the renovate/loguru-0.x branch August 31, 2023 11:28
@renovate renovate bot changed the title Update dependency loguru to v0.7.0 - autoclosed Update dependency loguru to v0.7.0 Sep 5, 2023
@renovate renovate bot reopened this Sep 5, 2023
@renovate renovate bot restored the renovate/loguru-0.x branch September 5, 2023 05:32
@renovate renovate bot changed the title Update dependency loguru to v0.7.0 Update dependency loguru to v0.7.1 Sep 5, 2023
@renovate renovate bot force-pushed the renovate/loguru-0.x branch from 2f094c9 to de16fff Compare September 5, 2023 05:32
@renovate renovate bot changed the title Update dependency loguru to v0.7.1 Update dependency loguru to v0.7.2 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/loguru-0.x branch from de16fff to 356837b Compare September 12, 2023 02:52
@renovate renovate bot changed the title Update dependency loguru to v0.7.2 Update dependency loguru to v0.7.3 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/loguru-0.x branch from 356837b to db5b10e Compare December 7, 2024 08:39
Copy link

sonarqubecloud bot commented Dec 7, 2024

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants