This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
0.16.0
- [Feature]: Support partial PromQL language called
MetricName
. Can be used to autocomplete only the metric
name. (#142) - [Feature]: Autocomplete
NaN
andInf
(#141) - [Enhancement]: Fetch series using the HTTP
POST
method (#139) - [Enhancement]: Upgrade lezer-promql that fixed the parsing of metric names starting with
Inf
/NaN
like infra (#142) - [BreakingChange]: The constant
promQLLanguage
has been changed to be a function. It takes aLanguageType
as a
parameter (#142)