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 RecordError to SpanOption. (#23)
0.5.0 - 2021-08-02
- Upgrade OTel to v1.0.0-RC2. (#18)
0.4.0 - 2021-06-25
- Upgrade to v1.0.0-RC1 of
go.opentelemetry.io/otel
. (#15)
0.3.0 - 2021-05-13
- Add AllowRoot option to prevent backward incompatible. (#13)
- 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
- otelsql does not set the status of span to Error while recording error. (#5)
0.2.0 - 2021-03-24
- 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
.
- Instrumentation for trace.
- CI files.
- Example code for a basic usage.
- Apache-2.0 license.