Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Jul 8, 2024

This PR contains the following updates:

Package Update Change
structlog (changelog) major ==23.3.0 -> ==24.2.0

Release Notes

hynek/structlog (structlog)

v24.2.0

Compare Source

Added
  • It is now possible to disable log level-padding in structlog.dev.LogLevelColumnFormatter and structlog.dev.ConsoleRenderer.
    #​599

  • The structlog.processors.CallsiteParameterAdder can now be pickled.
    #​603

  • structlog.processors.CallsiteParameterAdder now also works with structlog.stdlib.BoundLogger's non-standard async methods (ainfo(), and so forth)
    #​618

Changed
  • structlog.processors.LogfmtRenderer now escapes newlines.
    #​592

  • structlog.processors.LogfmtRenderer now escapes backslashes and double quotes.
    #​594

  • structlog.processors.CallsiteParameterAdder has been optimized to be about 2x faster.
    #​606

Fixed
  • structlog.stdlib.render_to_log_kwargs now correctly passes stacklevel as a kwarg to stdlib logging.
    #​619

v24.1.0

Compare Source

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

  • Don't ignore the width argument of RichTracebackFormatter.
    #​587


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.


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

This PR has been generated by Renovate Bot.

@erezrokah erezrokah added the automerge Add to automerge PRs once requirements are met label Jul 8, 2024
@kodiakhq kodiakhq bot merged commit d964cf1 into main Jul 8, 2024
@kodiakhq kodiakhq bot deleted the renovate/structlog-24.x branch July 8, 2024 10:50
kodiakhq bot pushed a commit that referenced this pull request Jul 8, 2024
🤖 I have created a release *beep* *boop*
---


## [0.1.28](v0.1.27...v0.1.28) (2024-07-08)


### Bug Fixes

* **deps:** Update dependency cloudquery-plugin-pb to v0.0.29 ([#199](#199)) ([ed47946](ed47946))
* **deps:** Update dependency pyarrow to v16 ([#200](#200)) ([8c625c3](8c625c3))
* **deps:** Update dependency structlog to v24 ([#201](#201)) ([d964cf1](d964cf1))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants