@prometheus-io/lezer-promql 0.305.0-rc.0 → 0.305.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,12 +2,11 @@
2
2
 
3
3
  ## main / unreleased
4
4
 
5
- ## 3.5.0-rc.0 / 2025-06-25
5
+ ## 3.5.0 / 2025-07-14
6
6
 
7
7
  * [FEATURE] PromQL: Add experimental type and unit metadata labels, behind feature flag `type-and-unit-labels`. #16228 #16632 #16718 #16743
8
8
  * [FEATURE] PromQL: Add `ts_of_(min|max|last)_over_time`, behind feature flag `experimental-promql-functions`. #16722 #16733
9
9
  * [FEATURE] Scraping: Add global option `always_scrape_classic_histograms` to scrape a classic histogram even if it is also exposed as native. #16452
10
- * [FEATURE] OTLP: Support promoting OTel scope name/version/schema URL/attributes as metric labels, via `otlp.promote_scope_metadata`. #16730 #16760
11
10
  * [FEATURE] OTLP: New config options `promote_all_resource_attributes` and `ignore_resource_attributes`. #16426
12
11
  * [FEATURE] Discovery: New service discovery for STACKIT Cloud. #16401
13
12
  * [ENHANCEMENT] Hetzner SD: Add `label_selector` to filter servers. #16512
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.305.0-rc.0",
3
+ "version": "0.305.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",