Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.07 KB

File metadata and controls

26 lines (21 loc) · 1.07 KB

0.6.0+1

  • Removed unexported createStructuredLog from library doc comment.
  • Fixed grammatical error and broken ARCHITECTURE.md link in interop.dart doc comments.
  • Fixed doc comment typo in traceparent.dart.

0.6.0

  • Replaced CloudLogger with StructuredLogger which writes directly to stdout.
  • Added StructuredLogger.handleLogRecord to integrate with package:logging.
  • Added trace correlation support, parsing W3C traceparent headers and resolving trace and project context from the current Zone.
  • Updated JSON sanitization to gracefully format cyclic references as "[CIRCULAR]" instead of throwing a FormatException.
  • BREAKING: Removed the CloudLogger class and its CloudLogger.printLogger constructor.
  • BREAKING: Removed createStructuredLogFromEntry.
  • BREAKING: Removed public formatStackTrace function.

0.5.0

  • Added CloudLogger
  • Added createStructuredLog.
  • Added createStructuredLogFromEntry.
  • Added export LogSeverity from google_cloud_logging_type.
  • Added export LogEntry from google_cloud_logging_v2.