@prometheus-io/lezer-promql 0.50.0-rc.1 → 0.50.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 +4 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## 2.50.0-rc.1 / 2024-02-19
3
+ ## 2.50.1 / 2024-02-26
4
4
 
5
- [BUGFIX] Azure SD: Fix SD crashing when it finds a VM scale set. #13578
5
+ * [BUGFIX] API: Fix metadata API using wrong field names. #13633
6
6
 
7
- ## 2.50.0-rc.0 / 2024-02-07
7
+ ## 2.50.0 / 2024-02-22
8
8
 
9
9
  * [CHANGE] Remote Write: Error `storage.ErrTooOldSample` is now generating HTTP error 400 instead of HTTP error 500. #13335
10
10
  * [FEATURE] Remote Write: Drop old inmemory samples. Activated using the config entry `sample_age_limit`. #13002
@@ -30,6 +30,7 @@
30
30
  * [ENHANCEMENT] Various improvements and optimizations on Native Histograms. #13267, #13215, #13276 #13289, #13340
31
31
  * [BUGFIX] Scraping: Fix quality value in HTTP Accept header. #13313
32
32
  * [BUGFIX] UI: Fix usage of the function `time()` that was crashing. #13371
33
+ * [BUGFIX] Azure SD: Fix SD crashing when it finds a VM scale set. #13578
33
34
 
34
35
  ## 2.49.1 / 2024-01-15
35
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.50.0-rc.1",
3
+ "version": "0.50.1",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",