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

chore: remove tracer apis not part of spec #1764

Merged
merged 13 commits into from
Dec 21, 2020

Commits on Dec 17, 2020

  1. chore: remove tracer apis not part of spec

    This removes getCurrentSpan(), bind() and with() from Tracer because
    they are not required by spec and context operations are a concern of
    context not Tracer.
    
    At least in NoopTracer the implementation of them was incorrect because
    context was not used.
    Flarna committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    2a2a94d View commit details
    Browse the repository at this point in the history
  2. fixup! lint

    Flarna committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    5800546 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. chore: add upgrade guide

    Flarna committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    3b3a85d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. fixup! remove superfluous parenthesis

    Co-authored-by: Mayur Kale <mayurkale@google.com>
    Flarna and mayurkale22 committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    2687330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a274323 View commit details
    Browse the repository at this point in the history
  3. fixup! update API readme

    Flarna committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    4ec22da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7286e6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    752f76f View commit details
    Browse the repository at this point in the history
  6. chore: increment API version

    Flarna committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    2416181 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1408a81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29f76cf View commit details
    Browse the repository at this point in the history
  9. fixup! update readme

    Flarna committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    5035607 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3866df0 View commit details
    Browse the repository at this point in the history