Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.5.0 #2676

Merged
merged 5 commits into from Mar 16, 2022
Merged

Release v1.5.0 #2676

merged 5 commits into from Mar 16, 2022

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Mar 15, 2022

Added

Changed

Fixed

Deprecated

  • Deprecated "go.opentelemetry.io/otel/sdk/trace".WithSpanLimits.
    Use WithRawSpanLimits instead.
    That option allows setting unlimited and zero limits, this option does not.
    This option will be kept until the next major version incremented release. (Update span limits to comply with specification #2637)

@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #2676 (cb02149) into main (b229997) will not change coverage.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2676   +/-   ##
=====================================
  Coverage   75.8%   75.8%           
=====================================
  Files        173     173           
  Lines      11672   11672           
=====================================
  Hits        8850    8850           
  Misses      2612    2612           
  Partials     210     210           
Impacted Files Coverage Δ
version.go 100.0% <100.0%> (ø)
exporters/jaeger/jaeger.go 90.3% <0.0%> (-0.9%) ⬇️
sdk/trace/batch_span_processor.go 81.1% <0.0%> (+0.9%) ⬆️

Copy link
Member

@XSAM XSAM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@MadVikingGod MadVikingGod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's odd that a race test is failing. We should keep an eye on that to make sure that's not another round of the flakey test.

@MrAlias MrAlias closed this Mar 16, 2022
@MrAlias MrAlias reopened this Mar 16, 2022
@MrAlias MrAlias merged commit 2cfc521 into open-telemetry:main Mar 16, 2022
@MrAlias MrAlias deleted the release-v1.5.0 branch March 16, 2022 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants