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 structlog to v23.3.0 - autoclosed #111

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
structlog (changelog) ==23.1.0 -> ==23.3.0 age adoption passing confidence

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

v23.2.0

Compare Source

Removed
  • Support for Python 3.7.
Added
  • Official support for Python 3.12.
    #​515

  • structlog.processors.MaybeTimeStamper that only adds a timestamp if there isn't one already.
    #​81

  • structlog.dev.ConsoleRenderer now supports renamed timestamp keys using the timestamp_key parameter.
    #​541

  • structlog.dev.RichTracebackFormatter that allows to configure the traceback formatting.
    #​542

Fixed
  • FilteringBoundLogger.exception() and FilteringBoundLogger.aexception() now support positional argument formatting like the rest of the methods.
    #​531
  • structlog.processors.format_exc_info() and structlog.dev.ConsoleRenderer do not crash anymore when told to format a non-existent exception.
    #​533

Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency structlog to v23.2.0 Update dependency structlog to v23.3.0 Dec 29, 2023
@aurangzaib048 aurangzaib048 merged commit 6883bbc into master Jun 3, 2024
5 checks passed
@renovate renovate bot changed the title Update dependency structlog to v23.3.0 Update dependency structlog to v23.3.0 - autoclosed Jun 3, 2024
@renovate renovate bot deleted the renovate/structlog-23.x branch June 3, 2024 09:59
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.

None yet

1 participant