Skip to content

build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.65.0 to 0.66.0#3047

Merged
Umang01-hash merged 1 commit intodevelopmentfrom
dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace-0.66.0
Mar 3, 2026
Merged

build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.65.0 to 0.66.0#3047
Umang01-hash merged 1 commit intodevelopmentfrom
dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace-0.66.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.65.0 to 0.66.0.

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace's releases.

v1.41.0/v2.3.0/v0.66.0/v0.35.0/v0.21.0/v0.16.0/v0.14.0/v0.13.0

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

Added

  • Add WithSpanKind option in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to override the default span kind. (#8506)
  • Add const Version in go.opentelemetry.io/contrib/bridges/otelzap. (#8544)
  • Support testing of Go 1.26. (#8549)
  • Add const Version in go.opentelemetry.io/contrib/detectors/autodetect. (#8555)
  • Add const Version in go.opentelemetry.io/contrib/detectors/azure/azurevm. (#8553)
  • Add const Version in go.opentelemetry.io/contrib/processors/baggagecopy. (#8557)
  • Add const Version in go.opentelemetry.io/contrib/detectors/aws/lambda. (#8510)
  • Add const Version in go.opentelemetry.io/contrib/propagators/autoprop. (#8488)
  • Add const Version in go.opentelemetry.io/contrib/processors/minsev. (#8590)
  • Add const Version in go.opentelemetry.io/contrib/exporters/autoexport. (#8612)

Fixed

  • Change the rpc.server.call.duration metric value from milliseconds to seconds in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8509)
  • Change the rpc.response.status_code attribute to the canonical UPPER_SNAKE_CASE format in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8565)
  • Enforce that client_certificate_file and client_key_file are provided together in go.opentelemetry.io/contrib/otelconf. (#8450)
  • Fix broken CSS and JavaScript CDN URLs in go.opentelemetry.io/contrib/zpages by replacing the inaccessible code.getmdl.io CDN with cdnjs.cloudflare.com. (#8502)
  • Use Prometheus translation strategy instead of deprecated funcs in go.opentelemetry.io/contrib/otelconf. (#8595)

Removed

  • Remove the deprecated zipkin exporter example in go.opentelemetry.io/contrib/examples/zipkin. (#8501)

Changed

  • Reduce allocations in the generated HTTP internal/semconv packages. (#8511) Updated modules include:
    • 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
  • Update the configuration schema used in go.opentelemetry.io/contrib/otelconf to rc.3. (#8505)

Deprecated

  • WithMetricAttributesFn in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is deprecated and will be removed in a future release. Use Labeler instead. (#8587)

What's Changed

... (truncated)

Changelog

Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace's changelog.

[1.41.0/2.3.0/0.66.0/0.35.0/0.21.0/0.16.0/0.14.0/0.13.0] - 2026-03-02

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

Added

  • Add WithSpanKind option in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to override the default span kind. (#8506)
  • Add const Version in go.opentelemetry.io/contrib/bridges/otelzap. (#8544)
  • Support testing of [Go 1.26]. (#8549)
  • Add const Version in go.opentelemetry.io/contrib/detectors/autodetect. (#8555)
  • Add const Version in go.opentelemetry.io/contrib/detectors/azure/azurevm. (#8553)
  • Add const Version in go.opentelemetry.io/contrib/processors/baggagecopy. (#8557)
  • Add const Version in go.opentelemetry.io/contrib/detectors/aws/lambda. (#8510)
  • Add const Version in go.opentelemetry.io/contrib/propagators/autoprop. (#8488)
  • Add const Version in go.opentelemetry.io/contrib/processors/minsev. (#8590)
  • Add const Version in go.opentelemetry.io/contrib/exporters/autoexport. (#8612)

Fixed

  • Change the rpc.server.call.duration metric value from milliseconds to seconds in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8509)
  • Change the rpc.response.status_code attribute to the canonical UPPER_SNAKE_CASE format in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8565)
  • Enforce that client_certificate_file and client_key_file are provided together in go.opentelemetry.io/contrib/otelconf. (#8450)
  • Fix broken CSS and JavaScript CDN URLs in go.opentelemetry.io/contrib/zpages by replacing the inaccessible code.getmdl.io CDN with cdnjs.cloudflare.com. (#8502)
  • Use Prometheus translation strategy instead of deprecated funcs in go.opentelemetry.io/contrib/otelconf. (#8595)

Removed

  • Remove the deprecated zipkin exporter example in go.opentelemetry.io/contrib/examples/zipkin. (#8501)

Changed

  • Reduce allocations in the generated HTTP internal/semconv packages. (#8511) Updated modules include:
    • 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
  • Update the configuration schema used in go.opentelemetry.io/contrib/otelconf to rc.3. (#8505)

Deprecated

  • WithMetricAttributesFn in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is deprecated and will be removed in a future release. Use Labeler instead. (#8587)
Commits
  • 07fa424 Release 1.41.0/2.3.0/0.66.0/0.35.0/0.21.0/0.16.0/0.14.0/0.13.0 (#8617)
  • f64d6bb HTTP instrumentations cleanup (#8532)
  • 5995ae8 add version file for Autodetect detector (#8555)
  • c0aa7c9 internal/shared/semconv: Reduce allocations (#8511)
  • e81a2b4 otelgrpc: Use canonical string status codes (#8565)
  • 8096a3e otelhttp: Deprecate WithMetricAttributesFn in favor of Labeler (#8587)
  • 2dce245 otelconf: use translation strategy instead of deprecated funcs (#8595)
  • d2a5807 Add version file for autoexport module (#8612)
  • 52dd987 ci: add govulncheck job to CI workflow and update lint target (#8613)
  • c4223d5 chore(deps): update prom/prometheus docker tag to v3.10.0 (#8603)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 2, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace-0.66.0 branch 4 times, most recently from a90c8eb to f437882 Compare March 3, 2026 07:55
…p/httptrace/otelhttptrace

Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.65.0 to 0.66.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.65.0...zpages/v0.66.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
  dependency-version: 0.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace-0.66.0 branch from f437882 to a5e77f6 Compare March 3, 2026 11:07
@Umang01-hash Umang01-hash merged commit 5e891f0 into development Mar 3, 2026
18 checks passed
@Umang01-hash Umang01-hash deleted the dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace-0.66.0 branch March 3, 2026 13:22
coolwednesday added a commit that referenced this pull request Mar 11, 2026
* build(deps): bump go.opentelemetry.io/otel/trace (#3097)

* build(deps): bump go.opentelemetry.io/otel/trace (#3093)

* build(deps): bump go.opentelemetry.io/otel/trace (#3094)

* build(deps): bump go.opentelemetry.io/otel/trace (#3091)

* build(deps): bump go.opentelemetry.io/otel/trace (#3088)

* build(deps): bump go.opentelemetry.io/otel/trace (#3087)

* build(deps): bump go.opentelemetry.io/otel (#3085)

* build(deps): bump go.opentelemetry.io/otel in /pkg/gofr/datasource/solr (#3082)

* build(deps): bump go.opentelemetry.io/otel (#3080)

* build(deps): bump go.opentelemetry.io/otel (#3077)

* build(deps): bump go.opentelemetry.io/otel (#3076)

* build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace (#3081)

* build(deps): bump go.opentelemetry.io/otel in /pkg/gofr/datasource/mongo (#3073)

* build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace (#3047)

* build(deps): bump actions/upload-artifact from 6 to 7 (#3053)

* build(deps): bump go.opentelemetry.io/otel (#3072)

* build(deps): bump go.opentelemetry.io/otel (#3070)

* build(deps): bump go.opentelemetry.io/otel (#3068)

* build(deps): bump go.opentelemetry.io/otel (#3062)

* build(deps): bump go.opentelemetry.io/otel (#3067)

* build(deps): bump go.opentelemetry.io/otel (#3065)

* build(deps): bump go.opentelemetry.io/otel/exporters/prometheus (#3056)

* build(deps): bump go.opentelemetry.io/otel (#3060)

* build(deps): bump github.com/alicebob/miniredis/v2 from 2.36.1 to 2.37.0 (#3055)

* build(deps): bump go.opentelemetry.io/otel (#3059)

* build(deps): bump actions/download-artifact from 7 to 8 (#3051)

* build(deps): bump crate-ci/typos from 1.43.5 to 1.44.0 in the actions group (#3049)

* build(deps): bump crate-ci/typos in the actions group

Bumps the actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos).


Updates `crate-ci/typos` from 1.43.5 to 1.44.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.43.5...v1.44.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve typo

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Umang Mundhra <mundhraumang.02@gmail.com>

* fix: resolve PubSub migration conflict by decoupling from version chain (#3100)

* fix: resolve PubSub migration conflict by decoupling from version chain

- Decoupled PubSub from the migration versioning process to prevent ghost data interference.\n- PubSub remained as a Datastore for user-defined migrations but no longer participates in framework-level version tracking.\n- Added integration tests in pubsub_test.go verifying ghost data handling.

* docs: address review comments on PubSub migration docs

- Remove explicit empty string mention for group ID (intuitive)
- State directly that migration records are not stored in PubSub
- Add example for using PubSub with a pre-existing topic

---------

Co-authored-by: Umang Mundhra <mundhraumang.02@gmail.com>

* build(deps): bump go.opentelemetry.io/otel/sdk (#3139)

* build(deps): bump go.opentelemetry.io/otel/trace (#3137)

* build(deps): bump google.golang.org/api in /pkg/gofr/datasource/file/gcs (#3132)

* build(deps): bump go.opentelemetry.io/otel/trace (#3133)

* build(deps): bump go.opentelemetry.io/otel/trace (#3130)

* build(deps): bump go.opentelemetry.io/otel/trace (#3129)

* build(deps): bump go.opentelemetry.io/otel/trace (#3128)

* build(deps): bump go.opentelemetry.io/otel/trace (#3134)

* build(deps): bump go.opentelemetry.io/otel/trace (#3127)

* build(deps): bump go.opentelemetry.io/otel/trace (#3131)

* build(deps): bump go.opentelemetry.io/otel/trace (#3125)

* build(deps): bump go.opentelemetry.io/otel/trace (#3126)

* build(deps): bump go.opentelemetry.io/otel/trace (#3124)

* build(deps): bump go.opentelemetry.io/otel/exporters/zipkin (#3106)

* build(deps): bump go.opentelemetry.io/otel/trace (#3123)

* build(deps): bump go.opentelemetry.io/otel/trace (#3135)

* build(deps): bump go.opentelemetry.io/otel/trace (#3122)

* build(deps): bump go.opentelemetry.io/otel/trace (#3121)

* build(deps): bump go.opentelemetry.io/otel/trace (#3120)

* build(deps): bump go.opentelemetry.io/otel/trace (#3136)

* build(deps): bump golang.org/x/time from 0.14.0 to 0.15.0 (#3116)

* build(deps): bump docker/build-push-action from 6 to 7 (#3109)

* build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#3118)

* build(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 (#3117)

* updated version to v1.54.6

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Umang Mundhra <mundhraumang.02@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant