-
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.
Merge branch 'main' of github.com:lightstep/otel-launcher-go into jma…
…cd/cardlimit
- Loading branch information
Showing
38 changed files
with
1,001 additions
and
966 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 |
---|---|---|
|
@@ -8,8 +8,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm | |
|
||
## Unreleased | ||
|
||
## [1.12.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.12.1) - 2022-01-24) | ||
## [1.13.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.0) - 2022-02-15) | ||
|
||
- Updates OTel-Go version dependencies to `[email protected]`, `[email protected]`, | ||
`[email protected]`, `[email protected]`: | ||
- Note the corresponding metrics API changes are 🛑 [BREAKING] | ||
between releases `v0.35.0` and `v0.36.0`. Because this release | ||
depends on metrics API `v0.35.0` it continues to support the | ||
deprecated APIs. The next minor version of this repository will | ||
update the dependency to `v0.36.0` or later. [#381](https://github.com/lightstep/otel-launcher-go/pull/381) | ||
|
||
## [1.12.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.12.1) - 2022-02-13) | ||
|
||
- Replace a RWMutex with Mutex. [#378](https://github.com/lightstep/otel-launcher-go/pull/378) | ||
- Eliminate redundant GC cpu-time metric from lightstep/instrumentation/cputime as | ||
it is now included in lightstep/instrumentation/runtime from the builtin | ||
runtime/metrics package. [#355](https://github.com/lightstep/otel-launcher-go/pull/355) | ||
|
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 @@ | ||
1.12.0 | ||
1.13.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
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
Oops, something went wrong.