You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This changelog should be updated as part of a PR if the work is worth noting (mo
11
11
Users can use the new `heartbeat_agg(timestamp, start_time, agg_interval, heartbeat_interval)` to track the liveness of a system in the range (`start_time`, `start_time` + `agg_interval`). Each timestamp seen in that range is assumed to indicate system liveness for the following `heartbeat_interval`.
12
12
Once constructed, users can query heartbeat aggregates for `uptime` and `downtime`, as well as query for `live_ranges` or `dead_ranges`. Users can also check for `live_at(timestamp)`.
13
13
Heartbeat aggregates can also interpolated to better see behavior around the boundaries of the individual aggregates.
14
-
14
+
-[#638](https://github.com/timescale/timescaledb-toolkit/pull/638): Introducing Time Vector Templates.
15
15
#### Bug fixes
16
16
-[#624](https://github.com/timescale/timescaledb-toolkit/pull/624): Remove partial aggregation for Candlestick aggregates.
17
17
We've determined that the cause for the bad results lives somewhere in the functions that are used to support partial aggregation.
Tera::one_off("[{% for x in TIMES %}{\"time\": \"{{ x }}\", \"val\": {{ VALUES[loop.index0] }}}{% if not loop.last %},{% endif %} {% endfor %}]",&context,true).expect("Failed to create paired template")},
167
-
format_string => Tera::one_off(format_string,&context,true).expect("Failed to create template with Tera")
// Tera::one_off( "[{% for x in TIMES %}{\"time\": \"{{ x }}\", \"val\": {{ VALUES[loop.index0] }}}{% if not loop.last %},{% endif %} {% endfor %}]", &context, true).expect("Failed to create paired template")},
0 commit comments