Daemon 1.9.0 released
- Improvement: SQL parsing now better supports non-DML queries containing the
UPDATE
keyword. - Improvement: Improved the performance of the string content and comment removal when collecting the code context during error processing.
- Bugfix: Incorrectly formatted
-listen
addresses no longer lead to the daemon binding to a random port and instead emit an error message. - Bugfix: Do not include a leading
::
in the span title of non-method functions instrumented with#[WithSpan]
orProfiler::watch()
. - Change: The default ingest endpoint has been moved from
ingest.tideways.io
toingest.tideways.com
. - Change: Limit the number of stack frames for which code context is collected during error processing.