@prometheus-io/lezer-promql 0.54.0 → 0.54.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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.54.1 / 2024-08-27
4
+
5
+ * [BUGFIX] Scraping: allow multiple samples on same series, with explicit timestamps. #14685
6
+ * [BUGFIX] Docker SD: fix crash in `match_first_network` mode when container is reconnected to a new network. #14654
7
+ * [BUGFIX] PromQL: fix experimental native histograms getting corrupted due to vector selector bug in range queries. #14538
8
+ * [BUGFIX] PromQL: fix experimental native histogram counter reset detection on stale samples. #14514
9
+ * [BUGFIX] PromQL: fix native histograms getting corrupted due to vector selector bug in range queries. #14605
10
+
3
11
  ## 2.54.0 / 2024-08-09
4
12
 
5
13
  Release 2.54 brings a release candidate of a major new version of [Remote Write: 2.0](https://prometheus.io/docs/specs/remote_write_spec_2_0/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.54.0",
3
+ "version": "0.54.1",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",