Skip to content

Releases: googleapis/python-logging

v2.0.2

16 Dec 19:17
2a36af6

Choose a tag to compare

Bug Fixes

  • Add submodule imports for handlers to logging alias (#117) (6843a3a)
  • remove client recv msg limit fix: add enums to types/__init__.py (#131) (6349b89)
  • Remove keyword only argument for RequestsMiddleware (#113) (e704f28)

v2.0.1

02 Dec 22:20
7f75f59

Choose a tag to compare

Bug Fixes

Documentation

v2.0.0

19 Nov 00:46
174f224

Choose a tag to compare

⚠ BREAKING CHANGES

  • Use microgenerator for GAPIC layer. See UPGRADING.md for details. (#94)
  • removes support for webapp2 and other Python2 specific code

Features

Bug Fixes

Code Refactoring

Documentation

v1.15.1

07 Aug 21:16
79da042

Choose a tag to compare

Documentation

  • add initialization of LogEntry instance in the v2 example (#46) (251ac93), closes #44
  • change descriptions for virtual environment (#48) (c5c3c15), closes #47

v1.15.0

02 Mar 21:46
6dbb56d

Choose a tag to compare

chore: release 1.15.0 (#24)

* updated CHANGELOG.md [ci skip]

* updated setup.py [ci skip]

v1.14.0

05 Feb 22:49

Choose a tag to compare

10-15-2019 06:50 PDT

Implementation Changes

  • Fix proto copy. (#9420)

Dependencies

  • Pin 'google-cloud-core >= 1.0.3, < 2.0.0dev'. (#9445)

v1.13.0

05 Feb 22:49

Choose a tag to compare

09-23-2019 10:00 PDT

Implementation Changes

  • Pass 'stream' argument to super in 'ContainerEngineHandler.init'. (#9166)

New Features

  • Add LoggingV2Servicer, LogSinks, logging_metrics, and log_entry. Add LogSeverity and HttpRequest types (via synth). (#9262)
  • Add client_options to logging v1 (#9046)

Documentation

  • Remove compatability badges from READMEs. (#9035)

Internal / Testing Changes

  • Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
  • Delete custom synth removing gRPC send/recv msg size limits. (#8939)

v1.12.1

05 Feb 22:50

Choose a tag to compare

08-01-2019 09:45 PDT

Implementation Changes

  • Remove gRPC size restrictions (4MB default) (#8860)
  • Map stdlib loglevels to Stackdriver severity enum values. (#8837)

Documentation

  • Fix 'list_entries' example with projects. (#8858)

Internal / Testing Changes

  • Update intersphinx mapping for requests. (#8805)

v1.12.0

05 Feb 22:50

Choose a tag to compare

07-24-2019 16:47 PDT

Implementation Changes

  • Set the 'timestamp' on log records created by handler. (#8227)
  • Clarify worker thread implementation. (#8228)

New Features

  • Add path-construction helpers to GAPIC clients (via synth). (#8631)
  • Add 'client_options' support, update list method docstrings (via synth). (#8535)

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. (#8709)

Documentation

  • Link to googleapis.dev documentation in READMEs. (#8705)
  • Add compatibility check badges to READMEs. (#8288)

Internal / Testing Changes

  • Re-add "generated" markers (via synth). (#8538)
  • Add nox session 'docs' to remaining manual clients. (#8478)
  • Add docs job to publish to googleapis.dev. (#8464)
  • Fix tests broken in PR #8227. (#8273)
  • Add empty lines. (#8064)
  • Use alabaster theme everwhere. (#8021)

v1.11.0

05 Feb 22:50

Choose a tag to compare

05-16-2019 12:27 PDT

Implementation Changes

  • Add routing header to method metadata (via synth). (#7598)
  • Remove classifier for Python 3.4 for end-of-life. (#7535)
  • Use FQDN for GCE metadata endpoint. (#7520)

New Features

  • Add client_info support to client. (#7874) and (#7901)

Dependencies

  • Pin google-cloud-core >= 1.0.0, < 2.0dev. (#7993)

Documentation

  • Update client library documentation URLs. (#7307)
  • Reformat snippet (via synth). (#7216)
  • Add snippet for logging a resource. (#7212)

Internal / Testing Changes

  • Reorder methods in file (via synth). (#7810)
  • Copy lintified proto files (via synth). (#7450)
  • Trivial gapic-generator change. (#7230)
  • Add protos as an artifact to library (#7205)