-
Updates tests to make agent v5 compatible.
-
Bumps
newrelic
dependency minimum to5.9.1
which includes critical fix for this module to load formysql2/promise
. -
Reorganizes promises test to expose bug that is fixed in agent version
5.9.1
. -
Enforces supported Node versions (aligns with agent).
-
Fixes bug with
mysql2/promise
where underlying callback instrumentation would look at the wrong query arg for the callback.
-
Replaced deep-link into agent to retrieve database name with call to
shim.getDatabaseNameFromUseQuery()
. -
Removed more items from the published package.
- Updated test utilities library and stopped deep linking into the agent.
-
Initial release of
mysql
andmysql2
instrumentation as a separate module.Ports the MySQL instrumentation packaged with the agent to an external module.
-
Fixed instrumentation of
mysql2/promise
.