Delgan/loguru (loguru)
### [`v0.7.2`](https://redirect.github.com/Delgan/loguru/blob/HEAD/CHANGELOG.rst#072-2023-09-11)
[Compare Source](https://redirect.github.com/Delgan/loguru/compare/0.7.1...0.7.2)
\=====================
- Add support for formatting of `ExceptionGroup` errors (`#805 `\_).
- Fix possible `RuntimeError` when using `multiprocessing.set_start_method()` after importing the `logger` (`#974 `\_)
- Fix formatting of possible `__notes__` attached to an `Exception` (`#980 `\_).
### [`v0.7.1`](https://redirect.github.com/Delgan/loguru/blob/HEAD/CHANGELOG.rst#071-2023-09-04)
[Compare Source](https://redirect.github.com/Delgan/loguru/compare/0.7.0...0.7.1)
\=====================
- 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 `\_).
- Add support for true colors on Windows using ANSI/VT console when available (`#934 `*, thanks `@tunaflsh `*).
- Fix possible deadlock when calling `logger.complete()` with concurrent logging of an asynchronous sink (`#906 `\_).
- Fix file possibly rotating too early or too late when re-starting an application around midnight (`#894 `\_).
- Fix inverted `""` and `""` color tags (`#943 `*, thanks `@tunaflsh `*).
- Fix possible untraceable errors raised when logging non-unpicklable `Exception` instances while using `enqueue=True` (`#329 `\_).
- Fix possible errors raised when logging non-picklable `Exception` instances while using `enqueue=True` (`#342 `*, thanks `@ncoudene `*).
- Fix missing seconds and microseconds when formatting timezone offset that requires such accuracy (`#961 `\_).
- Raise `ValueError` if an attempt to use nanosecond precision for time formatting is detected (`#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 contains the following updates:
==0.7.0
->==0.7.2
Release Notes
Delgan/loguru (loguru)
### [`v0.7.2`](https://redirect.github.com/Delgan/loguru/blob/HEAD/CHANGELOG.rst#072-2023-09-11) [Compare Source](https://redirect.github.com/Delgan/loguru/compare/0.7.1...0.7.2) \===================== - Add support for formatting of `ExceptionGroup` errors (`#805"` color tags (`#943`*, thanks `@tunaflsh `*).
- Fix possible untraceable errors raised when logging non-unpicklable `Exception` instances while using `enqueue=True` (`#329 `\_).
- Fix possible errors raised when logging non-picklable `Exception` instances while using `enqueue=True` (`#342 `*, thanks `@ncoudene `*).
- Fix missing seconds and microseconds when formatting timezone offset that requires such accuracy (`#961 `\_).
- Raise `ValueError` if an attempt to use nanosecond precision for time formatting is detected (`#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.