Skip to content

Release v0.8.0#929

Merged
MrAlias merged 4 commits intoopen-telemetry:masterfrom
MrAlias:pre_release_v0.8.0
Jul 10, 2020
Merged

Release v0.8.0#929
MrAlias merged 4 commits intoopen-telemetry:masterfrom
MrAlias:pre_release_v0.8.0

Conversation

@MrAlias
Copy link
Copy Markdown
Contributor

@MrAlias MrAlias commented Jul 9, 2020

Release v0.8.0

Added

Changed

  • Update CONTRIBUTING.md to ask for updates to CHANGELOG.md with each pull request. (Ask for changelog updates with PRs #879)
  • Use lowercase header names for B3 Multiple Headers. (Update B3 header names #881)
  • The B3 propagator SingleHeader field has been replaced with InjectEncoding.
    This new field can be set to combinations of the B3Encoding bitmasks and will inject trace information in these encodings.
    If no encoding is set, the propagator will default to MultipleHeader encoding. (Fix B3 propagator and add tests #882)
  • The B3 propagator now extracts from either HTTP encoding of B3 (Single Header or Multiple Header) based on what is contained in the header.
    Preference is given to Single Header encoding with Multiple Header being the fallback if Single Header is not found or is invalid.
    This behavior change is made to dynamically support all correctly encoded traces received instead of having to guess the expected encoding prior to receiving. (Fix B3 propagator and add tests #882)
  • Extend semantic conventions for RPC. (Extend semantic convetions for RPC #900)
  • To match constant naming conventions in the api/standard package, the FaaS* key names are appended with a suffix of Key. (Fix api/standard constant names and documentation #920)
    • "api/standard".FaaSName -> FaaSNameKey
    • "api/standard".FaaSID -> FaaSIDKey
    • "api/standard".FaaSVersion -> FaaSVersionKey
    • "api/standard".FaaSInstance -> FaaSInstanceKey

Removed

Fixed

@lizthegrey
Copy link
Copy Markdown
Member

Whoops, I merged #931 and #930 without changing the changelog

@MrAlias MrAlias merged commit aff7a80 into open-telemetry:master Jul 10, 2020
@MrAlias MrAlias deleted the pre_release_v0.8.0 branch July 10, 2020 16:24

## [Unreleased]

## [0.8.0] - 2020-07-09
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

oh, I should have caught the date was off by one, but whatever, it's fiiine :)

@pellared pellared added this to the untracked milestone Nov 8, 2024
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