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.11.1-0.20250611072607-6027a454ee7c11 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250610081557-088be4b51ba610 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250609100539-b6c8288750179 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250606085542-a751053c2b656 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250605165427-b0a27cc682505 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250604155308-8219abb7ce7c4 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250603120206-aee53e882ff23 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250603062523-2324555f3f233 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250602193928-2af6af383ded2 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250602092150-23734b6e225b2 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250602083009-c13d7decc63a2 Jun 2025pre-release
Nothing published for this version
- v0.11.1-0.20250530225745-3544de63398d30 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250530061428-83ccafeb38e530 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250530055245-a2b4ae63c12430 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250530001009-0be6e80e634a30 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250529125748-d9e614a856ac29 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250529091248-58ea647794b329 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250529044822-8a25baf97b3f29 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250529014910-5e3fda55e0b429 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250528074200-b06bc8a7ba3928 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250526132924-dcd839eadf3126 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250525151403-c33f857de21a25 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250523203050-39ab48e4758b23 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250523072306-b4d3da228ae523 May 2025pre-release
Nothing published for this version
- v0.11.1-0.20250523053452-2cddbefebaed23 May 2025pre-release
Nothing published for this version
- v0.11.022 May 2025
Release notes
Open source →Added
ParseYAMLingo.opentelemetry.io/contrib/otelconfnow supports environment variables substitution in the format${[env:]VAR_NAME[:-defaultvalue]}. (#6215)- Add the
http.routemetric attribute togo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#7966) - Support
db.client.operation.durationmetric forgo.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7983) - Add a
WithSpanNameFormatteroption togo.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7986) - WithOnError option for otelecho middleware in
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelechoto specify the behavior when an error occurs. (#8025) - Updated
go.opentelemetry.io/contrib/otelconfto include the v1.0.0-rc2 release candidate of schema which includes backwards incompatible changes. (#8026) - Introduce v1.0.0-rc.2 model in
go.opentelemetry.io/contrib/otelconf. (#8031) - Add unmarshaling and validation for
CardinalityLimitsandSpanLimitsto v1.0.0 model ingo.opentelemetry.io/contrib/otelconf. (#8043) - Add unmarshaling and validation for
BatchLogRecordProcessor,BatchSpanProcessor, andPeriodicMetricReaderto v1.0.0 model ingo.opentelemetry.io/contrib/otelconf. (#8049) - Add unmarshaling and validation for
TextMapPropagatorto v1.0.0 model ingo.opentelemetry.io/contrib/otelconf. (#8052) - Add
jaeger.sampler.type/jaeger.sampler.paramattributes for adaptive sampling support and optionWithAttributesDisabledingo.opentelemetry.io/contrib/samplers/jaegerremote. (#8073) - Add support for
OTEL_EXPERIMENTAL_CONFIG_FILEvia theNewSDKfunction ingo.opentelemetry.io/contrib/otelconf(#8106) - Add unmarshaling and validation for
OTLPHttpExporter,OTLPGrpcExporter,OTLPGrpcMetricExporterandOTLPHttpMetricExporterto v1.0.0 model ingo.opentelemetry.io/contrib/otelconf. (#8112) - Add unmarshaling and validation for
AttributeType,AttributeNameValue,SimpleSpanProcessor,SimpleLogRecordProcessor,ZipkinSpanExporter,NameStringValuePair,InstrumentType,ExperimentalPeerInstrumentationServiceMappingElem,ExporterDefaultHistogramAggregation,PullMetricReaderto v1.0.0 model ingo.opentelemetry.io/contrib/otelconf. (#8127) - Add support for
container,host,processresource detectors ingo.opentelemetry.io/contrib/otelconf. (#8180)
Changed
- Improve performance by reducing allocations in the gRPC stats handler in
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8035) - Export the
ReadEventsandWriteEventsconstants ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpso they can be used inWithMessageEvents. (#8153) - Switched the default for
OTEL_SEMCONV_STABILITY_OPT_INto emit the v1.37.0 semantic conventions by default ingo.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo. Use the environment variableOTEL_SEMCONV_STABILITY_OPT_INto configure duplication with old semantic conventions if needed (i.e.OTEL_SEMCONV_STABILITY_OPT_IN="database/dup"). (#8230)
Deprecated
WithRouteTagingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis deprecated. The route is already added automatically for spans. For metrics, the alternative is to use theWithMetricAttributesFnoption. (#8117)WithPublicEndpointingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis deprecated. UseWithPublicEndpointFninstead. (#8152)DefaultClient,Get,Head,Post, andPostFormingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpare deprecated. Use a custom*http.Clientwithotelhttp.NewTransport(http.DefaultTransport)instead. (#8140, #8201)
Removed
- Drop support for [Go 1.23]. (#7831)
- Remove deprecated
go.opentelemetry.io/contrib/detectors/aws/ec2module, please usego.opentelemetry.io/contrib/detectors/aws/ec2/v2instead. (#7841) - Remove the deprecated
ExtractandInjectfunctions fromgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#7952)
- v0.10.1-0.20250520204241-a91d7471443420 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250519234104-d1b0749b698119 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250519084445-2896fea9d56319 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250519072254-e5688a85f30919 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250516122918-c8072ebd715416 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250515230910-74a5db69164f15 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250514220710-09c7ab5aed4a14 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250514075619-61f4ee09683214 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250513080155-71a2939bbf6713 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250512083607-cc803c5ac1ec12 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250509084050-029b6e30c1789 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250507093350-0f7c40f870217 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250507090253-173c12b783f97 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250507084430-64d23e0c38c87 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250506070424-d586e312c0c66 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250505234950-0e75c63d394b5 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250505081940-51402c28eee45 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250505074157-2ff32deebe205 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250502221433-f368d047b7c62 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250501145121-2528dc65fc9c1 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250501001613-1742c122bce51 May 2025pre-release
Nothing published for this version
- v0.10.1-0.20250430043113-c1aeca6d89bc30 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250429225810-4b6c3deb172f29 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250427150015-c80fd25298f727 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250426144028-046b3b6e6e4026 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250425041951-6a31c1b5299b25 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250424205615-72cccd8065dc24 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250423132344-2adc6806f06323 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250422201958-b8572491f2d122 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250419185052-9c1924020a0e19 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250418075720-d74c304f15db18 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250417220127-e2db05ce25d417 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250416152832-064267ad30a816 Apr 2025pre-release
Nothing published for this version
- v0.10.1-0.20250415222345-5e0f7834964115 Apr 2025pre-release
Nothing published for this version