@prometheus-io/lezer-promql 0.55.0-rc.1 → 0.55.1

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