PackageTrack

Go modules

go.opentelemetry.io/contrib/bridges/otelzap

v0.20.1open-telemetry/opentelemetry-go-contrib

Release timeline

698 releases since 2024
20242026

One column per month.

Releases

  1. v0.10.1-0.20250414222323-eda91cfdbe1714 Apr 2025pre-release

    Nothing published for this version

  2. v0.10.1-0.20250413141531-01f44f07d97f13 Apr 2025pre-release

    Nothing published for this version

  3. v0.10.1-0.20250412192903-ad800b6acf5d12 Apr 2025pre-release

    Nothing published for this version

  4. v0.10.1-0.20250411235021-288032846c2e11 Apr 2025pre-release

    Nothing published for this version

  5. v0.10.1-0.20250411120703-63bb30c8f14a11 Apr 2025pre-release

    Nothing published for this version

  6. v0.10.1-0.20250410223310-32799eb7962910 Apr 2025pre-release

    Nothing published for this version

  7. v0.10.1-0.20250410084508-a2225745dc9a10 Apr 2025pre-release

    Nothing published for this version

  8. v0.10.1-0.20250408221329-060b0bae21768 Apr 2025pre-release

    Nothing published for this version

  9. v0.10.1-0.20250408080852-ffadb6ea7ef08 Apr 2025pre-release

    Nothing published for this version

  10. v0.10.1-0.20250407150642-7d7d23f7d9a57 Apr 2025pre-release

    Nothing published for this version

  11. v0.10.1-0.20250406073743-c4c5dae9f16f6 Apr 2025pre-release

    Nothing published for this version

  12. v0.10.1-0.20250406065725-aeb4fdb452826 Apr 2025pre-release

    Nothing published for this version

  13. v0.10.1-0.20250406064613-d752336fa8836 Apr 2025pre-release

    Nothing published for this version

  14. v0.10.1-0.20250405085037-043cbfac32625 Apr 2025pre-release

    Nothing published for this version

  15. v0.10.1-0.20250403154902-4c657a0cdec43 Apr 2025pre-release

    Nothing published for this version

  16. v0.10.1-0.20250402130503-2a6af7def1f02 Apr 2025pre-release

    Nothing published for this version

  17. v0.10.1-0.20250402081453-3f436b21aefd2 Apr 2025pre-release

    Nothing published for this version

  18. v0.10.1-0.20250401092307-4f3ffa05610c1 Apr 2025pre-release

    Nothing published for this version

  19. v0.10.1-0.20250331042519-134d0d4f21dd31 Mar 2025pre-release

    Nothing published for this version

  20. v0.10.1-0.20250327230707-b0c0319eecb727 Mar 2025pre-release

    Nothing published for this version

  21. v0.10.1-0.20250326234948-868b78058fdc26 Mar 2025pre-release

    Nothing published for this version

  22. v0.10.1-0.20250325200527-136c6e937a6425 Mar 2025pre-release

    Nothing published for this version

  23. v0.10.1-0.20250325073622-1883203d0dca25 Mar 2025pre-release

    Nothing published for this version

  24. v0.10.1-0.20250321115702-6298961e25b221 Mar 2025pre-release

    Nothing published for this version

  25. v0.10.1-0.20250321083147-afa348323a7121 Mar 2025pre-release

    Nothing published for this version

  26. v0.10.1-0.20250320085324-a39d83f5d5f420 Mar 2025pre-release

    Nothing published for this version

  27. v0.10.1-0.20250318092759-dbaba60a893f18 Mar 2025pre-release

    Nothing published for this version

  28. v0.10.1-0.20250317145756-a15738a6ca9b17 Mar 2025pre-release

    Nothing published for this version

  29. v0.10.1-0.20250316161420-e671155dccd616 Mar 2025pre-release

    Nothing published for this version

  30. v0.10.1-0.20250315142522-8e6d14ab223415 Mar 2025pre-release

    Nothing published for this version

  31. v0.10.1-0.20250314090712-50e79de74acc14 Mar 2025pre-release

    Nothing published for this version

  32. v0.10.1-0.20250312190244-6e423c666b0e12 Mar 2025pre-release

    Nothing published for this version

  33. v0.10.1-0.20250312090055-b6f6e0eb42d112 Mar 2025pre-release

    Nothing published for this version

  34. v0.10.1-0.20250312084944-e387c77b741b12 Mar 2025pre-release

    Nothing published for this version

  35. v0.10.1-0.20250310091958-8cc747ba89cf10 Mar 2025pre-release

    Nothing published for this version

  36. v0.10.1-0.20250307231213-bdfe050d70257 Mar 2025pre-release

    Nothing published for this version

  37. v0.10.1-0.20250306131229-193839fdf5fa6 Mar 2025pre-release

    Nothing published for this version

  38. v0.10.06 Mar 2025
    Release notes

    This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].

    Added

    • Add v2 version of AWS EC2 detector go.opentelemetry.io/contrib/detectors/aws/ec2/v2 due to deprecation of github.com/aws/aws-sdk-go. (#6961)
    • Add the unit ns to deprecated runtime metrics process.runtime.go.gc.pause_total_ns and process.runtime.go.gc.pause_ns in go.opentelemetry.io/contrib/instrumentation/runtime. (#7490)
    • The go.opentelemetry.io/contrib/detectors/autodetect package is added to automatically compose user defined resource.Detectors at runtime. (#7522)
    • Add the WithLoggerProviderOptions, WithMeterProviderOptions and WithTracerProviderOptions options to NewSDK to allow passing custom options to providers in go.opentelemetry.io/contrib/otelconf. (#7552)
    • Set SeverityText field to logrus hook in go.opentelemetry.io/contrib/bridges/otellogrus. (#7553)
    • Add the WithTraceAttributeFn option to go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda. (#7556)
    • Add support for HTTP server metrics in go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho. (#7668)
    • Support testing of [Go 1.25]. (#7732)

    Changed

    • Change the default span name to be GET /path so it complies with the HTTP semantic conventions in go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#7551)
    • Transform attribute values of go.opentelemetry.io/otel/attribute.Value and go.opentelemetry.io/otel/log.Value types to appropriate go.opentelemetry.io/otel/log.Value type instead of log.StringValue in the modules below. (#7660)
      • go.opentelemetry.io/contrib/bridges/otellogr
      • go.opentelemetry.io/contrib/bridges/otellogrus
      • go.opentelemetry.io/contrib/bridges/otelslog
      • go.opentelemetry.io/contrib/bridges/otelzap
    • The Severity type from go.opentelemetry.io/contrib/processors/minsev now implements the fmt.Stringer, encoding.TextMarshaler, encoding.TextUnmarshaler, encoding.TextAppender, json.Marshaler, and json.Unmarshaler interfaces. (#7652)
    • The SeverityVar type from go.opentelemetry.io/contrib/processors/minsev now implements the fmt.Stringer, encoding.TextMarshaler, encoding.TextUnmarshaler, and encoding.TextAppender interfaces. (#7652)
    • Change the faas.max_memory unit to be bytes instead of MB to comply with the semantic conventions in go.opentelemetry.io/contrib/detectors/aws/lambda. (#7745)
    • Severity.Severity() in go.opentelemetry.io/contrib/processors/minsev now returns log.SeverityTrace1 for severities less than minsev.SeverityTrace1 and log.SeverityFatal4 for severities greater than minsev.SeverityFatal4 instead of log.SeverityUndefined. All other conversions are the same. (#7748)

    Fixed

    • Improve the ECS detector correctness in go.opentelemetry.io/contrib/detectors/aws/ecs. (#7607)

    Deprecated

    • WithSpanOptions in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is deprecated. It is only used by the deprecated interceptor, and is unused by NewClientHandler and NewServerHandler. (#7601)
    • Extract and Inject in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc are deprecated. These functions were initially exposed in the public API, but are now considered unnecessary. (#7689)
    • The go.opentelemetry.io/contrib/detectors/aws/ec2 package is deprecated, use go.opentelemetry.io/contrib/detectors/aws/ec2/v2 instead. (#7725)

    Removed

    • Remove support for the OTEL_SEMCONV_STABILITY_OPT_IN environment variable as well as support for semantic conventions v1.20.0 in the modules below. (#7584)
      • go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful
      • go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
      • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
      • go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
      • go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
      • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
    • The deprecated StreamClientInterceptor function from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc is removed. (#7646)
    Open source →
  39. v0.9.1-0.20250305091846-315543c2d7615 Mar 2025pre-release

    Nothing published for this version

  40. v0.9.1-0.20250305084856-22b11ca8085d5 Mar 2025pre-release

    Nothing published for this version

  41. v0.9.1-0.20250304073005-062acd2f32dc4 Mar 2025pre-release

    Nothing published for this version

  42. v0.9.1-0.20250302154004-ac80797c42f02 Mar 2025pre-release

    Nothing published for this version

  43. v0.9.1-0.20250301151512-e248544d06c51 Mar 2025pre-release

    Nothing published for this version

  44. v0.9.1-0.20250228162514-04983d05344428 Feb 2025pre-release

    Nothing published for this version

  45. v0.9.1-0.20250228000339-05634f8ba9c728 Feb 2025pre-release

    Nothing published for this version

  46. v0.9.1-0.20250227022045-822709b970e927 Feb 2025pre-release

    Nothing published for this version

  47. v0.9.1-0.20250225234312-ba5a74bf21d925 Feb 2025pre-release

    Nothing published for this version

  48. v0.9.1-0.20250225093716-dc71220ef23625 Feb 2025pre-release

    Nothing published for this version

  49. v0.9.1-0.20250224175018-1ae01635b4bd24 Feb 2025pre-release

    Nothing published for this version

  50. v0.9.1-0.20250222144106-6551c48da97822 Feb 2025pre-release

    Nothing published for this version

  51. v0.9.1-0.20250222001628-6f9495e424a422 Feb 2025pre-release

    Nothing published for this version

  52. v0.9.1-0.20250220220817-c5378f7f711620 Feb 2025pre-release

    Nothing published for this version

  53. v0.9.1-0.20250219192622-02be377209ff19 Feb 2025pre-release

    Nothing published for this version

  54. v0.9.1-0.20250219094230-1f93d3ecb5e419 Feb 2025pre-release

    Nothing published for this version

  55. v0.9.1-0.20250219093123-06d425eae4a619 Feb 2025pre-release

    Nothing published for this version

  56. v0.9.1-0.20250217160907-6780d3fc791217 Feb 2025pre-release

    Nothing published for this version

  57. v0.9.1-0.20250216231530-3e8094fc25e016 Feb 2025pre-release

    Nothing published for this version

  58. v0.9.1-0.20250215170043-4ddf26b05b2c15 Feb 2025pre-release

    Nothing published for this version

  59. v0.9.1-0.20250214170745-8b5220b6f51f14 Feb 2025pre-release

    Nothing published for this version

  60. v0.9.1-0.20250213170946-6e6a74a6657413 Feb 2025pre-release

    Nothing published for this version