@prometheus-io/lezer-promql 0.43.0 → 0.43.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 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.43.1 / 2023-05-03
4
+
5
+ * [BUGFIX] Labels: `Set()` after `Del()` would be ignored, which broke some relabeling rules. #12322
6
+
3
7
  ## 2.43.0 / 2023-03-21
4
8
 
5
9
  We are working on some performance improvements in Prometheus, which are only
@@ -13,7 +17,7 @@ the gains on their production architecture. We are providing release artefacts
13
17
  improvements for testing. #10991
14
18
 
15
19
  * [FEATURE] Promtool: Add HTTP client configuration to query commands. #11487
16
- * [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files. #12019
20
+ * [FEATURE] Scrape: Add `scrape_config_files` to include scrape configs from different files. #12019
17
21
  * [FEATURE] HTTP client: Add `no_proxy` to exclude URLs from proxied requests. #12098
18
22
  * [FEATURE] HTTP client: Add `proxy_from_enviroment` to read proxies from env variables. #12098
19
23
  * [ENHANCEMENT] API: Add support for setting lookback delta per query via the API. #12088
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.43.0",
3
+ "version": "0.43.1",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",