@prometheus-io/lezer-promql 0.47.0-rc.0 → 0.47.2

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 +9 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Changelog
2
2
 
3
- ## 2.47.0-rc.0 / 2023-08-25
3
+ ## 2.47.2 / 2023-10-11
4
+
5
+ * [BUGFIX] TSDB: Fix counter reset edgecases causing native histogram panics. #12838
6
+
7
+ ## 2.47.1 / 2023-10-04
8
+
9
+ * [BUGFIX] Fix duplicate sample detection at chunk size limit #12874
10
+
11
+ ## 2.47.0 / 2023-09-06
4
12
 
5
13
  This release adds an experimental OpenTelemetry (OTLP) Ingestion feature,
6
14
  and also new setting `keep_dropped_targets` to limit the amount of dropped
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.47.0-rc.0",
3
+ "version": "0.47.2",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",