-
Notifications
You must be signed in to change notification settings - Fork 5
Commit d964cf1
authored
fix(deps): Update dependency structlog to v24 (#201)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [structlog](https://togithub.com/hynek/structlog) ([changelog](https://togithub.com/hynek/structlog/blob/main/CHANGELOG.md)) | major | `==23.3.0` -> `==24.2.0` |
---
### Release Notes
<details>
<summary>hynek/structlog (structlog)</summary>
### [`v24.2.0`](https://togithub.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2420---2024-05-27)
[Compare Source](https://togithub.com/hynek/structlog/compare/24.1.0...24.2.0)
##### Added
- It is now possible to disable log level-padding in `structlog.dev.LogLevelColumnFormatter` and `structlog.dev.ConsoleRenderer`.
[#​599](https://togithub.com/hynek/structlog/pull/599)
- The `structlog.processors.CallsiteParameterAdder` can now be pickled.
[#​603](https://togithub.com/hynek/structlog/pull/603)
- `structlog.processors.CallsiteParameterAdder` now also works with `structlog.stdlib.BoundLogger`'s non-standard async methods (`ainfo()`, and so forth)
[#​618](https://togithub.com/hynek/structlog/pull/618)
##### Changed
- `structlog.processors.LogfmtRenderer` now escapes newlines.
[#​592](https://togithub.com/hynek/structlog/pull/592)
- `structlog.processors.LogfmtRenderer` now escapes backslashes and double quotes.
[#​594](https://togithub.com/hynek/structlog/pull/594)
- `structlog.processors.CallsiteParameterAdder` has been optimized to be about 2x faster.
[#​606](https://togithub.com/hynek/structlog/pull/606)
##### Fixed
- `structlog.stdlib.render_to_log_kwargs` now correctly passes stacklevel as a kwarg to stdlib logging.
[#​619](https://togithub.com/hynek/structlog/pull/620)
### [`v24.1.0`](https://togithub.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2410---2024-01-08)
[Compare Source](https://togithub.com/hynek/structlog/compare/23.3.0...24.1.0)
##### Fixed
- The lazy logger proxy returned by `structlog.get_logger()` now returns its initial values when asked for context.
When asked for context before binding for the first time, it returned an empty dictionary in 23.3.0.
- The displayed level name when using `structlog.stdlib.BoundLogger.exception()` is `"error"` instead of `"exception"`.
Fixes regression in 23.3.0.
[#​584](https://togithub.com/hynek/structlog/issues/584)
- Don't ignore the `width` argument of `RichTracebackFormatter`.
[#​587](https://togithub.com/hynek/structlog/issues/587)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->1 parent 8c625c3 commit d964cf1Copy full SHA for d964cf1
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments