Skip to content

Releases: googleapis/python-logging

v3.5.0

24 Jan 23:44
4cb790a
Compare
Choose a tag to compare

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

27 Dec 21:54
7b8965a
Compare
Choose a tag to compare

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

07 Dec 00:06
5544998
Compare
Choose a tag to compare

3.3.1 (2022-12-05)

Bug Fixes

v3.3.0

29 Nov 20:19
fd7ed4c
Compare
Choose a tag to compare

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

11 Oct 16:32
Compare
Choose a tag to compare

3.2.5 (2022-10-10)

Bug Fixes

v3.2.4

04 Oct 01:14
e12eae2
Compare
Choose a tag to compare

3.2.4 (2022-10-04)

Bug Fixes

v3.2.3

01 Oct 00:16
fbb5d58
Compare
Choose a tag to compare

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

16 Aug 18:04
cbc9846
Compare
Choose a tag to compare

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

14 Jul 13:32
ee2a66e
Compare
Choose a tag to compare

3.2.1 (2022-07-13)

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (#585) (de35eab)

v3.2.0

12 Jul 13:43
5b3dfd2
Compare
Choose a tag to compare

3.2.0 (2022-07-11)

Features

  • add audience parameter (a2eed8c)
  • Add support for library instrumentation (#551) (8ba0023)

Bug Fixes

  • deps: require google-api-core >= 2.8.0 (#575) (a2eed8c)
  • deps: require google-cloud-core >= 2.0.0 (a2eed8c)
  • require python 3.7+ (#580) (0b3eb52)