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(deps): update dependency opentelemetry-api to v1 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
opentelemetry-api ==0.16b1 -> ==1.3.0 age adoption passing confidence
opentelemetry-api ==0.8b0 -> ==1.3.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-python

v1.3.0

Compare Source

Added
  • Allow span limits to be set programatically via TracerProvider.
    (#​1877)
  • Added support for CreateKey functionality.
    (#​1853)
Changed
  • Updated get_tracer to return an empty string when passed an invalid name
    (#​1854)
  • Changed AttributeValue sequences to warn mypy users on adding None values to array
    (#​1855)
  • Fixed exporter OTLP header parsing to match baggage header formatting.
    (#​1869)
  • Added optional schema_url field to Resource class
    (#​1871)
  • Update protos to latest version release 0.9.0
    (#​1873)
Fixed
  • Updated opentelementry-opentracing-shim ScopeShim to report exceptions in
    opentelemetry specification format, rather than opentracing spec format.

v1.2.0

Compare Source

Added
  • Added example for running Django with auto instrumentation.
    (#​1803)
  • Added B3SingleFormat and B3MultiFormat propagators to the opentelemetry-propagator-b3 package.
    (#​1823)
  • Added support for OTEL_SERVICE_NAME.
    (#​1829)
  • Lazily read/configure limits and allow limits to be unset.
    (#​1839)
  • Added support for OTEL_EXPORTER_JAEGER_TIMEOUT
    (#​1863)
Changed
  • Fixed OTLP gRPC exporter silently failing if scheme is not specified in endpoint.
    (#​1806)
  • Rename CompositeHTTPPropagator to CompositePropagator as per specification.
    (#​1807)
  • Propagators use the root context as default for extract and do not modify
    the context if extracting from carrier does not work.
    (#​1811)
  • Fixed b3 propagator entrypoint to point to B3SingleFormat propagator.
    (#​1823)
  • Added b3multi propagator entrypoint to point to B3MultiFormat propagator.
    (#​1823)
  • Improve warning when failing to decode byte attribute
    (#​1810)
  • Fixed inconsistency in parent_id formatting from the ConsoleSpanExporter
    (#​1833)
  • Include span parent in Jaeger gRPC export as CHILD_OF reference
    ([#​1809])(Include parent span in Jaeger gRPC export open-telemetry/opentelemetry-python#1809)
  • Fixed sequence values in OTLP exporter not translating
    (#​1818)
  • Update transient errors retry timeout and retryable status codes
    (#​1842)
  • Apply validation of attributes to Resource, move attribute related logic to separate package.
    (#​1834)
  • Fix start span behavior when excess links and attributes are included
    (#​1856)
Removed
  • Moved opentelemetry-instrumentation to contrib repository.
    (#​1797)

v1.1.0

Compare Source

Added
  • Added py.typed file to every package. This should resolve a bunch of mypy
    errors for users.
    (#​1720)
  • Add auto generated trace and resource attributes semantic conventions
    (#​1759)
  • Added SpanKind to should_sample parameters, suggest using parent span context's tracestate
    instead of manually passed in tracestate in should_sample
    (#​1764)
  • Added experimental HTTP back propagators.
    (#​1762)
  • Zipkin exporter: Add support for timeout and implement shutdown
    (#​1799)
Changed
  • Adjust B3Format propagator to be spec compliant by not modifying context
    when propagation headers are not present/invalid/empty
    (#​1728)
  • Silence unnecessary warning when creating a new Status object without description.
    (#​1721)
  • Update bootstrap cmd to use exact version when installing instrumentation packages.
    (#​1722)
  • Fix B3 propagator to never return None.
    (#​1750)
  • Added ProxyTracerProvider and ProxyTracer implementations to allow fetching provider
    and tracer instances before a global provider is set up.
    (#​1726)
  • Added __contains__ to opentelementry.trace.span.TraceState.
    (#​1773)
  • opentelemetry-opentracing-shim Fix an issue in the shim where a Span was being wrapped
    in a NonRecordingSpan when it wasn't necessary.
    (#​1776)
  • OTLP Exporter now uses the scheme in the endpoint to determine whether to establish
    a secure connection or not.
    (#​1771)

v1.0.0

Compare Source

Added
  • Document how to work with fork process web server models(Gunicorn, uWSGI etc...)
    (#​1609)
  • Add max_attr_value_length support to Jaeger exporter
    (#​1633)
  • Moved use_span from Tracer to opentelemetry.trace.use_span.
    (#​1668)
  • opentelemetry.trace.use_span() will now overwrite previously set status on span in case an
    exception is raised inside the context manager and set_status_on_exception is set to True.
    (#​1668)
  • Add udp_split_oversized_batches support to jaeger exporter
    (#​1500)
Changed
  • remove service_name from constructor of jaeger and opencensus exporters and
    use of env variable OTEL_PYTHON_SERVICE_NAME
    ([#​1669])(Remove service name open-telemetry/opentelemetry-python#1669)
  • Rename IdsGenerator to IdGenerator
    (#​1651)
  • Make TracerProvider's resource attribute private
    (#​1652)
  • Rename Resource's create_empty to get_empty
    (#​1653)
  • Renamed BatchExportSpanProcessor to BatchSpanProcessor and SimpleExportSpanProcessor to
    SimpleSpanProcessor
    (#​1656)
  • Rename DefaultSpan to NonRecordingSpan
    (#​1661)
  • Fixed distro configuration with OTEL_TRACES_EXPORTER env var set to otlp
    (#​1657)
  • Moving Getter, Setter and TextMapPropagator out of opentelemetry.trace.propagation and
    into opentelemetry.propagators
    (#​1662)
  • Rename BaggagePropagator to W3CBaggagePropagator
    (#​1663)
  • Rename JaegerSpanExporter to JaegerExporter and rename ZipkinSpanExporter to ZipkinExporter
    (#​1664)
  • Expose StatusCode from the opentelemetry.trace module
    (#​1681)
  • Status now only sets description when status_code is set to StatusCode.ERROR
    (#​1673)
  • Update OTLP exporter to use OTLP proto 0.7.0
    (#​1674)
  • Remove time_ns from API and add a warning for older versions of Python
    (#​1602)
  • Hide implementation classes/variables in api/sdk
    (#​1684)
  • Cleanup OTLP exporter compression options, add tests
    (#​1671)
  • Initial documentation for environment variables
    (#​1680)
  • Change Zipkin exporter to obtain service.name from span
    (#​1696)
  • Split up opentelemetry-exporter-jaeger package into opentelemetry-exporter-jaeger-proto-grpc and
    opentelemetry-exporter-jaeger-thrift packages to reduce dependencies for each one.
    (#​1694)
  • Added opentelemetry-exporter-otlp-proto-grpc and changed opentelemetry-exporter-otlp to
    install it as a dependency. This will allow for the next package/protocol to also be in
    its own package.
    (#​1695)
  • Change Jaeger exporters to obtain service.name from span
    (#​1703)
  • Fixed an unset OTEL_TRACES_EXPORTER resulting in an error
    (#​1707)
  • Split Zipkin exporter into opentelemetry-exporter-zipkin-json and
    opentelemetry-exporter-zipkin-proto-http packages to reduce dependencies. The
    opentelemetry-exporter-zipkin installs both.
    (#​1699)
  • Make setters and getters optional
    (#​1690)
Removed
  • Removed unused get_hexadecimal_trace_id and get_hexadecimal_span_id methods.
    (#​1675)
  • Remove OTEL_EXPORTER_*_ INSECURE env var
    (#​1682)
  • Removing support for Python 3.5
    (#​1706)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/opentelemetry-api-1.x branch from 7dacae8 to 8d50408 Compare April 20, 2021 23:47
@renovate renovate bot force-pushed the renovate/opentelemetry-api-1.x branch from 8d50408 to df45674 Compare May 12, 2021 04:38
@renovate renovate bot force-pushed the renovate/opentelemetry-api-1.x branch from df45674 to 4c15787 Compare June 2, 2021 01:49
@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency opentelemetry-api to v1 chore(deps): update dependency opentelemetry-api to v1 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/opentelemetry-api-1.x branch April 4, 2023 01:24
@renovate renovate bot changed the title chore(deps): update dependency opentelemetry-api to v1 - autoclosed chore(deps): update dependency opentelemetry-api to v1 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/opentelemetry-api-1.x branch April 4, 2023 08:22
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.

1 participant