@prometheus-io/lezer-promql 0.55.0-rc.1 → 0.55.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 +2 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,13 +2,9 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
- ## 2.55.0-rc.1 / 2024-10-16
5
+ ## 2.55.0 / 2024-10-22
6
6
 
7
7
  * [FEATURE] PromQL: Add experimental `info` function. #14495
8
- * [BUGFIX] PromQL: make sort_by_label stable. #14985
9
-
10
- ## 2.55.0-rc.0 / 2024-09-20
11
-
12
8
  * [FEATURE] Support UTF-8 characters in label names - feature flag `utf8-names`. #14482, #14880, #14736, #14727
13
9
  * [FEATURE] Scraping: Add the ability to set custom `http_headers` in config. #14817
14
10
  * [FEATURE] Scraping: Support feature flag `created-timestamp-zero-ingestion` in OpenMetrics. #14356, #14815
@@ -31,6 +27,7 @@
31
27
  * [ENHANCEMENT] TSDB: Backward compatibility with upcoming index v3. #14934
32
28
  * [PERF] TSDB: Query in-order and out-of-order series together. #14354, #14693, #14714, #14831, #14874, #14948, #15120
33
29
  * [PERF] TSDB: Streamline reading of overlapping out-of-order head chunks. #14729
30
+ * [BUGFIX] PromQL: make sort_by_label stable. #14985
34
31
  * [BUGFIX] SD: Fix dropping targets (with feature flag `new-service-discovery-manager`). #13147
35
32
  * [BUGFIX] SD: Stop storing stale targets (with feature flag `new-service-discovery-manager`). #13622
36
33
  * [BUGFIX] Scraping: exemplars could be dropped in protobuf scraping. #14810
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.55.0-rc.1",
3
+ "version": "0.55.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",