Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Release 1.5.0

Compare
Choose a tag to compare
@aurrelhebert aurrelhebert released this 25 Nov 16:24
· 30 commits to master since this release

Changelog:

  • PromQL:
    • Fix to be ISO based on PromLab tests
    • Series name bug, printed only when PromQL is printing it
    • Time range function bug, load range data and compute mapper on raw data
    • Review scalar code to match all PromQL cases
    • Aggregator were reviewed to match all cases
    • Changes matches now PromQL behavior
    • Time methods matches now PromQL behavior
    • Delta-rate-increase are now closer to PromQL behavior. There are still impacted by #52
    • Histogram_quantile matches now PromQL behavior
    • Holt_winters matches now PromQL behavior
    • Idelta and irate matches now PromQL behavior
    • Label_replace matches now PromQL behavior
    • Resets matches now PromQL behavior
    • Predict_linear matches now PromQL behavior
    • Fix bugs impacting / and - operators
    • Fix bugs impacting % and ^ operators
    • Fix bugs impacting comparator (as > or <) operators
    • Support now "bool" keyword when using comparators
    • Support unary expression (-) in PromQL
    • Support of NaN and +/-Inf in PromQL
    • Fix bug related to the type of the value (float expected)