Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
AWSSDK.S3 4.0.15.24.0.17.1 age adoption passing confidence nuget patch 4.0.17.2
Asp.Versioning.Mvc.ApiExplorer (source) 8.1.08.1.1 age adoption passing confidence nuget patch
FastEndpoints (source) 7.1.17.2.0 age adoption passing confidence nuget minor
FastEndpoints.Generator (source) 7.1.17.2.0 age adoption passing confidence nuget minor
FastEndpoints.Security (source) 7.1.17.2.0 age adoption passing confidence nuget minor
FastEndpoints.Swagger (source) 7.1.17.2.0 age adoption passing confidence nuget minor
FastEndpoints.Testing (source) 7.1.17.2.0 age adoption passing confidence nuget minor
Microsoft.AspNetCore.Authentication.JwtBearer (source) 10.0.110.0.2 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 10.0.110.0.2 age adoption passing confidence nuget patch
Microsoft.AspNetCore.OpenApi (source) 10.0.110.0.2 age adoption passing confidence nuget patch
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (source) 10.0.110.0.2 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.InMemory (source) 10.0.110.0.2 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Tools (source) 10.0.110.0.2 age adoption passing confidence nuget patch
Microsoft.Extensions.Caching.Hybrid (source) 10.1.010.2.0 age adoption passing confidence nuget minor
Microsoft.Extensions.Caching.StackExchangeRedis (source) 10.0.110.0.2 age adoption passing confidence nuget patch
Microsoft.Extensions.Http.Resilience (source) 10.1.010.2.0 age adoption passing confidence nuget minor
Riok.Mapperly (source) 4.3.04.3.1 age adoption passing confidence nuget patch
Scalar.AspNetCore (source) 2.11.82.12.6 age adoption passing confidence nuget minor 2.12.11 (+4)
System.Threading.RateLimiting (source) 10.0.110.0.2 age adoption passing confidence nuget patch
dotnet-ef (source) 10.0.110.0.2 age adoption passing confidence nuget patch
dotnet-sdk 10.0.010.0.102 age adoption passing confidence dotnet-sdk patch
prom/prometheus v3.5.0v3.9.1 age adoption passing confidence minor

Release Notes

aws/aws-sdk-net (AWSSDK.S3)

v4.0.17

v4.0.16

dotnet/dotnet (Microsoft.AspNetCore.Authentication.JwtBearer)

v10.0.2

dotnet/extensions (Microsoft.Extensions.Caching.Hybrid)

v10.2.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v10.1...v10.2.0

riok/mapperly (Riok.Mapperly)

v4.3.1

🐛 Bug Fixes

Full Changelog: riok/mapperly@v4.3.0...v4.3.1

dotnet/sdk (dotnet-sdk)

v10.0.102

Compare Source

v10.0.101: .NET 10.0.1

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v10.0.100...v10.0.101

prometheus/prometheus (prom/prometheus)

v3.9.1: 3.9.1 / 2026-01-07

Compare Source

  • [BUGFIX] Agent: fix crash shortly after startup from invalid type of object. #​17802
  • [BUGFIX] Scraping: fix relabel keep/drop not working. #​17807

v3.9.0: 3.9.0 / 2026-01-06

Compare Source

Note for users of Native Histograms

In version 3.9, Native Histograms is no longer experimental, and the feature flag native-histogram has no effect. You must now turn on
the config setting scrape_native_histograms to collect Native Histogram samples from exporters.

Changelog

  • [CHANGE] Native Histograms are no longer experimental! Make the native-histogram feature flag a no-op. Use scrape_native_histograms config option instead. #​17528
  • [CHANGE] API: Add maximum limit of 10,000 sets of statistics to TSDB status endpoint. #​17647
  • [FEATURE] API: Add /api/v1/features for clients to understand which features are supported. #​17427
  • [FEATURE] Promtool: Add start_timestamp field for unit tests. #​17636
  • [FEATURE] Promtool: Add --format seriesjson option to tsdb dump to output just series labels in JSON format. #​13409
  • [FEATURE] Add --storage.tsdb.delay-compact-file.path flag for better interoperability with Thanos. #​17435
  • [FEATURE] UI: Add an option on the query drop-down menu to duplicate that query panel. #​17714
  • [ENHANCEMENT]: TSDB: add flag --storage.tsdb.block-reload-interval to configure TSDB Block Reload Interval. #​16728
  • [ENHANCEMENT] UI: Add graph option to start the chart's Y axis at zero. #​17565
  • [ENHANCEMENT] Scraping: Classic protobuf format no longer requires the unit in the metric name. #​16834
  • [ENHANCEMENT] PromQL, Rules, SD, Scraping: Add native histograms to complement existing summaries. #​17374
  • [ENHANCEMENT] Notifications: Add a histogram prometheus_notifications_latency_histogram_seconds to complement the existing summary. #​16637
  • [ENHANCEMENT] Remote-write: Add custom scope support for AzureAD authentication. #​17483
  • [ENHANCEMENT] SD: add a config label with job name for most prometheus_sd_refresh metrics. #​17138
  • [ENHANCEMENT] TSDB: New histogram prometheus_tsdb_sample_ooo_delta, the distribution of out-of-order samples in seconds. Collected for all samples, accepted or not. #​17477
  • [ENHANCEMENT] Remote-read: Validate histograms received via remote-read. #​17561
  • [PERF] TSDB: Small optimizations to postings index. #​17439
  • [PERF] Scraping: Speed up relabelling of series. #​17530
  • [PERF] PromQL: Small optimisations in binary operators. #​17524, #​17519.
  • [BUGFIX] UI: PromQL autocomplete now shows the correct type and HELP text for OpenMetrics counters whose samples end in _total. #​17682
  • [BUGFIX] UI: Fixed codemirror-promql incorrectly showing label completion suggestions after the closing curly brace of a vector selector. #​17602
  • [BUGFIX] UI: Query editor no longer suggests a duration unit if one is already present after a number. #​17605
  • [BUGFIX] PromQL: Fix some "vector cannot contain metrics with the same labelset" errors when experimental delayed name removal is enabled. #​17678
  • [BUGFIX] PromQL: Fix possible corruption of PromQL text if the query had an empty ignoring() and non-empty grouping. #​17643
  • [BUGFIX] PromQL: Fix resets/changes to return empty results for anchored selectors when all samples are outside the range. #​17479
  • [BUGFIX] PromQL: Check more consistently for many-to-one matching in filter binary operators. #​17668
  • [BUGFIX] PromQL: Fix collision in unary negation with non-overlapping series. #​17708
  • [BUGFIX] PromQL: Fix collision in label_join and label_replace with non-overlapping series. #​17703
  • [BUGFIX] PromQL: Fix bug with inconsistent results for queries with OR expression when experimental delayed name removal is enabled. #​17161
  • [BUGFIX] PromQL: Ensure that rate/increase/delta of histograms results in a gauge histogram. #​17608
  • [BUGFIX] PromQL: Do not panic while iterating over invalid histograms. #​17559
  • [BUGFIX] TSDB: Reject chunk files whose encoded chunk length overflows int. #​17533
  • [BUGFIX] TSDB: Do not panic during resolution reduction of invalid histograms. #​17561
  • [BUGFIX] Remote-write Receive: Avoid duplicate labels when experimental type-and-unit-label feature is enabled. #​17546
  • [BUGFIX] OTLP Receiver: Only write metadata to disk when experimental metadata-wal-records feature is enabled. #​17472

v3.8.1: 3.8.1 / 2025-12-16

Compare Source

  • [BUGFIX] remote: Fix Remote Write receiver, so it does not send wrong response headers for v1 flow and cause Prometheus senders to emit false partial error log and metrics. #​17683

v3.8.0: 3.8.0 / 2025-11-28

Compare Source

Note for users of Native Histograms

This is the first release with Native Histograms as a stable feature. However, scraping Native Histograms has to be activated explicitly via the scrape_native_histograms config setting (newly introduced in this release). To ease the transition, the --enable-feature=native-histograms flag is not a complete no-op in this release, but changes the default value of scrape_native_histograms to true. In the next release (v3.9), the feature flag will be a complete no-op, and the default value of scrape_native_histograms will always be false. If you have been using the feature flag so far, the recommended course of action is the following:

  1. Upgrade to v3.8 and keep the feature flag. Everything should work as before.
  2. At your own pace, set scrape_native_histograms to true in all relevant scrape configs. (There is a global and a per-scrape-config version of scrape_native_histograms, allowing granular control if needed. It is a good idea to also set scrape_native_histograms explicitly to false where you do not want to scrape Native Histograms. In this way, you do not depend on the default value of the setting anymore.)
  3. Remove the feature flag and make sure that everything still works as intended.
  4. Now you are ready for an upgrade to the next release (v3.9).

Changelog

  • [CHANGE] Remote-write 2 (receiving): Update to 2.0-rc.4 spec. "created timestamp" (CT) is now called "start timestamp" (ST). #​17411
  • [CHANGE] TSDB: Native Histogram Custom Bounds with a NaN threshold are now rejected. #​17287
  • [FEATURE] OAuth2: support jwt-bearer grant-type (RFC7523 3.1). #​17592
  • [FEATURE] Dockerfile: Add OpenContainers spec labels to Dockerfile. #​16483
  • [FEATURE] SD: Add unified AWS service discovery for ec2, lightsail and ecs services. #​17046
  • [FEATURE] Native histograms are now a stable, but optional feature, use the scrape_native_histograms config setting. #​17232 #​17315
  • [FEA

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 10222e1 to 2847db6 Compare November 11, 2024 17:02
@renovate renovate bot changed the title Update dependency AWSSDK.S3 to 3.7.405.10 Update all non-major dependencies Nov 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f3f6983 to 99805fa Compare November 12, 2024 18:38
@renovate renovate bot changed the title Update all non-major dependencies Update dependency AWSSDK.S3 to 3.7.405.11 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99805fa to 6b59e7e Compare November 13, 2024 20:21
@renovate renovate bot changed the title Update dependency AWSSDK.S3 to 3.7.405.11 Update all non-major dependencies Nov 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 7e93ecd to 379baa4 Compare November 21, 2024 20:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7d2aaff to 60fe895 Compare November 28, 2024 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fce21c3 to 1e7fda3 Compare December 6, 2024 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6675484 to 722d14f Compare December 23, 2025 18:26
@renovate renovate bot changed the title Update all non-major dependencies Update dependency dotnet-sdk to v10.0.101 Dec 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 722d14f to 3d10845 Compare December 23, 2025 20:34
@renovate renovate bot changed the title Update dependency dotnet-sdk to v10.0.101 Update all non-major dependencies Dec 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0a05698 to f5a96cb Compare December 30, 2025 20:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b88bd4d to 42b2018 Compare January 5, 2026 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 09c0f17 to 9bd862b Compare January 16, 2026 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9bd862b to 3eb1f04 Compare January 16, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant