Skip to content

Commit

Permalink
Merge pull request #217 from lightstep/jmacd/180
Browse files Browse the repository at this point in the history
Release version 1.8.0
  • Loading branch information
jmacd authored Jul 13, 2022
2 parents 9962bdf + fd46f30 commit b60529d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [1.8.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.8.0) - 2022-07-13

### 💡 Enhancements

- Update OpenTelemetry dependencies to OTel-Go version 1.8.0 [#216](https://github.com/lightstep/otel-launcher-go/pull/216)
- OTLP version 0.18.0: includes Min/Max support for exponential histogram [#215](https://github.com/lightstep/otel-launcher-go/pull/215)
- `sync.Map` replaced with `sync.RWLock` and plain map (saves 3 allocations) [#206](https://github.com/lightstep/otel-launcher-go/pull/206)

### 🧰 Bug fixes 🧰

- Race condition possible with multiple exporters fixed [#205](https://github.com/lightstep/otel-launcher-go/pull/205)

## [1.7.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.7.0) - 2022-06-30

### 💡 Enhancements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.8.0
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/lightstep/otel-launcher-go
go 1.18

require (
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.7.0
github.com/lightstep/otel-launcher-go/pipelines v1.7.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.8.0
github.com/lightstep/otel-launcher-go/pipelines v1.8.0
github.com/sethvargo/go-envconfig v0.7.0
github.com/stretchr/testify v1.8.0
go.opentelemetry.io/otel v1.8.0
Expand Down
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 = "1.7.0"
const version = "1.8.0"
2 changes: 1 addition & 1 deletion pipelines/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
// Lightstep-alternate metric SDK
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.7.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.8.0

// Host and runtime instrumentation
go.opentelemetry.io/contrib/instrumentation/host v0.33.0
Expand Down

0 comments on commit b60529d

Please sign in to comment.