You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[BUGFIX] remote: Fix Remote Write receiver, so it does not send wrong response headers for v1 flow and cause Prometheus senders to emit false partial error log and metrics. #17683
10
+
8
11
## 3.8.0 / 2025-11-28
9
12
10
-
*[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
13
+
*[CHANGE] Remote-write: Update receiving 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
11
14
*[CHANGE] TSDB: Native Histogram Custom Bounds with a NaN threshold are now rejected. #17287
12
15
*[FEATURE] OAuth2: support jwt-bearer grant-type (RFC7523 3.1). #17592
13
16
*[FEATURE] Dockerfile: Add OpenContainers spec labels to Dockerfile. #16483
// Store implements remoteapi.writeStorage interface.
99
+
// TODO(bwplotka): Improve remoteapi.Store API. Right now it's confusing if PRWv1 flows should use WriteResponse or not.
100
+
// If it's not filled, it will be "confirmed zero" which caused partial error reporting on client side in the past.
101
+
// Temporary fix was done to only care about WriteResponse stats for PRW2 (see https://github.com/prometheus/client_golang/pull/1927
102
+
// but better approach would be to only confirm if explicit stats were injected.
0 commit comments