Closed renovate[bot] closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.28%. Comparing base (
133906b
) to head (0949c1e
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
go.opentelemetry.io/otel/exporters/otlp/otlptrace |
v1.30.0 -> v1.31.0 |
go.opentelemetry.io/otel/metric |
v1.30.0 -> v1.31.0 |
golang.org/x/crypto |
v0.27.0 -> v0.28.0 |
golang.org/x/net |
v0.29.0 -> v0.30.0 |
golang.org/x/sys |
v0.25.0 -> v0.26.0 |
golang.org/x/term |
v0.24.0 -> v0.25.0 |
golang.org/x/text |
v0.18.0 -> v0.19.0 |
google.golang.org/genproto/googleapis/api |
v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241007155032-5fefd90f89a9 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241007155032-5fefd90f89a9 |
google.golang.org/grpc |
v1.66.1 -> v1.67.1 |
google.golang.org/protobuf |
v1.34.2 -> v1.35.1 |
This PR contains the following updates:
v0.127.0
->v0.128.0
v0.1.21
->v0.1.23
v3.16.0
->v3.16.1
v1.30.0
->v1.31.0
v1.30.0
->v1.31.0
v1.30.0
->v1.31.0
v1.30.0
->v1.31.0
Release Notes
getkin/kin-openapi (github.com/getkin/kin-openapi)
### [`v0.128.0`](https://redirect.github.com/getkin/kin-openapi/releases/tag/v0.128.0) [Compare Source](https://redirect.github.com/getkin/kin-openapi/compare/v0.127.0...v0.128.0) ##### What's Changed - openapi3filter: Fix default value for array in for query param by [@Tommy-42](https://redirect.github.com/Tommy-42) in [https://github.com/getkin/kin-openapi/pull/1000](https://redirect.github.com/getkin/kin-openapi/pull/1000) - Add github.com/pb33f/libopenapi by [@Jille](https://redirect.github.com/Jille) in [https://github.com/getkin/kin-openapi/pull/1004](https://redirect.github.com/getkin/kin-openapi/pull/1004) - Introduce an option to override the regex implementation by [@alexbakker](https://redirect.github.com/alexbakker) in [https://github.com/getkin/kin-openapi/pull/1006](https://redirect.github.com/getkin/kin-openapi/pull/1006) - make form required field order deterministic by [@jlsherrill](https://redirect.github.com/jlsherrill) in [https://github.com/getkin/kin-openapi/pull/1008](https://redirect.github.com/getkin/kin-openapi/pull/1008) - openapi2: fix un/marshalling discriminator field by [@reversearrow](https://redirect.github.com/reversearrow) in [https://github.com/getkin/kin-openapi/pull/1011](https://redirect.github.com/getkin/kin-openapi/pull/1011) ##### New Contributors - [@Tommy-42](https://redirect.github.com/Tommy-42) made their first contribution in [https://github.com/getkin/kin-openapi/pull/1000](https://redirect.github.com/getkin/kin-openapi/pull/1000) - [@Jille](https://redirect.github.com/Jille) made their first contribution in [https://github.com/getkin/kin-openapi/pull/1004](https://redirect.github.com/getkin/kin-openapi/pull/1004) - [@alexbakker](https://redirect.github.com/alexbakker) made their first contribution in [https://github.com/getkin/kin-openapi/pull/1006](https://redirect.github.com/getkin/kin-openapi/pull/1006) - [@jlsherrill](https://redirect.github.com/jlsherrill) made their first contribution in [https://github.com/getkin/kin-openapi/pull/1008](https://redirect.github.com/getkin/kin-openapi/pull/1008) **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.127.0...v0.128.0projectdiscovery/wappalyzergo (github.com/projectdiscovery/wappalyzergo)
### [`v0.1.23`](https://redirect.github.com/projectdiscovery/wappalyzergo/releases/tag/v0.1.23) [Compare Source](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.22...v0.1.23) ##### [0.1.23](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.22...v0.1.23) (2024-10-13) ### [`v0.1.22`](https://redirect.github.com/projectdiscovery/wappalyzergo/releases/tag/v0.1.22) [Compare Source](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.21...v0.1.22) ##### [0.1.22](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.21...v0.1.22) (2024-10-06)schollz/progressbar (github.com/schollz/progressbar/v3)
### [`v3.16.1`](https://redirect.github.com/schollz/progressbar/releases/tag/v3.16.1) [Compare Source](https://redirect.github.com/schollz/progressbar/compare/v3.16.0...v3.16.1) #### What's Changed - fix: enable race detector for test and fix all detected races by [@mxey](https://redirect.github.com/mxey) in [https://github.com/schollz/progressbar/pull/202](https://redirect.github.com/schollz/progressbar/pull/202) - style: go mod tidy by [@mxey](https://redirect.github.com/mxey) in [https://github.com/schollz/progressbar/pull/201](https://redirect.github.com/schollz/progressbar/pull/201) - Added BarStartFilled and BarEndFille to Theme struct [#203](https://redirect.github.com/schollz/progressbar/issues/203) by [@janpfeifer](https://redirect.github.com/janpfeifer) in [https://github.com/schollz/progressbar/pull/204](https://redirect.github.com/schollz/progressbar/pull/204) **Full Changelog**: https://github.com/schollz/progressbar/compare/v3.16.0...v3.16.1open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
### [`v1.31.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/releases/tag/v1.31.0): /v0.53.0/v0.7.0/v0.0.10 [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.30.0...v1.31.0) ##### Added - Add `go.opentelemetry.io/otel/sdk/metric/exemplar` package which includes `Exemplar`, `Filter`, `TraceBasedFilter`, `AlwaysOnFilter`, `HistogramReservoir`, `FixedSizeReservoir`, `Reservoir`, `Value` and `ValueType` types. These will be used for configuring the exemplar reservoir for the metrics sdk. ([#5747](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5747), [#5862](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5862)) - Add `WithExportBufferSize` option to log batch processor.([#5877](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5877)) ##### Changed - Enable exemplars by default in `go.opentelemetry.io/otel/sdk/metric`. Exemplars can be disabled by setting `OTEL_METRICS_EXEMPLAR_FILTER=always_off` ([#5778](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5778)) - `Logger.Enabled` in `go.opentelemetry.io/otel/log` now accepts a newly introduced `EnabledParameters` type instead of `Record`. ([#5791](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5791)) - `FilterProcessor.Enabled` in `go.opentelemetry.io/otel/sdk/log/internal/x` now accepts `EnabledParameters` instead of `Record`. ([#5791](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5791)) - The `Record` type in `go.opentelemetry.io/otel/log` is no longer comparable. ([#5847](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5847)) - Performance improvements for the trace SDK `SetAttributes` method in `Span`. ([#5864](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5864)) - Reduce memory allocations for the `Event` and `Link` lists in `Span`. ([#5858](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5858)) - Performance improvements for the trace SDK `AddEvent`, `AddLink`, `RecordError` and `End` methods in `Span`. ([#5874](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5874)) ##### Deprecated - Deprecate all examples under `go.opentelemetry.io/otel/example` as they are moved to [Contrib repository](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples). ([#5854](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5854)) ##### Fixed - The race condition for multiple `FixedSize` exemplar reservoirs identified in [#5814](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5814) is resolved. ([#5819](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5819)) - Fix log records duplication in case of heterogeneous resource attributes by correctly mapping each log record to it's resource and scope. ([#5803](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5803)) - Fix timer channel drain to avoid hanging on Go 1.23. ([#5868](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5868)) - Fix delegation for global meter providers, and panic when calling otel.SetMeterProvider. ([#5827](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5827)) - Change the `reflect.TypeOf` to use a nil pointer to not allocate on the heap unless necessary. ([#5827](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5827))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.