@prometheus-io/lezer-promql 0.308.0-rc.1 → 0.308.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.
- package/CHANGELOG.md +2 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## main / unreleased
|
|
4
4
|
|
|
5
|
-
## 3.8.0
|
|
5
|
+
## 3.8.0 / 2025-11-28
|
|
6
6
|
|
|
7
7
|
* [CHANGE] Remote-write 2 (receiving): Update to [2.0-rc.4 spec](https://github.com/prometheus/docs/blob/60c24e450010df38cfcb4f65df874f6f9b26dbcb/docs/specs/prw/remote_write_spec_2_0.md). "created timestamp" (CT) is now called "start timestamp" (ST). #17411
|
|
8
|
-
* [FEATURE] OAuth2: support jwt-bearer grant-type (RFC7523 3.1). #17592
|
|
9
|
-
|
|
10
|
-
## 3.8.0-rc.0 / 2025-11-07
|
|
11
|
-
|
|
12
8
|
* [CHANGE] TSDB: Native Histogram Custom Bounds with a NaN threshold are now rejected. #17287
|
|
9
|
+
* [FEATURE] OAuth2: support jwt-bearer grant-type (RFC7523 3.1). #17592
|
|
13
10
|
* [FEATURE] Dockerfile: Add OpenContainers spec labels to Dockerfile. #16483
|
|
14
11
|
* [FEATURE] SD: Add unified AWS service discovery for ec2, lightsail and ecs services. #17046
|
|
15
12
|
* [FEATURE] Native histograms are now a stable, but optional feature, use the `scrape_native_histogram` config setting. #17232 #17315
|