-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare 0.18.0 launcher release (#52)
- Loading branch information
alrex
authored
Mar 16, 2021
1 parent
22c5237
commit 816b32c
Showing
3 changed files
with
49 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,83 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Unreleased | ||
|
||
## [0.18.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.18.0) - 2021-03-16 | ||
|
||
### Changed | ||
- Update OpenTelemetry dependencies to 0.18.0 | ||
- Update OpenTelemetry dependencies to 0.17.0 | ||
|
||
### Added | ||
- Add support for `ottrace` propagator | ||
|
||
## 0.16.1 | ||
- Enable gzip compression by default | ||
## [0.16.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.16.1) - 2021-02-01 | ||
|
||
## 0.16.0 | ||
### Changed | ||
- Enable gzip compression by default | ||
- Update OpenTelemetry dependencies to 0.16.0 | ||
|
||
## 0.15.0 | ||
## [0.15.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.15.0) - 2020-12-15 | ||
|
||
### Changed | ||
- Update OpenTelemetry dependencies to 0.15.0 | ||
- Added context param for NewExporter as required by OpenTelemetry 0.15.0 | ||
|
||
## 0.14.1 | ||
## [0.14.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.14.1) - 2020-11-24 | ||
|
||
### Changed | ||
|
||
- Update default value for metrics exporter endpoint (#38) | ||
|
||
## 0.14.0 | ||
## [0.14.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.14.0) - 2020-11-23 | ||
|
||
- Add support for `tracecontext` propagator (#32) | ||
### Changed | ||
- Update configuration for baggage propagator from `"cc"` to `"baggage"` (#30) | ||
|
||
### Added | ||
- Add support for `tracecontext` propagator (#32) | ||
- Adding LS_METRICS_ENABLED env variable to control host/runtime metrics (#34) | ||
|
||
## 0.13.0 | ||
## [0.13.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.13.0) | ||
|
||
### Changed | ||
|
||
- Update OpenTelemetry dependencies to 0.13.0 (#26) | ||
- Use BatchSpanProcessor instead of SimpleSpanProcessor (#24) | ||
|
||
### Added | ||
|
||
- Add host.name tag based on os.Hostname (#19) | ||
|
||
## 0.11.0 | ||
## [0.11.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.11.0) | ||
|
||
### Changed | ||
|
||
- Update OpenTelemetry dependencies to 0.11.0 | ||
|
||
### Added | ||
|
||
- Add a metrics exporter | ||
|
||
## 0.10.2 | ||
## [0.10.2](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.10.2) | ||
|
||
### Changed | ||
|
||
- update envconfig package | ||
|
||
## 0.10.0 | ||
## [0.10.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.10.0) | ||
|
||
### Changed | ||
|
||
- Update OpenTelemetry dependencies to 0.10.0 | ||
|
||
## 0.0.1 | ||
## [0.0.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.0.1) | ||
|
||
### Added | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.16.1 | ||
0.18.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
|
||
package launcher | ||
|
||
const version = "0.16.1" | ||
const version = "0.18.0" |