Go modules
go.opentelemetry.io/contrib/bridges/otelzap
v0.20.1open-telemetry/opentelemetry-go-contrib ↗Last release 6 days ago
26 Aug 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 17 of 18 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
698 releases · first in 2024
Release timeline
698 releases since 2024One column per month.
Releases
- v0.10.1-0.20250414222323-eda91cfdbe1714 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250413141531-01f44f07d97f13 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250412192903-ad800b6acf5d12 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250411235021-288032846c2e11 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250411120703-63bb30c8f14a11 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250410223310-32799eb7962910 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250410084508-a2225745dc9a10 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250408221329-060b0bae21768 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250408080852-ffadb6ea7ef08 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250407150642-7d7d23f7d9a57 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250406073743-c4c5dae9f16f6 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250406065725-aeb4fdb452826 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250406064613-d752336fa8836 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250405085037-043cbfac32625 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250403154902-4c657a0cdec43 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250402130503-2a6af7def1f02 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250402081453-3f436b21aefd2 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250401092307-4f3ffa05610c1 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250331042519-134d0d4f21dd31 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250327230707-b0c0319eecb727 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250326234948-868b78058fdc26 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250325200527-136c6e937a6425 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250325073622-1883203d0dca25 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250321115702-6298961e25b221 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250321083147-afa348323a7121 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250320085324-a39d83f5d5f420 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250318092759-dbaba60a893f18 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250317145756-a15738a6ca9b17 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250316161420-e671155dccd616 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250315142522-8e6d14ab223415 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250314090712-50e79de74acc14 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250312190244-6e423c666b0e12 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250312090055-b6f6e0eb42d112 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250312084944-e387c77b741b12 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250310091958-8cc747ba89cf10 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250307231213-bdfe050d70257 Mar 2025pre-release
Nothing published for this version
- v0.10.1-0.20250306131229-193839fdf5fa6 Mar 2025pre-release
Nothing published for this version
- v0.10.06 Mar 2025
Release notes
Open source →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/v2due to deprecation ofgithub.com/aws/aws-sdk-go. (#6961) - Add the unit
nsto deprecated runtime metricsprocess.runtime.go.gc.pause_total_nsandprocess.runtime.go.gc.pause_nsingo.opentelemetry.io/contrib/instrumentation/runtime. (#7490) - The
go.opentelemetry.io/contrib/detectors/autodetectpackage is added to automatically compose user definedresource.Detectors at runtime. (#7522) - Add the
WithLoggerProviderOptions,WithMeterProviderOptionsandWithTracerProviderOptionsoptions toNewSDKto allow passing custom options to providers ingo.opentelemetry.io/contrib/otelconf. (#7552) - Set
SeverityTextfield to logrus hook ingo.opentelemetry.io/contrib/bridges/otellogrus. (#7553) - Add the
WithTraceAttributeFnoption togo.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 /pathso it complies with the HTTP semantic conventions ingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#7551) - Transform attribute values of
go.opentelemetry.io/otel/attribute.Valueandgo.opentelemetry.io/otel/log.Valuetypes to appropriatego.opentelemetry.io/otel/log.Valuetype instead oflog.StringValuein the modules below. (#7660)go.opentelemetry.io/contrib/bridges/otellogrgo.opentelemetry.io/contrib/bridges/otellogrusgo.opentelemetry.io/contrib/bridges/otelsloggo.opentelemetry.io/contrib/bridges/otelzap
- The
Severitytype fromgo.opentelemetry.io/contrib/processors/minsevnow implements thefmt.Stringer,encoding.TextMarshaler,encoding.TextUnmarshaler,encoding.TextAppender,json.Marshaler, andjson.Unmarshalerinterfaces. (#7652) - The
SeverityVartype fromgo.opentelemetry.io/contrib/processors/minsevnow implements thefmt.Stringer,encoding.TextMarshaler,encoding.TextUnmarshaler, andencoding.TextAppenderinterfaces. (#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()ingo.opentelemetry.io/contrib/processors/minsevnow returnslog.SeverityTrace1for severities less thanminsev.SeverityTrace1andlog.SeverityFatal4for severities greater thanminsev.SeverityFatal4instead oflog.SeverityUndefined. All other conversions are the same. (#7748)
Fixed
- Improve the ECS detector correctness in
go.opentelemetry.io/contrib/detectors/aws/ecs. (#7607)
Deprecated
WithSpanOptionsingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcis deprecated. It is only used by the deprecated interceptor, and is unused byNewClientHandlerandNewServerHandler. (#7601)ExtractandInjectingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcare deprecated. These functions were initially exposed in the public API, but are now considered unnecessary. (#7689)- The
go.opentelemetry.io/contrib/detectors/aws/ec2package is deprecated, usego.opentelemetry.io/contrib/detectors/aws/ec2/v2instead. (#7725)
Removed
- Remove support for the
OTEL_SEMCONV_STABILITY_OPT_INenvironment 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/otelrestfulgo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmuxgo.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelechogo.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptracego.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
- The deprecated
StreamClientInterceptorfunction fromgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcis removed. (#7646)
- Add v2 version of AWS EC2 detector
- v0.9.1-0.20250305091846-315543c2d7615 Mar 2025pre-release
Nothing published for this version
- v0.9.1-0.20250305084856-22b11ca8085d5 Mar 2025pre-release
Nothing published for this version
- v0.9.1-0.20250304073005-062acd2f32dc4 Mar 2025pre-release
Nothing published for this version
- v0.9.1-0.20250302154004-ac80797c42f02 Mar 2025pre-release
Nothing published for this version
- v0.9.1-0.20250301151512-e248544d06c51 Mar 2025pre-release
Nothing published for this version
- v0.9.1-0.20250228162514-04983d05344428 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250228000339-05634f8ba9c728 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250227022045-822709b970e927 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250225234312-ba5a74bf21d925 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250225093716-dc71220ef23625 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250224175018-1ae01635b4bd24 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250222144106-6551c48da97822 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250222001628-6f9495e424a422 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250220220817-c5378f7f711620 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250219192622-02be377209ff19 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250219094230-1f93d3ecb5e419 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250219093123-06d425eae4a619 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250217160907-6780d3fc791217 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250216231530-3e8094fc25e016 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250215170043-4ddf26b05b2c15 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250214170745-8b5220b6f51f14 Feb 2025pre-release
Nothing published for this version
- v0.9.1-0.20250213170946-6e6a74a6657413 Feb 2025pre-release
Nothing published for this version