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.8.0 #929

Merged
merged 4 commits into from
Jul 10, 2020
Merged

Release v0.8.0 #929

merged 4 commits into from
Jul 10, 2020

Conversation

MrAlias
Copy link
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
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
@@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.8.0] - 2020-07-09
Copy link
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 :)

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.

3 participants