Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@multani multani released this 21 Sep 15:34
· 20 commits to main since this release
12420e0

This release adds a new processors-builder function that only configures GCP-related processors:

  • If you are fine-tuning (or need to) your processors, checkout out Advanced Configuration
  • If you are only interested by having good defaults, you can continue to use the previous structlog_gcp.build_processors() as
    before.

The default processors builder function now also supports Context Variables out of the box.

Warning

The structlog.contextvars.merge_contextvars() processor is now configured by default: you should remove it from your codebase if you were explicitly configuring it before.

What's Changed

  • Split GCP-specific processors from general one by @multani in #42
  • Configure Context Variables processor by default by @multani in #43
  • Document structlog_gcp.build_processors by @multani in #44

Full Changelog: v0.2.6...v0.3.0