Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

68 lines (40 loc) · 1.6 KB

Changelog

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

The format is based on Keep a Changelog.

This project adheres to Semantic Versioning.

Added

  • Added RecordError to SpanOption. (#23)

0.5.0 - 2021-08-02

Changed

  • Upgrade OTel to v1.0.0-RC2. (#18)

0.4.0 - 2021-06-25

Changed

  • Upgrade to v1.0.0-RC1 of go.opentelemetry.io/otel. (#15)

0.3.0 - 2021-05-13

Added

  • Add AllowRoot option to prevent backward incompatible. (#13)

Changed

  • Upgrade to v0.20.0 of go.opentelemetry.io/otel. (#8)
  • otelsql will not create root spans in absence of existing spans by default. (#13)

0.2.1 - 2021-03-28

Fixed

  • otelsql does not set the status of span to Error while recording error. (#5)

0.2.0 - 2021-03-24

Changed

  • Upgrade to v0.19.0 of go.opentelemetry.io/otel. (#3)

0.1.0 - 2021-03-23

This is the first release of otelsql. It contains instrumentation for trace and depends on OTel v0.18.0.

Added

  • Instrumentation for trace.
  • CI files.
  • Example code for a basic usage.
  • Apache-2.0 license.