Skip to content

fix(deps): Update dependency structlog to v23.3.0#107

Merged
kodiakhq[bot] merged 1 commit intomainfrom
renovate/structlog-23.x
Jan 1, 2024
Merged

fix(deps): Update dependency structlog to v23.3.0#107
kodiakhq[bot] merged 1 commit intomainfrom
renovate/structlog-23.x

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Jan 1, 2024

This PR contains the following updates:

Package Update Change
structlog (changelog) minor ==23.2.0 -> ==23.3.0

Release Notes

hynek/structlog (structlog)

v23.3.0

Compare Source

Added
  • The colorful development logger is now even more configurable!
    Choose freely your colors and the order of the key-value pairs!
    Implement your own formatters for certain keys!

    Implementing the output on top of the new columns API has changed the default very slightly, but shouldn't be noticeable.
    #​577

  • Async log methods (those starting with an a) now also support the collection of callsite information using structlog.processors.CallsiteParameterAdder.
    #​565

Changed
  • structlog.stdlib.recreate_defaults() now also adds structlog.stdlib.add_logger_name to the processors.
    Check out the updated screenshot!
Fixed
  • The return value from get_logger() (a BoundLoggerLazyProxy) now passes isinstance-checks against structlog.typing.BindableLogger on Python 3.12.
    #​561

  • structlog.threadlocal.tmp_bind() now also works with BoundLoggerLazyProxy (in other words: before anything is bound to a bound logger).

  • stdlib: ProcessorFormatter can now be told to not render the log record message using getMessage and just str(record.msg) instead.
    #​550

  • stdlib: structlog.stdlib.BoundLogger.exception()'s handling ofLogRecord.exc_info is now set consistent with logging.
    #​571
    #​572


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.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Jan 1, 2024
@kodiakhq kodiakhq bot merged commit b210f6b into main Jan 1, 2024
@kodiakhq kodiakhq bot deleted the renovate/structlog-23.x branch January 1, 2024 02:15
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.

2 participants