2021-09-12 19:49:24 +00:00
|
|
|
# Changelog
|
|
|
|
|
2023-06-20 14:39:50 +00:00
|
|
|
## 1.1.1
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
* [Relax nimble_options
|
|
|
|
requirement](https://github.com/open-telemetry/opentelemetry-erlang-contrib/pull/161)
|
|
|
|
|
2023-01-13 21:38:05 +00:00
|
|
|
## 1.1.0
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
* Add support for opentelemetry_cowboy to capture the full request lifecycle
|
|
|
|
when using the Plug.Cowboy adapter
|
|
|
|
|
2022-06-03 16:54:37 +00:00
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
* Prevent attempting to record an exception when no active span present
|
|
|
|
* Only mark 5xx level status codes as errored
|
|
|
|
|
2022-01-05 01:58:06 +00:00
|
|
|
## 1.0.0-rc.7
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Opentelemetry 1.0 support
|
|
|
|
|
2021-12-28 23:39:06 +00:00
|
|
|
## 1.0.0-rc.6
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Opentelemetry 1.0.0-rc.4 support
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
* pass attributes on span start for better sampling options
|
|
|
|
* fix http status attribute to match spec
|
|
|
|
|
2021-10-08 22:27:42 +00:00
|
|
|
## 1.0.0-rc.4
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Opentelemetry dependency is locked to rc2 or lower in prep for breaking changes in rc3
|
|
|
|
|
|
|
|
## 1.0.0-rc.3
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Update dependencies to allow telemetry 1.0.0
|
|
|
|
|
2021-09-12 19:49:24 +00:00
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Upgraded to Opentelemetry v0.5.0
|
|
|
|
|