Structlog-gcp

Latest version: v0.2.4

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

Scan your dependencies

0.2.4

* [PyPI: structlog-gcp 0.2.4](https://pypi.org/project/structlog-gcp/0.2.4/)

What's Changed
* Update actions/checkout action to v4 by renovate in https://github.com/multani/structlog-gcp/pull/23
* Update Python dependency by osolmaz in https://github.com/multani/structlog-gcp/pull/24
* Update actions/setup-python action to v5 by renovate in https://github.com/multani/structlog-gcp/pull/25
* Update actions/download-artifact action to v4 by renovate in https://github.com/multani/structlog-gcp/pull/26
* Update actions/upload-artifact action to v4 by renovate in https://github.com/multani/structlog-gcp/pull/27
* Split out the JSON renderer from the Cloud Logging formatter by multani in https://github.com/multani/structlog-gcp/pull/30

New Contributors
* renovate made their first contribution in https://github.com/multani/structlog-gcp/pull/23
* osolmaz made their first contribution in https://github.com/multani/structlog-gcp/pull/24

**Full Changelog**: https://github.com/multani/structlog-gcp/compare/v0.2.3...v0.2.4

0.2.3

What's Changed
* Run CI on `main` branch by multani in https://github.com/multani/structlog-gcp/pull/16
* Wrap stdout into a new fixture by multani in https://github.com/multani/structlog-gcp/pull/17
* Remove release on test PyPI, authenticate via OIDC, fix release tag by multani in https://github.com/multani/structlog-gcp/pull/18
* Correctly format extra event keys to have them parsed by Cloud Logging by multani in https://github.com/multani/structlog-gcp/pull/19


**Full Changelog**: https://github.com/multani/structlog-gcp/compare/v0.2.1...v0.2.3

0.2.1

What's Changed
* Fix label serialization by multani in https://github.com/multani/structlog-gcp/pull/14


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

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

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.