@prometheus-io/lezer-promql 0.304.0-rc.0 → 0.304.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.
- package/CHANGELOG.md +5 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 3.4.
|
|
3
|
+
## 3.4.1 / 2025-05-31
|
|
4
|
+
|
|
5
|
+
* [BUGFIX] Parser: Add reproducer for a dangling-reference issue in parsers. #16633
|
|
6
|
+
|
|
7
|
+
## 3.4.0 / 2025-05-17
|
|
4
8
|
|
|
5
9
|
* [CHANGE] Config: Make setting out-of-order native histograms feature (`--enable-feature=ooo-native-histograms`) a no-op. Out-of-order native histograms are now always enabled when `out_of_order_time_window` is greater than zero and `--enable-feature=native-histograms` is set. #16207
|
|
6
10
|
* [FEATURE] OTLP translate: Add feature flag for optionally translating OTel explicit bucket histograms into native histograms with custom buckets. #15850
|