v0.6.8
This release starts storing timestamps for each line of script execution. The timestamps will be stored in the new table trace_call
, for which a new row will be inserted for each trace function call. This release also adds GraphQL API to access the trace_call
table.
What's Changed
Changes 🚀
- Drop the redundant columns
run_no
andtrace_no
from the tables by @TaiSakuma in #73 - Require
nextline-graphql>=0.7.9
by @TaiSakuma in #77 - Add the table
trace_call
by @TaiSakuma in #76 - Require
nextline>=0.7.11
by @TaiSakuma in #78 - Set 60 secs of timeout instead of indefinitely re-executing queries by @TaiSakuma in #79
Full Changelog: v0.6.7...v0.6.8