Skip to content

Commit

Permalink
prepare 0.18.0 launcher release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex authored Mar 16, 2021
1 parent 22c5237 commit 816b32c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 15 deletions.
60 changes: 47 additions & 13 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.1
0.18.0
2 changes: 1 addition & 1 deletion launcher/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package launcher

const version = "0.16.1"
const version = "0.18.0"

0 comments on commit 816b32c

Please sign in to comment.