@prometheus-io/lezer-promql 0.45.4 → 0.45.6

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 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.45.6 / 2024-06-21
4
+
5
+ This release contains security fixes in dependencies and has been built with go1.21.11. #14309.
6
+
7
+ ## 2.45.5 / 2024-05-02
8
+
9
+ * [BUGFIX] tsdb/agent: ensure that new series get written to WAL on rollback. #12592
10
+ * [BUGFIX] Remote write: Avoid a race condition when applying configuration. #13135
11
+
3
12
  ## 2.45.4 / 2024-03-18
4
13
 
5
14
  * [BUGFIX] Remote read: Release querier resources before encoding the results. #13777
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.45.4",
3
+ "version": "0.45.6",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",