Releases: googleapis/python-logging
Releases · googleapis/python-logging
v3.5.0
3.5.0 (2023-01-24)
Features
- Add support for Python 3.11 (412d481)
Bug Fixes
- Add context manager return types (e2278c1)
- Instrumentation entries should not contain user labels (#703) (e05d132)
- Require proto-plus 1.22.2 for Python 3.11 (412d481)
- Send StructuredLogHandler instrumentation log using an explicit logger (#705) (ac6a2c6)
Documentation
- Add documentation for enums (e2278c1)
v3.4.0
3.4.0 (2022-12-15)
Features
- Add typing to proto.Message based class attributes (9d505f1)
Bug Fixes
- Add dict typing for client_options (9d505f1)
- deps: Require google-api-core >=1.34.0, >=2.11.0 (9d505f1)
- Drop usage of pkg_resources (9d505f1)
- Fix timeout default values (9d505f1)
Documentation
- samples: Snippetgen handling of repeated enum field (9d505f1)
- samples: Snippetgen should call await on the operation coroutine before calling result (9d505f1)
v3.3.1
3.3.1 (2022-12-05)
Bug Fixes
v3.3.0
3.3.0 (2022-11-26)
Features
- Add support for custom JSON encoders (#657) (77e621c)
- Include context on batch log errors (#650) (d08be9a)
- Set partial_success to default to true for batched logs (#649) (e56d3e8)
- Support Django asgi middleware (#625) (f52b3aa)
Bug Fixes
- deps: Allow protobuf 3.19.5 (#644) (12f3001)
- Json fields dictionary has modification side effect (#654) (a62a0d6)
v3.2.5
3.2.5 (2022-10-10)
Bug Fixes
v3.2.4
3.2.4 (2022-10-04)
Bug Fixes
v3.2.3
3.2.3 (2022-09-30)
Bug Fixes
- Mimic the pubsub test to clean up bigquery datasets (#639) (44deb1b)
- Nested json with structured log handler (#636) (b840435)
- Structured log handler drops reserved fields in json_fields (#634) (4ef38b3)
v3.2.2
3.2.2 (2022-08-12)
Bug Fixes
- deps: allow protobuf < 5.0.0 (#600) (8495dac)
- deps: require proto-plus >= 1.22.0 (8495dac)
v3.2.1
3.2.1 (2022-07-13)
Bug Fixes
- deps: require google-api-core>=1.32.0,>=2.8.0 (#585) (de35eab)
v3.2.0
3.2.0 (2022-07-11)
Features
Bug Fixes