From ec3a4c4f06b743e147b205e2ea78433118c30cba Mon Sep 17 00:00:00 2001 From: Ion Suman <47307091+isum@users.noreply.github.com> Date: Wed, 12 Feb 2025 15:19:20 +0200 Subject: [PATCH] update news --- NEWS.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3e7dc750745..a8843422fde 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,19 @@ # NEWS -## v0.36.1 +## v0.38.0 + +### What's new + +- A new `deployment_synced` metric is added [(#5816)](https://github.com/graphprotocol/graph-node/pull/5816) + that indicates whether a deployment has reached the chain head since it was deployed. + + **Possible values for the metric:** + - `0` - means that the deployment is not synced; + - `1` - means that the deployment is synced; + + _If a deployment is not running, the metric reports no value for that deployment._ + +## v0.37.0 ### What's new