Daemon 1.9.40 released
- Improvement: Add support for
net.inandnet.outannotations on PDO and MySQLi spans. - Improvement: Add support for the new
mysql.index_usageannotation on PDO and MySQLi spans. - Improvement: Add support for the new
session.save_handler.user_classannotation on Session spans. - Improvement: Improve clarity of the anonymized SQL for redacted subselects acting as a table.
- Bugfix: Decimal numbers with leading decimal point now correctly consider the decimal point to be part of the number. Previously a query like
SELECT foo + .1was reported asSELECT foo + .?. - Change: Update dependencies and rebuild with current Golang version.