Structlog-gcp

Latest version: v0.3.0

Safety actively analyzes 681844 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.0

What's Changed
* Fix the links in the examples section by hockeybuggy in https://github.com/multani/structlog-gcp/pull/9
* Replace flake8 by ruff by multani in https://github.com/multani/structlog-gcp/pull/11
* Configure the service name and version for error reporting by multani in https://github.com/multani/structlog-gcp/pull/10

New Contributors
* hockeybuggy made their first contribution in https://github.com/multani/structlog-gcp/pull/9

**Full Changelog**: https://github.com/multani/structlog-gcp/compare/v0.1.0...v0.2.0

0.1.0

To migrate from v0.0.3 to v0.1.0, replace:

py
import structlog
import structlog_gcp

gcp_logs = structlog_gcp.StructlogGCP()
structlog.configure(processors=gcp_logs.build_processors())


by:

py
import structlog
import structlog_gcp

processors = structlog_gcp.build_processors()
structlog.configure(processors=processors)



What's Changed

* Type all the project by multani in https://github.com/multani/structlog-gcp/pull/5
* Simplify interface by multani in https://github.com/multani/structlog-gcp/pull/6


**Full Changelog**: https://github.com/multani/structlog-gcp/compare/v0.0.3...v1.0.0

0.0.3

**Full Changelog**: https://github.com/multani/structlog-gcp/compare/v0.0.2...v0.0.3

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.