Changes

1.1.2 (2020-11-09)

Bug Fixes

  • logging: allow X-Cloud-Trace-Context fields to be optional (#3062) (7ff03cf)
  • logging: do not panic in library code (#3076) (529be97), closes #1862

v1.1.1

  • Rebrand “Stackdriver Logging” to “Cloud Logging”.

v1.1.0

  • Support unmarshalling stringified Severity.
  • Add exported SetGoogleClientInfo wrappers to manual file.
  • Support no payload.
  • Update “Grouping Logs by Request” docs.
  • Add auto-detection of monitored resources on GAE Standard.

v1.0.0

This is the first tag to carve out logging as its own module. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.