Overview
Request 741197 accepted
- update to 1.7.8:
* Update flux to 0.36.2
Bugfixes:
#14264: Fix Prometheus read panic.
#14271: Remove stray fmt.Println in tsm1.StringArrayEncodeAll.
#14286: Fix issue where fields re-appear after DROP MEASUREMENT.
#14295: Remove a dubugging println call.
#14307: Subquery ordering with aggregates in descending mode was wrong.
#14402: Fix the http handler to not mislabel series as partial.
#14557: fix(query): make show series exact cardinality count only distinct series.
#14593: fix(query/compile.go): time range was exceeding min/max bounds under ….
#13441: Fix the sort order for aggregates so that they are sorted by tag and then time.
#13459: Fill resets the previous value when a new series or window is encountered.
#13463: Use the timezone when evaluating time literals in subqueries.
#13566: Fix csv decoder bug where empty tag values cause an array index panic.
#13697: Remove query language from version command.
#13837: Fix open/close race in SeriesFile.
#13854: Fix the ordering for selectors within a subquery with different outer tags.
#13860: Sync series segment after truncate.
#14083: Don't panic when length of source slice is too large.
- Created by dirkmueller
- In state accepted
- Package maintainers: illuusio and matwey
Request History
dirkmueller created request
- update to 1.7.8:
* Update flux to 0.36.2
Bugfixes:
#14264: Fix Prometheus read panic.
#14271: Remove stray fmt.Println in tsm1.StringArrayEncodeAll.
#14286: Fix issue where fields re-appear after DROP MEASUREMENT.
#14295: Remove a dubugging println call.
#14307: Subquery ordering with aggregates in descending mode was wrong.
#14402: Fix the http handler to not mislabel series as partial.
#14557: fix(query): make show series exact cardinality count only distinct series.
#14593: fix(query/compile.go): time range was exceeding min/max bounds under ….
#13441: Fix the sort order for aggregates so that they are sorted by tag and then time.
#13459: Fill resets the previous value when a new series or window is encountered.
#13463: Use the timezone when evaluating time literals in subqueries.
#13566: Fix csv decoder bug where empty tag values cause an array index panic.
#13697: Remove query language from version command.
#13837: Fix open/close race in SeriesFile.
#13854: Fix the ordering for selectors within a subquery with different outer tags.
#13860: Sync series segment after truncate.
#14083: Don't panic when length of source slice is too large.
pluskalm accepted request