Skip to content

Latest commit

 

History

History
81 lines (41 loc) · 4.07 KB

CHANGES.md

File metadata and controls

81 lines (41 loc) · 4.07 KB

Changes

2.0.0 (2022-01-12)

⚠ BREAKING CHANGES

  • logging: increase DefaultEntryByteThreshold to 8Mb (#4247)

Features

  • logging: increase DefaultEntryByteThreshold to 8Mb (#4247) (f32dd72)

Bug Fixes

  • logging: Support numbers when unmarshaling Severity (#4216) (a08b97d)

1.4.2 (2021-05-20)

Bug Fixes

1.4.1 (2021-05-03)

Bug Fixes

  • logging: allow nil or custom zones in resource detection (#3997) (aded90b)
  • logging: appengine zone label (#3998) (394a586)

1.4.0 (2021-04-15)

Features

  • logging: cloud run and functions resource autodetection (#3909) (1204de8)
  • logging: make toLogEntry function public (#3863) (71828c2)

Bug Fixes

  • logging: Entries has a 24H default filter (#3120) (b32eb82)

v1.3.0

  • Updates to various dependencies.

1.2.0 (2021-01-25)

Features

  • logging: add localIP and Cache fields to HTTPRequest conversion from proto (#3600) (f93027b)

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.