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 v0.14.0 #1355

Merged
merged 2 commits into from
Nov 20, 2020
Merged

Release v0.14.0 #1355

merged 2 commits into from
Nov 20, 2020

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Nov 20, 2020

Added

Changed

Removed

  • The ErrInvalidHexID, ErrInvalidTraceIDLength, ErrInvalidSpanIDLength, ErrInvalidSpanIDLength, or ErrNilSpanID from the go.opentelemetry.io/otel package are unexported now. (Fix lint issues in otel package #1243)
  • The AddEventWithTimestamp method on the Span interface in go.opentelemetry.io/otel is removed due to its redundancy.
    It is replaced by using the AddEvent method with a WithTimestamp option. (Update Span API event methods #1254)
  • The MockSpan and MockTracer types are removed from go.opentelemetry.io/otel/oteltest.
    Tracer and Span from the same module should be used in their place instead. (Remove MockSpan and MockTracer #1306)
  • WorkerCount option is removed from go.opentelemetry.io/otel/exporters/otlp. (Some cleanups in otlp exporter #1350)

Fixed

@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #1355 (dfec659) into master (34aa681) will not change coverage.
The diff coverage is 0.0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1355   +/-   ##
======================================
  Coverage    77.4%   77.4%           
======================================
  Files         124     124           
  Lines        6104    6104           
======================================
  Hits         4730    4730           
  Misses       1125    1125           
  Partials      249     249           
Impacted Files Coverage Δ
version.go 0.0% <0.0%> (ø)

@MrAlias MrAlias merged commit 575df22 into open-telemetry:master Nov 20, 2020
@MrAlias MrAlias deleted the pre_release_v0.14.0 branch November 20, 2020 16:36
AzfaarQureshi pushed a commit to open-o11y/opentelemetry-go that referenced this pull request Dec 3, 2020
* Prepare for releasing v0.14.0

* Update changelog
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.

4 participants