Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 980 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 980 Bytes

2.0.0 (2019-05-30)

  • Updates tests to make agent v5 compatible.

  • Bumps newrelic dependency minimum to 5.9.1 which includes critical fix for this module to load for mysql2/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.

1.0.2 (2018-11-14)

  • Replaced deep-link into agent to retrieve database name with call to shim.getDatabaseNameFromUseQuery().

  • Removed more items from the published package.

1.0.1 (2018-10-30)

  • Updated test utilities library and stopped deep linking into the agent.

1.0.0 (2018-10-26)

  • Initial release of mysql and mysql2 instrumentation as a separate module.

    Ports the MySQL instrumentation packaged with the agent to an external module.

  • Fixed instrumentation of mysql2/promise.