prel
prel copied to clipboard
fix(deps): update go
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/air-verse/air | v1.60.0 -> v1.61.0 |
||||
| go.opentelemetry.io/otel | v1.30.0 -> v1.31.0 |
||||
| go.opentelemetry.io/otel/metric | v1.30.0 -> v1.31.0 |
||||
| go.opentelemetry.io/otel/trace | v1.30.0 -> v1.31.0 |
||||
| google.golang.org/api | v0.199.0 -> v0.200.0 |
Release Notes
air-verse/air (github.com/air-verse/air)
v1.61.0
What's Changed
- fix proxy retry loop by @farmergreg in https://github.com/air-verse/air/pull/635
- Use web page address when making request to reload proxy by @yopoyka in https://github.com/air-verse/air/pull/625
- fix the stop_on_error is false configuration does not work by @pyjcode in https://github.com/air-verse/air/pull/555
- Fix color output on Windows by @8LWXpg in https://github.com/air-verse/air/pull/551
- Set the Via header in proxy requests to origin and in client responses by @dedalusj in https://github.com/air-verse/air/pull/629
- feat: Make include_file overrule include_ext, fixes: #350, base_on: #358 by @zhb127 in https://github.com/air-verse/air/pull/416
- fix: broken code by @cosmtrek in https://github.com/air-verse/air/pull/652
- feat: silent flag in .air.toml, suppressing all air prints by @jesses-code-adventures in https://github.com/air-verse/air/pull/641
- FIX: Support working directories containing whitespace by @osteensco in https://github.com/air-verse/air/pull/646
New Contributors
- @farmergreg made their first contribution in https://github.com/air-verse/air/pull/635
- @yopoyka made their first contribution in https://github.com/air-verse/air/pull/625
- @pyjcode made their first contribution in https://github.com/air-verse/air/pull/555
- @8LWXpg made their first contribution in https://github.com/air-verse/air/pull/551
- @dedalusj made their first contribution in https://github.com/air-verse/air/pull/629
- @zhb127 made their first contribution in https://github.com/air-verse/air/pull/416
- @jesses-code-adventures made their first contribution in https://github.com/air-verse/air/pull/641
- @osteensco made their first contribution in https://github.com/air-verse/air/pull/646
Full Changelog: https://github.com/air-verse/air/compare/v1.60.0...v1.61.0
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.31.0: /v0.53.0/v0.7.0/v0.0.10
Added
- Add
go.opentelemetry.io/otel/sdk/metric/exemplarpackage which includesExemplar,Filter,TraceBasedFilter,AlwaysOnFilter,HistogramReservoir,FixedSizeReservoir,Reservoir,ValueandValueTypetypes. These will be used for configuring the exemplar reservoir for the metrics sdk. (#5747, #5862) - Add
WithExportBufferSizeoption to log batch processor.(#5877)
Changed
- Enable exemplars by default in
go.opentelemetry.io/otel/sdk/metric. Exemplars can be disabled by settingOTEL_METRICS_EXEMPLAR_FILTER=always_off(#5778) Logger.Enabledingo.opentelemetry.io/otel/lognow accepts a newly introducedEnabledParameterstype instead ofRecord. (#5791)FilterProcessor.Enabledingo.opentelemetry.io/otel/sdk/log/internal/xnow acceptsEnabledParametersinstead ofRecord. (#5791)- The
Recordtype ingo.opentelemetry.io/otel/logis no longer comparable. (#5847) - Performance improvements for the trace SDK
SetAttributesmethod inSpan. (#5864) - Reduce memory allocations for the
EventandLinklists inSpan. (#5858) - Performance improvements for the trace SDK
AddEvent,AddLink,RecordErrorandEndmethods inSpan. (#5874)
Deprecated
- Deprecate all examples under
go.opentelemetry.io/otel/exampleas they are moved to Contrib repository. (#5854)
Fixed
- The race condition for multiple
FixedSizeexemplar reservoirs identified in #5814 is resolved. (#5819) - Fix log records duplication in case of heterogeneous resource attributes by correctly mapping each log record to it's resource and scope. (#5803)
- Fix timer channel drain to avoid hanging on Go 1.23. (#5868)
- Fix delegation for global meter providers, and panic when calling otel.SetMeterProvider. (#5827)
- Change the
reflect.TypeOfto use a nil pointer to not allocate on the heap unless necessary. (#5827)
googleapis/google-api-go-client (google.golang.org/api)
v0.200.0
Features
- all: Auto-regenerate discovery clients (#2801) (4f39791)
- all: Auto-regenerate discovery clients (#2803) (1cd1132)
- all: Auto-regenerate discovery clients (#2804) (9d791a4)
- all: Auto-regenerate discovery clients (#2806) (1babb16)
- all: Auto-regenerate discovery clients (#2809) (9250036)
- all: Auto-regenerate discovery clients (#2811) (4fe9fdf)
- all: Auto-regenerate discovery clients (#2812) (f5c1edd)
- all: Auto-regenerate discovery clients (#2813) (8fad922)
- all: Auto-regenerate discovery clients (#2814) (2c6dcc6)
- all: Auto-regenerate discovery clients (#2816) (d5b5e6f)
- all: Auto-regenerate discovery clients (#2817) (0a52d2a)
Configuration
📅 Schedule: Branch creation - "before 8am on monday" in timezone Asia/Tokyo, 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
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):
- 9 additional dependencies were updated
Details:
| Package | Change |
|---|---|
cloud.google.com/go/auth |
v0.9.5 -> v0.9.8 |
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/text |
v0.18.0 -> v0.19.0 |
golang.org/x/time |
v0.6.0 -> v0.7.0 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241007155032-5fefd90f89a9 |
google.golang.org/grpc |
v1.67.0 -> v1.67.1 |
google.golang.org/protobuf |
v1.34.2 -> v1.35.1 |