@prometheus-io/lezer-promql 0.50.0-rc.0 → 0.50.0

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