Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Removed

  • Remove support for golang 1.21 (#52).

[0.3.0] - 2024-03-11

Changed

  • Decouple WithBuffer from SamplingHandler (#30).

[0.2.3] - 2024-03-11

Fixed

  • Pass through log with invalid trace context (#28).

[0.2.2] - 2024-02-26

Removed

  • Remove panic from gcp options (#23).

[0.2.1] - 2024-02-25

Changed

[0.2.0] - 2024-02-25

Add

  • Add handler for correlation between log records and Open Telemetry spans (#13).
  • Add gcp.WithCallers to retrieve stack trace from error (#14).

[0.1.1] - 2024-02-23

Changed

  • Reduce heap escapes (#11).

[0.1.0] - 2024-02-22

Added

  • Add sampling handler for sampling records at request level (#3).
  • Add handler to emit JSON logs to GCP Cloud Logging (#6).
  • Add handler to limit records with give rate (#8).