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

Releases: ovh/erlenmeyer

Release 1.5.2

01 Jun 17:03
Compare
Choose a tag to compare

Changelog:

Release 1.5.1

07 Dec 14:29
Compare
Choose a tag to compare

Changelog:

  • InfluxQL:
    • Fix special characters in field name
    • Fix use of regexp for fields
  • Graphite:
    • Fix output rendering

Release 1.5.0

25 Nov 16:24
Compare
Choose a tag to compare

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)

Release 1.4.2

26 Oct 10:42
Compare
Choose a tag to compare

Changelog:

  • InfluxQL:
    • Fix float numbers
  • Chore:
    • Add Sentry connector thanks to @wowi42
    • Remove invalid path from Metrics class

Release 1.4.0

04 Sep 14:03
Compare
Choose a tag to compare

Changelog:

  • Graphite:
    • function aggregate: mean operator doesn't expect all series to have values to be computed
    • function summarize: fix issues with the use of avg and average operators
  • PromQL:
    • instant query: fix issues when several values could have been returned instead of one
  • InfluxQL:
    • Fix aliases not saved when using subqueries

Release 1.3.0

01 Jul 07:20
Compare
Choose a tag to compare

Changelog:

  • CORS: allow content-type in Options requests
  • InfluxQL: fix div and sub to be processed in good order
  • PromQL: implements on, ignoring, group_left and group_right

Release 1.2

09 Jun 09:08
Compare
Choose a tag to compare

Changelog:

  • PromQL: remove FILLPREVIOUS in order to match PromQL behavior (filling series if only less than 5 minutes of data are missing)

Release 1.1

27 Apr 12:55
Compare
Choose a tag to compare

Changelog:

  • InfluxQL: update time management to match InfluxDB one. By default it's now ISO date.
  • InfluxQL: query now support "epoch" params to print time as ticks (Valid unit are: ms, us or ns set as epoch value).
  • InfluxQL: provide some optimisation to reduce query time
  • InfluxQL: fix invalid nested query
  • InfluxQL: fix column names when using GROUP BY

Release 1.0

20 Apr 13:49
4671b47
Compare
Choose a tag to compare

First release of erlenmeyer